[arch-commits] Commit in alot/trunk (PKGBUILD)

Lukas Fleischer lfleischer at archlinux.org
Fri Feb 7 15:12:54 UTC 2020


    Date: Friday, February 7, 2020 @ 15:12:54
  Author: lfleischer
Revision: 563733

upgpkg: alot 0.9-1: upstream update

Modified:
  alot/trunk/PKGBUILD

----------+
 PKGBUILD |   15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-07 14:58:30 UTC (rev 563732)
+++ PKGBUILD	2020-02-07 15:12:54 UTC (rev 563733)
@@ -5,8 +5,8 @@
 # Contributor: Ian Denhardt <ian at zenhack.net>
 
 pkgname=alot
-pkgver=0.8.1
-pkgrel=2
+pkgver=0.9
+pkgrel=1
 pkgdesc='Terminal-based MUA for the notmuch mail system'
 arch=(any)
 url=https://github.com/pazz/alot
@@ -19,21 +19,16 @@
 source=("$url/archive/$pkgver/alot-$pkgver.tar.gz"
         "alot-$pkgver.tar.gz.asc::$url/releases/download/$pkgver/$pkgver.tar.gz.asc"
         gpg-test-fix.patch::https://github.com/pazz/alot/commit/3446dc44f87d34205b70f44d6ffec9f90b53d77f.patch)
-sha512sums=('bca4a01636594f0e71c6ea260d74cf26e74dfd7aca1ea7801714b4aaf9602ae7737769e77e3af0363ed2701df1494e0f87ce85b58c47a6380ad1a9098f8501d4'
+sha512sums=('e630ea18702c570630deb10347c52e03aecb297bc1f76ce60318eeb8725274b12eb408cbceb69c8035b1ec9ea778f19a035f48070606bc6540b68a4bc5591860'
             'SKIP'
             'c17af3dc44256b187eb497c1762a2afeb841d4bdd4c7b125ec9ff4293c81d913dbae01fe10534ed8d11f421235e1bfb46872354e49ba8d7942dfc5599f16cb96')
 validpgpkeys=('B7838D65FEE80DED1DCA494D94340367D7D6C5AA') # Patrick Totzke
 
-# The Arch Linux package python-magic's egg calls itself "file-magic",
-# as opposed to the python-magic on PyPI.
 prepare() {
   cd alot-$pkgver
+  # The Arch Linux package python-magic's egg calls itself "file-magic",
+  # as opposed to the python-magic on PyPI.
   sed -i 's/python-magic/file-magic/' setup.py
-  
-  # https://github.com/pazz/alot/pull/1415
-  git apply ../gpg-test-fix.patch
-  # https://github.com/pazz/alot/pull/1451
-  sed -i '/def doClassCleanups/a\        cls.tearDown_exceptions = []' tests/utilities.py
 }
 
 build() {



More information about the arch-commits mailing list