diff options
author | J0WI <J0WI@users.noreply.github.com> | 2019-08-14 16:42:06 +0200 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-16 12:07:51 -0300 |
commit | 364d287d3991d2bee3a144565cb1dc3ffd255138 (patch) | |
tree | 22e351ba219320992d7a0a93407e7973abd601de /testing | |
parent | e2237c5d6e666e1bc6dd313c9377c6bb117c8b6b (diff) | |
download | aports-364d287d3991d2bee3a144565cb1dc3ffd255138.tar.bz2 aports-364d287d3991d2bee3a144565cb1dc3ffd255138.tar.xz |
testing/mailutils: upgrade to 3.7
Diffstat (limited to 'testing')
-rw-r--r-- | testing/mailutils/APKBUILD | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/testing/mailutils/APKBUILD b/testing/mailutils/APKBUILD index ceb3ae67d4..87d06a9365 100644 --- a/testing/mailutils/APKBUILD +++ b/testing/mailutils/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Shiz <hi@shiz.me> # Maintainer: Shiz <hi@shiz.me> pkgname=mailutils -pkgver=3.4 -pkgrel=1 +pkgver=3.7 +pkgrel=0 pkgdesc="GNU swiss army knife of electronic mail handling" url="https://mailutils.org/" arch="all !s390x" @@ -16,7 +16,6 @@ source="https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz disable-koi8-r-test.patch" build() { - cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -25,15 +24,12 @@ build() { } check() { - cd "$builddir" # Exclude imap4d tests as they require chdir("/root") which won't work. sed -i 's/$(IMAP4D_DIR)/# $(IMAP4D_DIR)/g' Makefile make check } package() { - cd "$builddir" - # re-enable imap4d subdirectory for install sed -i 's/# $(IMAP4D_DIR)/$(IMAP4D_DIR)/g' Makefile make DESTDIR="$pkgdir" install @@ -72,5 +68,5 @@ mh() { rmdir -p "$pkgdir"/usr/share/$pkgname || true } -sha512sums="e2d53ef85a3d7b9854bd2b9fdb624464b73b365b724474e2a0a81b8c68ae34b130b8099d90a2d8c59f5ab961fed51f7d5219b312a558e40d2b93265c1c926d8c mailutils-3.4.tar.gz +sha512sums="9a1dbcc2f93504a2b9fe60fabcb9429a36b90b55931935b03988af00d26128e18eb3c92fc6f32d5ebfa488fc81ae5c3e354a4b24612faa7aa46da4f7862c2795 mailutils-3.7.tar.gz d0d78bba10d3ce039bb00657a570fb9411fabf448548994860285701939ae52afd15c007daa85bb18662a67153dda86069afe240b430fbe1b28a45755108f477 disable-koi8-r-test.patch" |