Date: Friday, February 15, 2019 @ 11:30:58 Author: polyzen Revision: 432577
upgpkg: alot 0.8.1-1 Modified: alot/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-02-15 11:28:15 UTC (rev 432576) +++ PKGBUILD 2019-02-15 11:30:58 UTC (rev 432577) @@ -5,8 +5,8 @@ # Contributor: Ian Denhardt <[email protected]> pkgname=alot -pkgver=0.8 -pkgrel=2 +pkgver=0.8.1 +pkgrel=1 pkgdesc='Terminal-based MUA for the notmuch mail system' arch=(any) url=https://github.com/pazz/alot @@ -16,8 +16,11 @@ 'python-urwidtrees') makedepends=('python-sphinx') checkdepends=('python-mock') -source=("$url/archive/$pkgver/alot-$pkgver.tar.gz") -sha512sums=('3013e48b6c751bb7c52c440e8500d91addb3e3bdfc37f386cad63254490c4eb93aedca1005df06b25783277df67b8d329cc03329e9a8a1e3bbb70c055d90283d') +source=("$url/archive/$pkgver/alot-$pkgver.tar.gz" + "alot-$pkgver.tar.gz.asc::$url/releases/download/$pkgver/$pkgver.tar.gz.asc") +sha512sums=('bca4a01636594f0e71c6ea260d74cf26e74dfd7aca1ea7801714b4aaf9602ae7737769e77e3af0363ed2701df1494e0f87ce85b58c47a6380ad1a9098f8501d4' + 'SKIP') +validpgpkeys=('B7838D65FEE80DED1DCA494D94340367D7D6C5AA') # Patrick Totzke # The Arch Linux package python-magic's egg calls itself "file-magic", # as opposed to the python-magic on PyPI.
