summaryrefslogtreecommitdiff
path: root/pcr/ncdc
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-02-03 21:17:13 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-02-03 21:17:13 +0100
commit5f94d542e326a434aac84204d341fbbf0d012a71 (patch)
tree9ef1b6abbafd946bc0941799ce0b69a4b621cd01 /pcr/ncdc
parent4d9751f955ae58efedc4e32fcf1dfb35a8b713c5 (diff)
pcr/ncdc: bumped pkgrel and rebuilt
Diffstat (limited to 'pcr/ncdc')
-rw-r--r--pcr/ncdc/PKGBUILD23
1 files changed, 13 insertions, 10 deletions
diff --git a/pcr/ncdc/PKGBUILD b/pcr/ncdc/PKGBUILD
index 36eff5079..0e6da2fb2 100644
--- a/pcr/ncdc/PKGBUILD
+++ b/pcr/ncdc/PKGBUILD
@@ -1,22 +1,25 @@
+# Maintainer (AUR): Robert Holt <holt.r94 at gmail dot com>
+# Contributor (AUR): Anton Larionov <diffident dot cat at gmail dot com>
+# Contributor (AUR): Yorhel <projects@yorhel.nl>
+# Contributor (AUR): archtux <antonio.arias99999@gmail.com>
# Maintainer: Luke R. <g4jc@openmailbox.org> GPG: rsa4096/3EAE8697
-# Maintainer: Robert Holt (Arch) <holt.r94 at gmail dot com>
-# Contributor: Anton Larionov <diffident dot cat at gmail dot com>
-# Contributor: Yorhel <projects@yorhel.nl>
-# Contributor: archtux <antonio.arias99999@gmail.com>
+
+# parabola changes and rationale:
+# - switched urls to https
+# - verifying tarball signature
pkgname=ncdc
pkgver=1.20
-pkgrel=1
+pkgrel=1.1
pkgdesc="Modern and lightweight direct connect client with a friendly ncurses interface"
arch=('i686' 'x86_64' 'armv7h')
-url="https://dev.yorhel.nl/ncdc"
+url="http://dev.yorhel.nl/ncdc"
license=('MIT')
depends=('bzip2' 'gnutls' 'ncurses' 'sqlite' 'glib2' 'geoip')
+source=("https://dev.yorhel.nl/download/$pkgname-$pkgver.tar.gz"{,.asc})
+md5sums=('662fbddf17392cdb963d480af1812ae7'
+ 'SKIP')
validpgpkeys=('74460D32B80810EBA9AFA2E962394C698C2739FA') # Yoran Heling
-source=("https://dev.yorhel.nl/download/$pkgname-$pkgver.tar.gz"
-"https://dev.yorhel.nl/download/$pkgname-$pkgver.tar.gz.asc")
-sha512sums=('0f20d6584aab1e69bcb3a93271a8542c5968adee5fd198b375dc258996b60ee5f642eac5d5e91c5513e367bbfd42eda80ede9e6e93ab38279c33e8da557010a7'
- 'SKIP')
build() {
cd "$srcdir/$pkgname-$pkgver"