diff options
author | root <root@rshg054.dnsready.net> | 2013-10-27 01:06:08 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-10-27 01:06:08 -0700 |
commit | 2886140ddb1db32f36cb0b27e93888442a603a53 (patch) | |
tree | 2a85cef112f53e98d1b959951dc7004b9bc89dc9 /extra/ucommon/PKGBUILD | |
parent | 24152c3ea77087edccf017c13d44904a75799ff7 (diff) |
Sun Oct 27 01:05:45 PDT 2013
Diffstat (limited to 'extra/ucommon/PKGBUILD')
-rw-r--r-- | extra/ucommon/PKGBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/extra/ucommon/PKGBUILD b/extra/ucommon/PKGBUILD index 132f21c4b..f88f7cc21 100644 --- a/extra/ucommon/PKGBUILD +++ b/extra/ucommon/PKGBUILD @@ -1,16 +1,15 @@ -# $Id: PKGBUILD 194209 2013-09-10 14:36:48Z bpiotrowski $ +# $Id: PKGBUILD 197457 2013-10-26 07:03:21Z eric $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> pkgname=ucommon pkgver=6.0.7 -pkgrel=1 +pkgrel=2 pkgdesc="A light-weight C++ library to facilitate using C++ design patterns" arch=('i686' 'x86_64') url="http://www.gnutelephony.org/index.php/GNU_uCommon_C++" license=('GPL3' 'LGPL3') depends=('openssl') -options=('!libtool') -source=("http://ftp.gnu.org/pub/gnu/commoncpp/$pkgname-$pkgver.tar.gz"{,.sig}) +source=(http://ftp.gnu.org/pub/gnu/commoncpp/$pkgname-$pkgver.tar.gz{,.sig}) md5sums=('0774a0315beac7b26ec75d44d925f208' 'SKIP') |