summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhillip Smith2016-06-15 10:18:31 +1000
committerPhillip Smith2016-06-15 10:18:31 +1000
commit60c72f62ea07c2af153743cc964ac0e33d3b2295 (patch)
treed3623bcd1db835ef48f1aebbae62b205f25f8986 /PKGBUILD
parent845fd9488e87c02dfa444a71e9c6cf11faef2e80 (diff)
downloadaur-jwhois.tar.gz
upgpkg: jwhois 4.0-2 (fix finding service in /etc/services)
Thanks to @yhager: The sources are looking for a 'whois' entry in /etc/services, which does not exist on my system. I had to patch it to look for internic instead.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e947bc186185..af3b55d29449 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@
pkgname=jwhois
pkgver=4.0
-pkgrel=1
+pkgrel=2
pkgdesc="An Internet Whois client"
arch=('i686' 'x86_64')
url="http://www.gnu.org/software/jwhois/"
@@ -23,8 +23,8 @@ license=('GPL3')
depends=('gdbm' 'libidn')
source=("ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz"
"$pkgname.patch")
-md5sums=('977d0ba90ee058a7998c94d933fc9546'
- '7ce928db7ca3132bc97cadac6288a94e')
+sha256sums=('fa9bb86782b915c6d730bb723f876dc9b345a617db375aaf3416ec22553cd64e'
+ 'ae79266541d18ba6a7ca9d5eef9f2187b179c4ad88921ee77c9d369d968d6e26')
prepare() {
cd "$srcdir"/$pkgname-$pkgver