summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Hebb2018-07-02 00:12:32 -0400
committerThomas Hebb2018-07-02 00:12:32 -0400
commitf660d35c7e5281adf50b999ffe179d6478ceba6f (patch)
tree852efe6d2c4a5a3bbaa82fa93ab60434693012bb
parent6625dbcdf268e352fce7808386573e122fda7466 (diff)
downloadaur-f660d35c7e5281adf50b999ffe179d6478ceba6f.tar.gz
Update to 5.3.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c8a101415426..81305c49a47f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Tue Feb 27 18:43:49 UTC 2018
+# Mon Jul 2 04:12:03 UTC 2018
pkgbase = debian-whois-mkpasswd
pkgdesc = A features-rich front end to the password encryption function crypt(3).
- pkgver = 5.3.0
+ pkgver = 5.3.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.3.0.tar.xz
- sha256sums = 4d789c403bfb5833c8ae168a5f31be70e34b045bd5d95a54c82a27b0ff135723
+ source = http://ftp.de.debian.org/debian/pool/main/w/whois/whois_5.3.1.tar.xz
+ sha256sums = ef4ead31306a388d9c8c83d67f56c94ed8b4c85e94f60baea2f5b1660445893e
pkgname = debian-whois-mkpasswd
diff --git a/PKGBUILD b/PKGBUILD
index ce1e0cca7346..81ea09c0a4bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Thomas Hebb <tommyhebb@gmail.com>
pkgname=debian-whois-mkpasswd
-pkgver=5.3.0
+pkgver=5.3.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=('4d789c403bfb5833c8ae168a5f31be70e34b045bd5d95a54c82a27b0ff135723')
+sha256sums=('ef4ead31306a388d9c8c83d67f56c94ed8b4c85e94f60baea2f5b1660445893e')
build() {
cd "${srcdir}/whois-${pkgver}${_debian_backport}"