summaryrefslogtreecommitdiff
path: root/extra/ucommon/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/ucommon/PKGBUILD')
-rw-r--r--extra/ucommon/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/ucommon/PKGBUILD b/extra/ucommon/PKGBUILD
index 918428a6e..a476b2701 100644
--- a/extra/ucommon/PKGBUILD
+++ b/extra/ucommon/PKGBUILD
@@ -5,15 +5,15 @@ pkgname=ucommon
pkgver=5.5.0
pkgrel=1
pkgdesc="A light-weight C++ library to facilitate using C++ design patterns"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
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}