aboutsummaryrefslogtreecommitdiffstats
path: root/testing/quilt
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-08-18 15:15:08 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-08-18 16:37:52 -0300
commit87f1d11ebc77f1abc587cdfcd7c9399c27fc27f4 (patch)
treeb920b41131ea9ff4fb7e9ce54179b7aa4287ab35 /testing/quilt
parent87147ac7752eb4547986e2d6d16591dc910730f4 (diff)
downloadaports-87f1d11ebc77f1abc587cdfcd7c9399c27fc27f4.tar.bz2
aports-87f1d11ebc77f1abc587cdfcd7c9399c27fc27f4.tar.xz
testing/quilt: upgrade to 0.66
Diffstat (limited to 'testing/quilt')
-rw-r--r--testing/quilt/APKBUILD13
1 files changed, 4 insertions, 9 deletions
diff --git a/testing/quilt/APKBUILD b/testing/quilt/APKBUILD
index 178d6b36d0..781ab31adb 100644
--- a/testing/quilt/APKBUILD
+++ b/testing/quilt/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Breno Leitao <breno.leitao@gmail.com>
pkgname=quilt
-pkgver=0.65
-pkgrel=1
+pkgver=0.66
+pkgrel=0
pkgdesc="Quilt allows you to easily manage large numbers of patches by keeping track of the changes each patch makes"
url="https://savannah.nongnu.org/projects/quilt"
arch="noarch"
@@ -9,13 +9,9 @@ license="GPL"
depends="bash bzip2 diffutils gawk gettext patch"
makedepends="lynx perl procmail sed"
subpackages="$pkgname-doc $pkgname-lang"
-source="https://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz"
-
-builddir=$srcdir/$pkgname-$pkgver
+source="https://download.savannah.gnu.org/releases/quilt/quilt-$pkgver.tar.gz"
build() {
- cd "$builddir"
-
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -25,8 +21,7 @@ build() {
}
package() {
- cd "$builddir"
make BUILD_ROOT="$pkgdir" install
}
-sha512sums="37dffe34fe209371f2fbc0af2dbb4dcfa6edd2221aed15f31a0651a0bd457f2af03a98450a3e63406f70e040e944246e5b23733b820665eeb3fd4ff2bdde3a08 quilt-0.65.tar.gz"
+sha512sums="c2cb75c0937612e1e0da25b713acf629b6b5aacbd8254d8bd17220b63c7b8ca996cd9d0315a32d67d54a4a7dc01b212cdda33afaacf3db063da757f1973306f4 quilt-0.66.tar.gz"