summaryrefslogtreecommitdiff
path: root/pcr/sqlcipher
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2015-08-09 07:38:48 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2015-08-09 07:38:48 -0500
commit9e782443e7bbae945af492aaf348e5cd58a5996a (patch)
tree2c51e22867afce831d220b1f2147c9e0b23916f3 /pcr/sqlcipher
parent72cb36f0576b02191253d03007e4620e1b179a2e (diff)
sqlcipher-3.3.1-1.1: rebuild
Diffstat (limited to 'pcr/sqlcipher')
-rw-r--r--pcr/sqlcipher/PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/pcr/sqlcipher/PKGBUILD b/pcr/sqlcipher/PKGBUILD
index 325a1edca..8bcdcd3f5 100644
--- a/pcr/sqlcipher/PKGBUILD
+++ b/pcr/sqlcipher/PKGBUILD
@@ -3,19 +3,18 @@
pkgname=sqlcipher
pkgver=3.3.1
-pkgrel=1
+pkgrel=1.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=('tcl' 'openssl' 'sqlite3' 'git')
+makedepends=('openssl' 'sqlite3' 'git' 'tcl')
source=(https://github.com/sqlcipher/${pkgname}/archive/v${pkgver}.tar.gz)
sha512sums=('8bcbe0d46ec109788bf58ba53eaccad189338fb3caf551096ae166c71a72ba58331bc2d1198d6c7b3f62973e004be06c6189f2539e7da664b2e4b50c5637f989')
build() {
cd "$srcdir/$pkgname-$pkgver"
./configure --prefix=/usr \
- --disable-tcl \
--enable-tempstore=yes \
CFLAGS="$CFLAGS -DSQLITE_HAS_CODEC" LDFLAGS="-lcrypto"
make