summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Hebb2019-03-09 11:54:12 -0800
committerThomas Hebb2019-03-09 11:54:12 -0800
commitc7243c718110d65260d97c3c1e654a81a8733300 (patch)
treee283d072ebdeec66261474462bf54b3e50fc7f26
parentdfd9333ec8ff63030733abda514bf037103fa22d (diff)
downloadaur-c7243c718110d65260d97c3c1e654a81a8733300.tar.gz
Update to 5.4.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index abf2f2318095..ff39d1c6226f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,13 @@
-# Generated by mksrcinfo v8
-# Thu Jan 3 08:44:25 UTC 2019
pkgbase = debian-whois-mkpasswd
pkgdesc = A features-rich front end to the password encryption function crypt(3).
- pkgver = 5.4.0
+ pkgver = 5.4.1
pkgrel = 1
url = http://packages.debian.org/sid/whois
arch = i686
arch = x86_64
license = GPL
- source = http://ftp.de.debian.org/debian/pool/main/w/whois/whois_5.4.0.tar.xz
- sha256sums = 3775ae0cfaa6dd8d886e5233c4826225cddcb88c99c2a08130d14e15fe58e378
+ source = http://ftp.de.debian.org/debian/pool/main/w/whois/whois_5.4.1.tar.xz
+ sha256sums = 3ee6591fb14c103791430a8e6eb3d4c38a9f52aad799ea58c94250bd6985ec50
pkgname = debian-whois-mkpasswd
diff --git a/PKGBUILD b/PKGBUILD
index 243995d3bf9f..767777387e48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Thomas Hebb <tommyhebb@gmail.com>
pkgname=debian-whois-mkpasswd
-pkgver=5.4.0
+pkgver=5.4.1
_debian_backport=''
pkgrel=1
pkgdesc="A features-rich front end to the password encryption function crypt(3)."
@@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
url="http://packages.debian.org/sid/whois"
license=('GPL')
source=("http://ftp.de.debian.org/debian/pool/main/w/whois/whois_${pkgver}${_debian_backport}.tar.xz")
-sha256sums=('3775ae0cfaa6dd8d886e5233c4826225cddcb88c99c2a08130d14e15fe58e378')
+sha256sums=('3ee6591fb14c103791430a8e6eb3d4c38a9f52aad799ea58c94250bd6985ec50')
build() {
cd "${srcdir}/whois-${pkgver}${_debian_backport}"