summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDominic Brekau2019-10-08 20:33:56 +0200
committerDominic Brekau2019-10-08 20:33:56 +0200
commite2696b5ff6aff9f6e7cfd457978f48dcb13bc64d (patch)
tree41f08c44fb4ec32fcf1f56140d52639c9cf9d807 /PKGBUILD
parent5366e1f57ff0670e1a97e1996d894f6ece7be6f7 (diff)
downloadaur-e2696b5ff6aff9f6e7cfd457978f48dcb13bc64d.tar.gz
Removed old checksums and signature. Added sha256sum. Tested and working.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 69c8319d02ad..ef3a0b15229a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
-# 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>
# Contributor: Jeff Mickey <jeff@archlinux.org>
# Contributor: John Proctor <jproctor@prium.net>
@@ -6,17 +7,15 @@
pkgname=ccrtp
pkgver=2.1.2
-pkgrel=1
+pkgrel=2
pkgdesc="An implementation of RTP, the real-time transport protocol from the IETF"
arch=('i686' 'x86_64')
url="http://www.gnu.org/software/ccrtp/"
license=('GPL' 'custom')
depends=('ucommon>=6.2.2' 'libgcrypt')
install=$pkgname.install
-source=("http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
-md5sums=('e6792cbd8b705901c205a509bd7f812f'
- 'SKIP')
-validpgpkeys=('5CF995AAD5CC1E4079F76C38B1732A9CB37C87BA')
+source=("http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz")
+sha256sums=('f035ca0e1b5d37b78e358f07a25b05c5cdaf2c85c4b31cf29f6be17f288a349e')
build() {
cd ${pkgname}-${pkgver}