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

Jaroslav Lichtblau jlichtblau at archlinux.org
Sun Nov 6 20:05:49 UTC 2016


    Date: Sunday, November 6, 2016 @ 20:05:48
  Author: jlichtblau
Revision: 194767

upgpkg: sqlcipher 3.4.0-1 - new upstream release
along with readline 7.0 rebuild

Modified:
  sqlcipher/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-06 20:04:57 UTC (rev 194766)
+++ PKGBUILD	2016-11-06 20:05:48 UTC (rev 194767)
@@ -3,15 +3,15 @@
 # Contributor: flu
 
 pkgname=sqlcipher
-pkgver=3.3.1
-pkgrel=4
+pkgver=3.4.0
+pkgrel=1
 pkgdesc="SQLite extension that provides transparent 256-bit AES encryption of database files"
 arch=('i686' 'x86_64')
 url="https://www.zetetic.net/sqlcipher/"
 license=('BSD')
 makedepends=('openssl' 'sqlite' 'tcl')
-source=($pkgname-$pkgver.tar.gz::https://github.com/sqlcipher/${pkgname}/archive/v${pkgver}.tar.gz)
-sha256sums=('ce5167b2e4d7eb1514fd5a8dfc115a11c4b85f5fd88be2a9fd35ffbb684365bf')
+source=($pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('99b702ecf796de02bf7b7b35de4ceef145f0d62b4467a86707c2d59beea243d0')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver



More information about the arch-commits mailing list