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

Jaroslav Lichtblau jlichtblau at archlinux.org
Sun Nov 6 20:37:44 UTC 2016


    Date: Sunday, November 6, 2016 @ 20:37:43
  Author: jlichtblau
Revision: 194806

sqlcipher - gpg signature available for the zipped source

Modified:
  sqlcipher/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-06 20:33:45 UTC (rev 194805)
+++ PKGBUILD	2016-11-06 20:37:43 UTC (rev 194806)
@@ -10,8 +10,11 @@
 url="https://www.zetetic.net/sqlcipher/"
 license=('BSD')
 makedepends=('openssl' 'sqlite' 'tcl')
-source=($pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('99b702ecf796de02bf7b7b35de4ceef145f0d62b4467a86707c2d59beea243d0')
+source=($pkgname-$pkgver.zip::https://github.com/$pkgname/$pkgname/archive/v$pkgver.zip
+        https://www.zetetic.net/$pkgname/verify/$pkgver/$pkgname-$pkgver.zip.sig)
+validpgpkeys=('A4EA79E649E745B92117A56F0CB99EE267FD0322') # Zetetic LLC <support at zetetic.net>
+sha256sums=('cb558ff8fc3fb49d37817d42d1da6bb85f6310c28186f8e3570783a0f850366e'
+            'SKIP')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver



More information about the arch-commits mailing list