summaryrefslogtreecommitdiff
path: root/extra/libotr3/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libotr3/PKGBUILD')
-rw-r--r--extra/libotr3/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/libotr3/PKGBUILD b/extra/libotr3/PKGBUILD
index a05a3dd28..84f86e3f2 100644
--- a/extra/libotr3/PKGBUILD
+++ b/extra/libotr3/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 198217 2013-10-30 13:31:22Z allan $
+# $Id: PKGBUILD 203584 2014-01-13 17:12:15Z andyrtr $
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
# Contributor: Pierre Schmitz <pierre@archlinux.de>
# Contributor: Bug <Bug2000@gmail.com>
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 @@ sha1sums=('898bf00d019f49ca34cd0116dd2e22685c67c394'
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
}