summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 882e9f93e0ef..d6256f162bfc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ccrtp
pkgdesc = An implementation of RTP, the real-time transport protocol from the IETF
pkgver = 2.1.2
- pkgrel = 3
+ pkgrel = 4
url = https://www.gnu.org/software/ccrtp/
arch = i686
arch = x86_64
@@ -11,6 +11,9 @@ pkgbase = ccrtp
depends = libgcrypt
optdepends = texinfo: handle and view info files
source = https://ftp.gnu.org/gnu/ccrtp/ccrtp-2.1.2.tar.gz
+ source = https://ftp.gnu.org/gnu/ccrtp/ccrtp-2.1.2.tar.gz.sig
+ validpgpkeys = 5CF995AAD5CC1E4079F76C38B1732A9CB37C87BA
sha256sums = f035ca0e1b5d37b78e358f07a25b05c5cdaf2c85c4b31cf29f6be17f288a349e
+ sha256sums = SKIP
pkgname = ccrtp
diff --git a/PKGBUILD b/PKGBUILD
index 4a65c9b51dd1..21d2de809f72 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,15 +8,17 @@
pkgname=ccrtp
pkgver=2.1.2
-pkgrel=3
+pkgrel=4
pkgdesc="An implementation of RTP, the real-time transport protocol from the IETF"
arch=('i686' 'x86_64')
url="https://www.gnu.org/software/ccrtp/"
license=('GPL' 'custom')
depends=('ucommon>=6.2.2' 'libgcrypt')
optdepends=("texinfo: handle and view info files")
-source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('f035ca0e1b5d37b78e358f07a25b05c5cdaf2c85c4b31cf29f6be17f288a349e')
+source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
+sha256sums=('f035ca0e1b5d37b78e358f07a25b05c5cdaf2c85c4b31cf29f6be17f288a349e'
+ 'SKIP')
+validpgpkeys=('5CF995AAD5CC1E4079F76C38B1732A9CB37C87BA')
build() {
cd ${pkgname}-${pkgver}