summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d12201a94b08..2f0e2988da4f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo(replacement shim) v8
+# Fri Jun 16 06:16:56 PM PDT 2023
pkgbase = makepasswd
pkgdesc = Generates true random passwords with the emphasis on security over pronounceability (Debian version)
- pkgver = 1.10_13
+ pkgver = 1.10_12
pkgrel = 1
url = http://packages.qa.debian.org/m/makepasswd.html
arch = any
@@ -10,8 +12,8 @@ pkgbase = makepasswd
depends = perl-bytes-random-secure
depends = perl-crypt-random-seed
source = http://ftp.debian.org/debian/pool/main/m/makepasswd/makepasswd_1.10.orig.tar.gz
- source = http://ftp.debian.org/debian/pool/main/m/makepasswd/makepasswd_1.10-13.diff.gz
+ source = http://ftp.debian.org/debian/pool/main/m/makepasswd/makepasswd_1.10-12.diff.gz
sha256sums = 41491f361d810f9bb3e08b40df3c3034faec306d434dab15534e19023f91a75c
- sha256sums = a18d52759e5318d413fc210c4aabba612113c80559117d81726d1b5827392ddd
+ sha256sums = e72d5f45de382fc70b108d692ca4fc2f66fcc280d693a54982ec2ae0ef1d712c
pkgname = makepasswd
diff --git a/PKGBUILD b/PKGBUILD
index e8bd28b94c9a..4168bf0c7ff5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 137423 2015-07-26 14:50:18Z seblu $
-# Maintainer: Daniel Müllner <daniel@danifold.net>
+# Mainteriner: GI Jack <GI_Jack@hackermail.com>
+# Contributor: Daniel Müllner <daniel@danifold.net>
# Contributor: Thayer Williams <thayer@archlinux.org>
# Contributor: Travis Willard <travisw@wmpub.ca>
# Contributor: Manolis Tzanidakis
pkgname=makepasswd
-pkgver=1.10_13
+pkgver=1.10_12
pkgrel=1
pkgdesc='Generates true random passwords with the emphasis on security over pronounceability (Debian version)'
arch=('any')
@@ -18,7 +18,7 @@ depends=('perl-passwd-md5'
source=("http://ftp.debian.org/debian/pool/main/m/${pkgname}/${pkgname}_${pkgver%_*}.orig.tar.gz"
"http://ftp.debian.org/debian/pool/main/m/${pkgname}/${pkgname}_${pkgver//_/-}.diff.gz")
sha256sums=('41491f361d810f9bb3e08b40df3c3034faec306d434dab15534e19023f91a75c'
- 'a18d52759e5318d413fc210c4aabba612113c80559117d81726d1b5827392ddd')
+ 'e72d5f45de382fc70b108d692ca4fc2f66fcc280d693a54982ec2ae0ef1d712c')
prepare() {
patch -p1 -d "$pkgname-${pkgver%_*}" < "${pkgname}_${pkgver//_/-}.diff"