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

Eric Bélanger eric at nymeria.archlinux.org
Tue Dec 17 21:56:23 UTC 2013


    Date: Tuesday, December 17, 2013 @ 22:56:23
  Author: eric
Revision: 201672

upgpkg: libotr3 3.2.1-2

Rebuild against libgcrypt 1.6.0

Modified:
  libotr3/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-12-17 21:50:07 UTC (rev 201671)
+++ PKGBUILD	2013-12-17 21:56:23 UTC (rev 201672)
@@ -5,7 +5,7 @@
 
 pkgname=libotr3
 pkgver=3.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Off-the-Record Messaging Library and Toolkit (version 3.X)'
 url='http://www.cypherpunks.ca/otr/'
 license=('GPL' 'LGPL')
@@ -18,7 +18,7 @@
 build() {
 	cd "${srcdir}/libotr-${pkgver}"
 	patch -p1 -i "${srcdir}/libotr3-soname.patch"
- 	./configure --prefix=/usr --mandir=/usr/share/man --disable-static \
+ 	./configure --prefix=/usr --mandir=/usr/share/man \
 	  --program-transform-name='s/otr/otr3/'
 	make 
 }




More information about the arch-commits mailing list