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

Pierre Schmitz pierre at archlinux.org
Thu Jan 14 00:33:08 UTC 2010


    Date: Wednesday, January 13, 2010 @ 19:33:08
  Author: pierre
Revision: 63013

upgpkg: qca 2.0.2-2
    rebuild to solve ssl connection problems

Modified:
  qca/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-01-14 00:18:39 UTC (rev 63012)
+++ PKGBUILD	2010-01-14 00:33:08 UTC (rev 63013)
@@ -3,7 +3,7 @@
 
 pkgname=qca
 pkgver=2.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Qt Cryptographic Architecture"
 arch=('i686' 'x86_64')
 url="http://delta.affinix.com/qca/"
@@ -21,5 +21,9 @@
 		--release \
 		--no-separate-debug-info
 	make
+}
+
+package() {
+	cd $srcdir/${pkgname}-${pkgver}
 	make INSTALL_ROOT=$pkgdir install
 }




More information about the arch-commits mailing list