diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-08-20 13:33:33 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-20 19:57:13 -0300 |
commit | f13c940cd99989f223e558f03216f27876f2b624 (patch) | |
tree | bbee3815426e9314c4e9e1fd5c52d95dddf2ff08 /testing/getmail | |
parent | 8d7e34ebb424d4fca4191592b525fa1409beadf4 (diff) | |
download | aports-f13c940cd99989f223e558f03216f27876f2b624.tar.bz2 aports-f13c940cd99989f223e558f03216f27876f2b624.tar.xz |
testing/getmail: upgrade to 5.14
Diffstat (limited to 'testing/getmail')
-rw-r--r-- | testing/getmail/APKBUILD | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/testing/getmail/APKBUILD b/testing/getmail/APKBUILD index a177076141..f68d69c598 100644 --- a/testing/getmail/APKBUILD +++ b/testing/getmail/APKBUILD @@ -2,7 +2,7 @@ # Contributor: Fabian Affolter <fabian@affolter-engineering.ch> # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=getmail -pkgver=5.13 +pkgver=5.14 pkgrel=0 pkgdesc="POP3, IMAP4, and SDPS mail retriever with Maildir delivery" url="http://pyropus.ca/software/getmail/" @@ -12,19 +12,16 @@ depends="python2" makedepends="python2-dev" subpackages="$pkgname-doc" options="!check" # contains no tests -source="http://pyropus.ca/software/getmail/old-versions/$pkgname-$pkgver.tar.gz" -builddir="$srcdir"/$pkgname-$pkgver +source="http://pyropus.ca/software/getmail/old-versions/getmail-$pkgver.tar.gz" build() { - cd "$builddir" python2 setup.py build } package() { - cd "$builddir" python2 setup.py install --prefix=/usr --root="$pkgdir" # fix some broken shebang calls sed -i -e "s|#![ ]*/usr/bin/env python2\.3|#!/usr/bin/env python2|" $(find $pkgdir -name '*.py') } -sha512sums="398b1adf1bc4f90f98ca7154abad9d0769c4a6d0cccd6102ea992c97eff843f6a9f0a57f3a944bc17c3b664fe8d6c9d7f9da5be343be658afa36b1bb582ac347 getmail-5.13.tar.gz" +sha512sums="0646864af56fc044525d38088164c2c026a8f29b231c25c9cfe9aa922b1e5170cf49c63874da9bd593b49be6ed822bd4da7ea4ebfbb59cfa6e1658e2b565c184 getmail-5.14.tar.gz" |