[arch-commits] Commit in sqlcipher/repos (4 files)

2017-03-12 Thread Evangelos Foutras
Date: Monday, March 13, 2017 @ 04:02:03
  Author: foutrelis
Revision: 216001

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  sqlcipher/repos/community-staging-i686/
  sqlcipher/repos/community-staging-i686/PKGBUILD
(from rev 216000, sqlcipher/trunk/PKGBUILD)
  sqlcipher/repos/community-staging-x86_64/
  sqlcipher/repos/community-staging-x86_64/PKGBUILD
(from rev 216000, sqlcipher/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   34 ++
 community-staging-x86_64/PKGBUILD |   34 ++
 2 files changed, 68 insertions(+)

Copied: sqlcipher/repos/community-staging-i686/PKGBUILD (from rev 216000, 
sqlcipher/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-13 04:02:03 UTC (rev 216001)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: flu
+
+pkgname=sqlcipher
+pkgver=3.4.1
+pkgrel=2
+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.zip::https://github.com/$pkgname/$pkgname/archive/v$pkgver.zip
+
https://www.zetetic.net/$pkgname/verify/$pkgver/$pkgname-$pkgver.zip.sig)
+validpgpkeys=('D83F5F9EB811D6E6B4A0D9C5D1FA3A2A97ED25C2') # Zetetic LLC 

+sha256sums=('6f65b65a6b450279151bdec8c66122133245bc78605165482a45347cee8dc904'
+'SKIP')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-tempstore=yes \
+CFLAGS="$CFLAGS -DSQLITE_HAS_CODEC" LDFLAGS="-lcrypto"
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+
+#license
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: sqlcipher/repos/community-staging-x86_64/PKGBUILD (from rev 216000, 
sqlcipher/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-13 04:02:03 UTC (rev 216001)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: flu
+
+pkgname=sqlcipher
+pkgver=3.4.1
+pkgrel=2
+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.zip::https://github.com/$pkgname/$pkgname/archive/v$pkgver.zip
+
https://www.zetetic.net/$pkgname/verify/$pkgver/$pkgname-$pkgver.zip.sig)
+validpgpkeys=('D83F5F9EB811D6E6B4A0D9C5D1FA3A2A97ED25C2') # Zetetic LLC 

+sha256sums=('6f65b65a6b450279151bdec8c66122133245bc78605165482a45347cee8dc904'
+'SKIP')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-tempstore=yes \
+CFLAGS="$CFLAGS -DSQLITE_HAS_CODEC" LDFLAGS="-lcrypto"
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+
+#license
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in sqlcipher/repos (4 files)

2017-02-12 Thread Jaroslav Lichtblau
Date: Sunday, February 12, 2017 @ 21:57:00
  Author: jlichtblau
Revision: 212071

archrelease: copy trunk to community-i686, community-x86_64

Added:
  sqlcipher/repos/community-i686/PKGBUILD
(from rev 212070, sqlcipher/trunk/PKGBUILD)
  sqlcipher/repos/community-x86_64/PKGBUILD
(from rev 212070, sqlcipher/trunk/PKGBUILD)
Deleted:
  sqlcipher/repos/community-i686/PKGBUILD
  sqlcipher/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   68 
 community-i686/PKGBUILD   |   31 
 community-x86_64/PKGBUILD |   31 
 3 files changed, 68 insertions(+), 62 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-12 21:56:44 UTC (rev 212070)
+++ community-i686/PKGBUILD 2017-02-12 21:57:00 UTC (rev 212071)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: flu
-
-pkgname=sqlcipher
-pkgver=3.4.0
-pkgrel=2
-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/$pkgname/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('99b702ecf796de02bf7b7b35de4ceef145f0d62b4467a86707c2d59beea243d0')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --enable-tempstore=yes \
-CFLAGS="$CFLAGS -DSQLITE_HAS_CODEC" LDFLAGS="-lcrypto"
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-
-#license
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: sqlcipher/repos/community-i686/PKGBUILD (from rev 212070, 
sqlcipher/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-12 21:57:00 UTC (rev 212071)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: flu
+
+pkgname=sqlcipher
+pkgver=3.4.1
+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.zip::https://github.com/$pkgname/$pkgname/archive/v$pkgver.zip
+
https://www.zetetic.net/$pkgname/verify/$pkgver/$pkgname-$pkgver.zip.sig)
+validpgpkeys=('D83F5F9EB811D6E6B4A0D9C5D1FA3A2A97ED25C2') # Zetetic LLC 

+sha256sums=('6f65b65a6b450279151bdec8c66122133245bc78605165482a45347cee8dc904'
+'SKIP')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-tempstore=yes \
+CFLAGS="$CFLAGS -DSQLITE_HAS_CODEC" LDFLAGS="-lcrypto"
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+
+#license
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-02-12 21:56:44 UTC (rev 212070)
+++ community-x86_64/PKGBUILD   2017-02-12 21:57:00 UTC (rev 212071)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: flu
-
-pkgname=sqlcipher
-pkgver=3.4.0
-pkgrel=2
-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/$pkgname/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('99b702ecf796de02bf7b7b35de4ceef145f0d62b4467a86707c2d59beea243d0')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --enable-tempstore=yes \
-CFLAGS="$CFLAGS -DSQLITE_HAS_CODEC" LDFLAGS="-lcrypto"
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-
-#license
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: sqlcipher/repos/community-x86_64/PKGBUILD (from rev 212070, 
sqlcipher/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-02-12 21:57:00 UTC (rev 212071)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: flu
+
+pkgname=sqlcipher
+pkgver=3.4.1
+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.zip::https://github.co

[arch-commits] Commit in sqlcipher/repos (4 files)

2016-11-06 Thread Jaroslav Lichtblau
Date: Sunday, November 6, 2016 @ 20:12:49
  Author: jlichtblau
Revision: 194778

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  sqlcipher/repos/community-staging-i686/
  sqlcipher/repos/community-staging-i686/PKGBUILD
(from rev 194777, sqlcipher/trunk/PKGBUILD)
  sqlcipher/repos/community-staging-x86_64/
  sqlcipher/repos/community-staging-x86_64/PKGBUILD
(from rev 194777, sqlcipher/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   31 +++
 community-staging-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: sqlcipher/repos/community-staging-i686/PKGBUILD (from rev 194777, 
sqlcipher/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-11-06 20:12:49 UTC (rev 194778)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: flu
+
+pkgname=sqlcipher
+pkgver=3.4.0
+pkgrel=2
+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/$pkgname/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('99b702ecf796de02bf7b7b35de4ceef145f0d62b4467a86707c2d59beea243d0')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-tempstore=yes \
+CFLAGS="$CFLAGS -DSQLITE_HAS_CODEC" LDFLAGS="-lcrypto"
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+
+#license
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: sqlcipher/repos/community-staging-x86_64/PKGBUILD (from rev 194777, 
sqlcipher/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-11-06 20:12:49 UTC (rev 194778)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: flu
+
+pkgname=sqlcipher
+pkgver=3.4.0
+pkgrel=2
+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/$pkgname/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('99b702ecf796de02bf7b7b35de4ceef145f0d62b4467a86707c2d59beea243d0')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-tempstore=yes \
+CFLAGS="$CFLAGS -DSQLITE_HAS_CODEC" LDFLAGS="-lcrypto"
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+
+#license
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in sqlcipher/repos (4 files)

2016-11-06 Thread Jaroslav Lichtblau
Date: Sunday, November 6, 2016 @ 20:06:34
  Author: jlichtblau
Revision: 194768

archrelease: copy trunk to community-i686, community-x86_64

Added:
  sqlcipher/repos/community-i686/PKGBUILD
(from rev 194767, sqlcipher/trunk/PKGBUILD)
  sqlcipher/repos/community-x86_64/PKGBUILD
(from rev 194767, sqlcipher/trunk/PKGBUILD)
Deleted:
  sqlcipher/repos/community-i686/PKGBUILD
  sqlcipher/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   62 
 community-i686/PKGBUILD   |   31 --
 community-x86_64/PKGBUILD |   31 --
 3 files changed, 62 insertions(+), 62 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-06 20:05:48 UTC (rev 194767)
+++ community-i686/PKGBUILD 2016-11-06 20:06:34 UTC (rev 194768)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: flu
-
-pkgname=sqlcipher
-pkgver=3.3.1
-pkgrel=4
-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')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --enable-tempstore=yes \
-CFLAGS="$CFLAGS -DSQLITE_HAS_CODEC" LDFLAGS="-lcrypto"
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-
-#license
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: sqlcipher/repos/community-i686/PKGBUILD (from rev 194767, 
sqlcipher/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-06 20:06:34 UTC (rev 194768)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: flu
+
+pkgname=sqlcipher
+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/$pkgname/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('99b702ecf796de02bf7b7b35de4ceef145f0d62b4467a86707c2d59beea243d0')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-tempstore=yes \
+CFLAGS="$CFLAGS -DSQLITE_HAS_CODEC" LDFLAGS="-lcrypto"
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+
+#license
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-11-06 20:05:48 UTC (rev 194767)
+++ community-x86_64/PKGBUILD   2016-11-06 20:06:34 UTC (rev 194768)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: flu
-
-pkgname=sqlcipher
-pkgver=3.3.1
-pkgrel=4
-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')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr --enable-tempstore=yes \
-CFLAGS="$CFLAGS -DSQLITE_HAS_CODEC" LDFLAGS="-lcrypto"
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-
-#license
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: sqlcipher/repos/community-x86_64/PKGBUILD (from rev 194767, 
sqlcipher/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-11-06 20:06:34 UTC (rev 194768)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: flu
+
+pkgname=sqlcipher
+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/$pkgname/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('99b702ecf796de02bf7b7b35de4ceef145f0d62b4467a86707c2d59beea243d0')
+
+build() {
+  cd "${srcdir}"

[arch-commits] Commit in sqlcipher/repos (4 files)

2015-09-06 Thread Evangelos Foutras
Date: Sunday, September 6, 2015 @ 21:29:27
  Author: foutrelis
Revision: 139336

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  sqlcipher/repos/community-staging-i686/
  sqlcipher/repos/community-staging-i686/PKGBUILD
(from rev 139335, sqlcipher/trunk/PKGBUILD)
  sqlcipher/repos/community-staging-x86_64/
  sqlcipher/repos/community-staging-x86_64/PKGBUILD
(from rev 139335, sqlcipher/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   31 +++
 community-staging-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: sqlcipher/repos/community-staging-i686/PKGBUILD (from rev 139335, 
sqlcipher/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-06 19:29:27 UTC (rev 139336)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: flu
+
+pkgname=sqlcipher
+pkgver=3.3.1
+pkgrel=4
+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')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-tempstore=yes \
+CFLAGS="$CFLAGS -DSQLITE_HAS_CODEC" LDFLAGS="-lcrypto"
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+
+#license
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: sqlcipher/repos/community-staging-x86_64/PKGBUILD (from rev 139335, 
sqlcipher/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-09-06 19:29:27 UTC (rev 139336)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: flu
+
+pkgname=sqlcipher
+pkgver=3.3.1
+pkgrel=4
+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')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-tempstore=yes \
+CFLAGS="$CFLAGS -DSQLITE_HAS_CODEC" LDFLAGS="-lcrypto"
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+
+#license
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in sqlcipher/repos (4 files)

2015-08-29 Thread Jaroslav Lichtblau
Date: Saturday, August 29, 2015 @ 20:00:38
  Author: jlichtblau
Revision: 138941

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  sqlcipher/repos/community-staging-i686/PKGBUILD
(from rev 138940, sqlcipher/trunk/PKGBUILD)
  sqlcipher/repos/community-staging-x86_64/PKGBUILD
(from rev 138940, sqlcipher/trunk/PKGBUILD)
Deleted:
  sqlcipher/repos/community-staging-i686/PKGBUILD
  sqlcipher/repos/community-staging-x86_64/PKGBUILD

---+
 /PKGBUILD |   62 
 community-staging-i686/PKGBUILD   |   32 --
 community-staging-x86_64/PKGBUILD |   32 --
 3 files changed, 62 insertions(+), 64 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2015-08-29 17:59:50 UTC (rev 138940)
+++ community-staging-i686/PKGBUILD 2015-08-29 18:00:38 UTC (rev 138941)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: flu
-
-pkgname=sqlcipher
-pkgver=3.3.1
-pkgrel=2
-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')
-source=($pkgname-$pkgver.tar.gz::https://github.com/sqlcipher/${pkgname}/archive/v${pkgver}.tar.gz)
-sha256sums=('ce5167b2e4d7eb1514fd5a8dfc115a11c4b85f5fd88be2a9fd35ffbb684365bf')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr  \
-  --enable-tempstore=yes \
-CFLAGS="$CFLAGS -DSQLITE_HAS_CODEC" LDFLAGS="-lcrypto"
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-
-#license
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: sqlcipher/repos/community-staging-i686/PKGBUILD (from rev 138940, 
sqlcipher/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-08-29 18:00:38 UTC (rev 138941)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: flu
+
+pkgname=sqlcipher
+pkgver=3.3.1
+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' 'sqlite' 'tcl')
+source=($pkgname-$pkgver.tar.gz::https://github.com/sqlcipher/${pkgname}/archive/v${pkgver}.tar.gz)
+sha256sums=('ce5167b2e4d7eb1514fd5a8dfc115a11c4b85f5fd88be2a9fd35ffbb684365bf')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr --enable-tempstore=yes \
+CFLAGS="$CFLAGS -DSQLITE_HAS_CODEC" LDFLAGS="-lcrypto"
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+
+#license
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-staging-x86_64/PKGBUILD
===
--- community-staging-x86_64/PKGBUILD   2015-08-29 17:59:50 UTC (rev 138940)
+++ community-staging-x86_64/PKGBUILD   2015-08-29 18:00:38 UTC (rev 138941)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: flu
-
-pkgname=sqlcipher
-pkgver=3.3.1
-pkgrel=2
-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')
-source=($pkgname-$pkgver.tar.gz::https://github.com/sqlcipher/${pkgname}/archive/v${pkgver}.tar.gz)
-sha256sums=('ce5167b2e4d7eb1514fd5a8dfc115a11c4b85f5fd88be2a9fd35ffbb684365bf')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr  \
-  --enable-tempstore=yes \
-CFLAGS="$CFLAGS -DSQLITE_HAS_CODEC" LDFLAGS="-lcrypto"
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-
-#license
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: sqlcipher/repos/community-staging-x86_64/PKGBUILD (from rev 138940, 
sqlcipher/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-08-29 18:00:38 UTC (rev 138941)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: flu
+
+pkgname=sqlcipher
+pkgver=3.3.1
+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=('

[arch-commits] Commit in sqlcipher/repos (4 files)

2015-08-29 Thread Jaroslav Lichtblau
Date: Saturday, August 29, 2015 @ 19:02:29
  Author: jlichtblau
Revision: 138931

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  sqlcipher/repos/community-staging-i686/
  sqlcipher/repos/community-staging-i686/PKGBUILD
(from rev 138930, sqlcipher/trunk/PKGBUILD)
  sqlcipher/repos/community-staging-x86_64/
  sqlcipher/repos/community-staging-x86_64/PKGBUILD
(from rev 138930, sqlcipher/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   32 
 community-staging-x86_64/PKGBUILD |   32 
 2 files changed, 64 insertions(+)

Copied: sqlcipher/repos/community-staging-i686/PKGBUILD (from rev 138930, 
sqlcipher/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-08-29 17:02:29 UTC (rev 138931)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: flu
+
+pkgname=sqlcipher
+pkgver=3.3.1
+pkgrel=2
+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')
+source=($pkgname-$pkgver.tar.gz::https://github.com/sqlcipher/${pkgname}/archive/v${pkgver}.tar.gz)
+sha256sums=('ce5167b2e4d7eb1514fd5a8dfc115a11c4b85f5fd88be2a9fd35ffbb684365bf')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr  \
+  --enable-tempstore=yes \
+CFLAGS="$CFLAGS -DSQLITE_HAS_CODEC" LDFLAGS="-lcrypto"
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+
+#license
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: sqlcipher/repos/community-staging-x86_64/PKGBUILD (from rev 138930, 
sqlcipher/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-08-29 17:02:29 UTC (rev 138931)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: flu
+
+pkgname=sqlcipher
+pkgver=3.3.1
+pkgrel=2
+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')
+source=($pkgname-$pkgver.tar.gz::https://github.com/sqlcipher/${pkgname}/archive/v${pkgver}.tar.gz)
+sha256sums=('ce5167b2e4d7eb1514fd5a8dfc115a11c4b85f5fd88be2a9fd35ffbb684365bf')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr  \
+  --enable-tempstore=yes \
+CFLAGS="$CFLAGS -DSQLITE_HAS_CODEC" LDFLAGS="-lcrypto"
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+
+#license
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}