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

Levente Polyak anthraxx at archlinux.org
Tue Dec 15 21:01:31 UTC 2020


    Date: Tuesday, December 15, 2020 @ 21:01:30
  Author: anthraxx
Revision: 776213

upgpkg: sequoia 0.21.0-1

Modified:
  sequoia/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-15 21:01:01 UTC (rev 776212)
+++ PKGBUILD	2020-12-15 21:01:30 UTC (rev 776213)
@@ -3,8 +3,8 @@
 
 pkgbase=sequoia
 pkgname=(sequoia python-sequoia)
-pkgver=0.20.0
-pkgrel=4
+pkgver=0.21.0
+pkgrel=1
 pkgdesc='Cool new OpenPGP implementation'
 url='https://sequoia-pgp.org/'
 arch=('x86_64')
@@ -14,16 +14,13 @@
              'bzip2' 'libbz2.so')
 checkdepends=('python-pytest' 'python-pytest-runner')
 options=('!makeflags')
-source=(${pkgname}::"git+https://gitlab.com/sequoia-pgp/sequoia.git#tag=v${pkgver}"
-        sequoia-0.20-fix-install.patch::https://gitlab.com/sequoia-pgp/sequoia/-/commit/1f3ec0784818bcbe0e73ea4743a19060163fd9b3.patch)
-sha512sums=('SKIP'
-            '6510f0da18dc4895aa7a8d99e88c6a4acf09898928b5ce9fb6cd60fa419a3ae1d04312d90b6752bf637998b4530c87fd654fccd163093de36bca311f523671e4')
+source=(${pkgname}::"git+https://gitlab.com/sequoia-pgp/sequoia.git#tag=v${pkgver}")
+sha512sums=('SKIP')
 
 prepare() {
   cd ${pkgname}
   sed 's/debug/release/g' -i -- */Makefile */*/Makefile */*/*/Makefile
   sed "s/-L/${LDFLAGS},-L/g" -i ffi/lang/python/Makefile
-  patch -Np1 < ../sequoia-0.20-fix-install.patch
 }
 
 build() {



More information about the arch-commits mailing list