diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-12-22 14:43:08 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-12-22 14:43:08 +0100 |
commit | d7efdd401d2ce7e0862ec5bb66002f11def0a205 (patch) | |
tree | b65e668638d1d6b1fc3b2c4de2e42b1be3f51bb4 /extra/ucommon | |
parent | d368a34caf4b614b9d24abcb8a4dea9323ff69ae (diff) |
Fix ucommon source URL and md5sums.
Diffstat (limited to 'extra/ucommon')
-rw-r--r-- | extra/ucommon/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/ucommon/PKGBUILD b/extra/ucommon/PKGBUILD index e204462db..a476b2701 100644 --- a/extra/ucommon/PKGBUILD +++ b/extra/ucommon/PKGBUILD @@ -10,10 +10,10 @@ 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://www.gnutelephony.org/dist/tarballs/$pkgname-$pkgver.tar.gz"{,.sig}) -md5sums=('99d302b5217bb92b6fb9d91ead6fd028' - '0fcfd66e9746c3105cb5d222ad2cc91d') +source=("http://ftp.gnu.org/pub/gnu/commoncpp/$pkgname-$pkgver.tar.gz"{,.sig}) +#source=("http://www.gnutelephony.org/dist/tarballs/$pkgname-$pkgver.tar.gz"{,.sig}) +md5sums=('657555f23a0e79952e811cf738fc4526' + 'd2cfc22eac90730992de976c4d7530c1') build() { cd "${srcdir}"/${pkgname}-${pkgver} |