summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b4d190be025f..3239961596da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mkpasswd
pkgdesc = Tool for creating password hashes suitable for /etc/shadow
- pkgver = 5.5.7
+ pkgver = 5.5.10
pkgrel = 1
url = https://github.com/rfc1036/whois
arch = i686
@@ -8,8 +8,8 @@ pkgbase = mkpasswd
license = GPL
makedepends = perl
depends = glibc
- source = whois-5.5.7.tar.gz::https://github.com/rfc1036/whois/archive/v5.5.7.tar.gz
- sha256sums = ae389c1486cdeae99f5f02940f98f5d7ff1f08ac0f96810365159b27b0189b5e
+ depends = libxcrypt
+ source = whois-5.5.10.tar.gz::https://github.com/rfc1036/whois/archive/v5.5.10.tar.gz
+ sha256sums = 982c755210b3ff3048fb196456147844c04ad8f47646e0622117f8ce11391e81
pkgname = mkpasswd
-
diff --git a/PKGBUILD b/PKGBUILD
index e022a798fa39..1a594e93a9ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Julian Brost <julian@0x4a42.net>
pkgname=mkpasswd
-pkgver=5.5.7
+pkgver=5.5.10
pkgrel=1
pkgdesc="Tool for creating password hashes suitable for /etc/shadow"
arch=('i686' 'x86_64')
url="https://github.com/rfc1036/whois"
license=('GPL')
-depends=('glibc')
+depends=('glibc' 'libxcrypt')
makedepends=('perl')
source=("whois-$pkgver.tar.gz::https://github.com/rfc1036/whois/archive/v$pkgver.tar.gz")
-sha256sums=('ae389c1486cdeae99f5f02940f98f5d7ff1f08ac0f96810365159b27b0189b5e')
+sha256sums=('982c755210b3ff3048fb196456147844c04ad8f47646e0622117f8ce11391e81')
build() {
cd "${srcdir}/whois-${pkgver}"