diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-08-10 08:58:40 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-08-10 08:58:40 +0000 |
commit | c0fbd5a514028cd945a8298ba524bb127a22728c (patch) | |
tree | 96c373343e262176f86b1c1cc791fa29df1a9642 /community/redo | |
parent | 7d9088e726f56c89ec685f92e90d99ada1ae5684 (diff) | |
download | aports-c0fbd5a514028cd945a8298ba524bb127a22728c.tar.bz2 aports-c0fbd5a514028cd945a8298ba524bb127a22728c.tar.xz |
community/redo: upgrade to 0.42
Diffstat (limited to 'community/redo')
-rw-r--r-- | community/redo/APKBUILD | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/community/redo/APKBUILD b/community/redo/APKBUILD index 4b378433ea..024ad9e03b 100644 --- a/community/redo/APKBUILD +++ b/community/redo/APKBUILD @@ -1,18 +1,17 @@ # Contributor: Kevin Daudt <kdaudt@alpinelinux.org> # Maintainer: Kevin Daudt <kdaudt@alpinelinux.org> pkgname=redo -pkgver=0.41 -pkgrel=3 +pkgver=0.42 +pkgrel=0 pkgdesc="Smaller, easier, more powerful, and more reliable than make" url="https://redo.readthedocs.io/en/latest/" arch="noarch" license="Apache-2.0" depends="python2" makedepends="perl" +checkdepends="cpio" subpackages="$pkgname-doc" -source="https://github.com/apenwarr/redo/archive/redo-${pkgver}.tar.gz - builder-no-tty.patch::https://github.com/apenwarr/redo/commit/c18c4b92c9a2b23f0ce06d9aebf151bdaded6dd1.patch" - # Above patch can be removed once a new version has been released. +source="https://github.com/apenwarr/redo/archive/redo-${pkgver}.tar.gz" builddir="$srcdir/redo-redo-${pkgver}" @@ -21,6 +20,8 @@ build() { } check() { + # Causes issues with the test suite + unset CC CPPFLAGS CFLAGS CXXFLAGS LDFLAGS ./do test } @@ -36,5 +37,4 @@ cleanup_srcdir() { default_cleanup_srcdir } -sha512sums="94e4414a2f8120e5d4a949461734ed69dc2f39edfb7929d2efff83041ac0b941e037359ccfafcb4eff760608274e32c579df56d58fdb67b13b8a26eb1945b0d0 redo-0.41.tar.gz -ede8020f488023f4419dd044c689e76566493573356a224c56048caadf1e34ddb33e9f676085f92479515a64bedbbafa13cee286caa2e09aa56b3753762a0e65 builder-no-tty.patch" +sha512sums="41b8417136f98d12edf3c62f027f2459ae3fb92f6c5464553d79c3a52344de57220a5c64b565118da0a99c1544eaa153a468ffcdcfbf7193c76c896bcd40e900 redo-0.42.tar.gz" |