diff options
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/ncdc/PKGBUILD | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/pcr/ncdc/PKGBUILD b/pcr/ncdc/PKGBUILD index 06bab0b88..150f47c1b 100644 --- a/pcr/ncdc/PKGBUILD +++ b/pcr/ncdc/PKGBUILD @@ -1,22 +1,22 @@ # Maintainer: Luke R. <g4jc@openmailbox.org> GPG: rsa4096/3EAE8697 # Maintainer: Robert Holt (Arch) <holt.r94 at gmail dot com> -# Contributor: Anton Larionov (Arch) <diffident dot cat at gmail dot com> -# Contributor: Yorhel (Arch) <projects@yorhel.nl> -# Contributor: archtux (Arch) <antonio.arias99999@gmail.com> +# Contributor: Anton Larionov <diffident dot cat at gmail dot com> +# Contributor: Yorhel <projects@yorhel.nl> +# Contributor: archtux <antonio.arias99999@gmail.com> pkgname=ncdc -pkgver=1.19.1 +pkgver=1.20 pkgrel=1 pkgdesc="Modern and lightweight direct connect client with a friendly ncurses interface" -arch=('i686' 'x86_64' 'armv7h') -url="http://dev.yorhel.nl/ncdc" +arch=('i686' 'x86_64' 'arm') +url="https://dev.yorhel.nl/ncdc" license=('MIT') depends=('bzip2' 'gnutls' 'ncurses' 'sqlite' 'glib2' 'geoip') -source=("http://dev.yorhel.nl/download/$pkgname-$pkgver.tar.gz" -"http://dev.yorhel.nl/download/$pkgname-$pkgver.tar.gz.asc") -validpgpkeys=('74460D32B80810EBA9AFA2E962394C698C2739FA') # Yoran Heling's GPG key -sha512sums=('36eda8c582ddb40ef732151ecc1654eae927a6a004430d8d27528b3c57ae5e1b06c23a867d8e1624ee4365031325fd7ced2888dd64ff129431bba9ff4171f189' -'b80c14b97c92f6e3b1f94edb5c794444c3870251511adb5a93a2539f719dc510cccb1e079b546a2e8c60f95a9017e0d3cea0006e5ee0afdaa533c0fe0df1c91e') +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" @@ -30,4 +30,4 @@ package() { install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE" } -# vim:set ts=2 sw=2 et:
\ No newline at end of file +# vim:set ts=2 sw=2 et: |