diff options
Diffstat (limited to 'community/commoncpp2/PKGBUILD')
-rw-r--r-- | community/commoncpp2/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/commoncpp2/PKGBUILD b/community/commoncpp2/PKGBUILD index d5d5e8a33..5d9204490 100644 --- a/community/commoncpp2/PKGBUILD +++ b/community/commoncpp2/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 64380 2012-02-12 11:04:24Z arodseth $ +# $Id: PKGBUILD 100142 2013-11-01 20:22:25Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Franco Tortoriello <franco.tortoriello@gmail.com> # Contributor: Andrea Scarpino <andrea@archlinux.org> @@ -8,13 +8,13 @@ pkgname=commoncpp2 pkgver=1.8.1 -pkgrel=3.1 +pkgrel=4 pkgdesc="GNU Common C++ 2" arch=('x86_64' 'i686' 'mips64el') url='http://www.gnu.org/software/commoncpp/' license=('GPL' 'custom') depends=('gcc-libs' 'zlib' 'sh') -options=('!libtool' '!makeflags') +options=('!makeflags') install=$pkgname.install source=("http://ftp.gnu.org/pub/gnu/commoncpp/$pkgname-$pkgver.tar.gz") sha256sums=('53ced4aff74e28a1d8018eb2b4974519028db3c12471ab6dff1c873578c9af4e') |