[arch-commits] Commit in sequoia/trunk (PKGBUILD)
Frederik Schwan
freswa at gemini.archlinux.org
Sat Jul 17 01:12:50 UTC 2021
Date: Saturday, July 17, 2021 @ 01:12:49
Author: freswa
Revision: 977756
upgpkg: sequoia 1.3.0-1
Modified:
sequoia/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-17 00:50:20 UTC (rev 977755)
+++ PKGBUILD 2021-07-17 01:12:49 UTC (rev 977756)
@@ -3,7 +3,7 @@
pkgbase=sequoia
pkgname=(sequoia python-sequoia)
-pkgver=1.0.0
+pkgver=1.3.0
pkgrel=1
pkgdesc='Cool new OpenPGP implementation'
url='https://sequoia-pgp.org/'
@@ -14,7 +14,7 @@
'bzip2' 'libbz2.so')
checkdepends=('python-pytest' 'python-pytest-runner')
options=('!makeflags')
-source=(${pkgname}::"git+https://gitlab.com/sequoia-pgp/sequoia.git#tag=v${pkgver}")
+source=(${pkgname}::"git+https://gitlab.com/sequoia-pgp/sequoia.git#tag=openpgp/v${pkgver}")
sha512sums=('SKIP')
prepare() {
@@ -21,6 +21,7 @@
cd ${pkgname}
sed 's/debug/release/g' -i -- */Makefile */*/Makefile */*/*/Makefile
sed "s/-L/${LDFLAGS},-L/g" -i ffi/lang/python/Makefile
+ ln -s .Makefile Makefile
}
build() {
More information about the arch-commits
mailing list