Date: Saturday, August 29, 2015 @ 19:59:50
  Author: jlichtblau
Revision: 138940

upgpkg: sqlcipher 3.3.1-3 - fixed dependencies

Modified:
  sqlcipher/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2015-08-29 17:59:06 UTC (rev 138939)
+++ PKGBUILD    2015-08-29 17:59:50 UTC (rev 138940)
@@ -4,12 +4,12 @@
 
 pkgname=sqlcipher
 pkgver=3.3.1
-pkgrel=2
+pkgrel=3
 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' 'sqlite3' 'git' 'tcl')
+makedepends=('openssl' 'sqlite' 'tcl')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/sqlcipher/${pkgname}/archive/v${pkgver}.tar.gz)
 sha256sums=('ce5167b2e4d7eb1514fd5a8dfc115a11c4b85f5fd88be2a9fd35ffbb684365bf')
 
@@ -16,8 +16,7 @@
 build() {
   cd "${srcdir}"/$pkgname-$pkgver
 
-  ./configure --prefix=/usr          \
-              --enable-tempstore=yes \
+  ./configure --prefix=/usr --enable-tempstore=yes \
                 CFLAGS="$CFLAGS -DSQLITE_HAS_CODEC" LDFLAGS="-lcrypto"
   make
 }

Reply via email to