summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDominic Brekau2019-10-08 20:00:50 +0200
committerDominic Brekau2019-10-08 20:00:50 +0200
commitdc966212b3e2ac441790f1309e77e62b4fc8b1cc (patch)
tree8d9b43ba3c3c743ebbcda184b5e5a2b45ad5e1e4
parent5cb96c7e858c3421f1d8d0f3e01022a33623d6e6 (diff)
downloadaur-dc966212b3e2ac441790f1309e77e62b4fc8b1cc.tar.gz
Updated URL, source and checksum to get a working state again.
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD15
2 files changed, 12 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa7faff21154..51fcd3e8d7a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,14 @@
pkgbase = ucommon
- pkgdesc = A light-weight C++ library to facilitate using C++ design patterns
+ pkgdesc = GNU Common C++ is a class framework that was specifically designed for telephony applications.
pkgver = 7.0.0
- pkgrel = 1
- url = http://www.gnutelephony.org/index.php/GNU_uCommon_C++
+ pkgrel = 2
+ url = https://www.gnu.org/software/commoncpp/
arch = i686
arch = x86_64
license = LGPL3
depends = gnutls
- source = http://ftp.gnu.org/pub/gnu/commoncpp/ucommon-7.0.0.tar.gz
- source = http://ftp.gnu.org/pub/gnu/commoncpp/ucommon-7.0.0.tar.gz.sig
- validpgpkeys = 5CF995AAD5CC1E4079F76C38B1732A9CB37C87BA
- md5sums = 90468af8f6692f0b6576189927414a39
- md5sums = SKIP
+ source = https://ftp.gnu.org/gnu/commoncpp/ucommon-7.0.0.tar.gz
+ sha256sums = 6ac9f76c2af010f97e916e4bae1cece341dc64ca28e3881ff4ddc3bc334060d7
pkgname = ucommon
diff --git a/PKGBUILD b/PKGBUILD
index 46e2edd6e8e6..4ccbb33c1dc1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,17 @@
-# Maintainer: Timothy Redaelli <timothy.redaelli@gmail.com>
+# Maintainer: Dominic Brekau <aur@dominic.brekau.de>
+# Contributor: Timothy Redaelli <timothy.redaelli@gmail.com>
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=ucommon
pkgver=7.0.0
-pkgrel=1
-pkgdesc="A light-weight C++ library to facilitate using C++ design patterns"
+pkgrel=2
+pkgdesc='GNU Common C++ is a class framework that was specifically designed for telephony applications.'
arch=('i686' 'x86_64')
-url="http://www.gnutelephony.org/index.php/GNU_uCommon_C++"
+url='https://www.gnu.org/software/commoncpp/'
license=('LGPL3')
depends=('gnutls')
-source=("http://ftp.gnu.org/pub/gnu/commoncpp/$pkgname-$pkgver.tar.gz"{,.sig})
-md5sums=('90468af8f6692f0b6576189927414a39'
- 'SKIP')
-validpgpkeys=('5CF995AAD5CC1E4079F76C38B1732A9CB37C87BA')
+source=("https://ftp.gnu.org/gnu/commoncpp/$pkgname-$pkgver.tar.gz")
+sha256sums=('6ac9f76c2af010f97e916e4bae1cece341dc64ca28e3881ff4ddc3bc334060d7')
build() {
cd ${pkgname}-${pkgver}