diff options
Diffstat (limited to 'community/commoncpp2/PKGBUILD')
-rw-r--r-- | community/commoncpp2/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/commoncpp2/PKGBUILD b/community/commoncpp2/PKGBUILD index 806cc23a9..8563f7667 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 99716 2013-10-30 23:12:48Z allan $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Franco Tortoriello <franco.tortoriello@gmail.com> # Contributor: Andrea Scarpino <andrea@archlinux.org> @@ -14,7 +14,7 @@ arch=('x86_64' 'i686') 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') |