diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-14 03:47:29 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-14 03:47:29 +0000 |
commit | 271da49386e259723ef574713339f04886630604 (patch) | |
tree | 3357a1b3aa15cfd25145095c41b0a94612ce3635 /extra/libotr3 | |
parent | bcefa96cbc68f340b2aa11c108353993db074e76 (diff) |
Tue Jan 14 03:40:13 UTC 2014
Diffstat (limited to 'extra/libotr3')
-rw-r--r-- | extra/libotr3/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/libotr3/PKGBUILD b/extra/libotr3/PKGBUILD index b560c3d5b..51d2316c0 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 } |