mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
main/abuild: upgrade to 2.10.0
This commit is contained in:
parent
6fbbe79caa
commit
c4bc9f12e4
@ -1,25 +0,0 @@
|
||||
From 81b439cec2e3459da4afeb1e3cdbbc6f90cda5dc Mon Sep 17 00:00:00 2001
|
||||
From: Natanael Copa <ncopa@alpinelinux.org>
|
||||
Date: Mon, 18 Apr 2011 08:34:56 +0000
|
||||
Subject: [PATCH] abuild: reset triggers for subpackages
|
||||
|
||||
only main package has the trigger
|
||||
---
|
||||
abuild.in | 1 +
|
||||
1 files changed, 1 insertions(+), 0 deletions(-)
|
||||
|
||||
diff --git a/abuild.in b/abuild.in
|
||||
index 99d9cd0..ed0373c 100755
|
||||
--- a/abuild.in
|
||||
+++ b/abuild.in
|
||||
@@ -1428,6 +1428,7 @@ if [ -n "$subpkgname" ]; then
|
||||
origsubpackages="$subpackages"
|
||||
subpackages=
|
||||
install=
|
||||
+ triggers=
|
||||
fi
|
||||
pkgdir="$pkgbasedir/$pkgname"
|
||||
controldir="$pkgbasedir"/.control.${subpkgname:-$pkgname}
|
||||
--
|
||||
1.7.4.4
|
||||
|
||||
@ -1,11 +1,10 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgdesc="Script to build Alpine Packages"
|
||||
pkgname=abuild
|
||||
pkgver=2.9.2
|
||||
pkgrel=2
|
||||
pkgver=2.10.0
|
||||
pkgrel=0
|
||||
url=http://git.alpinelinux.org/cgit/abuild/
|
||||
source="http://git.alpinelinux.org/cgit/abuild.git/snapshot/abuild-$pkgver.tar.bz2
|
||||
0001-abuild-reset-triggers-for-subpackages.patch
|
||||
"
|
||||
depends="fakeroot file sudo pax-utils openssl apk-tools>=2.0.7-r1 uclibc-utils abuildhelper"
|
||||
makedepends="openssl-dev pkgconfig"
|
||||
@ -38,5 +37,4 @@ package() {
|
||||
install -d -m 775 -g abuild "$pkgdir"/var/cache/distfiles
|
||||
}
|
||||
|
||||
md5sums="49817d627e9e93455f74b2fa5bb3d66d abuild-2.9.2.tar.bz2
|
||||
6e8581db0e79e1f4364b7c846f2d6a17 0001-abuild-reset-triggers-for-subpackages.patch"
|
||||
md5sums="fd310ee9f47726ed1e1c64e795192962 abuild-2.10.0.tar.bz2"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user