summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGI_Jack2023-06-16 18:17:19 -0700
committerGI_Jack2023-06-16 18:17:19 -0700
commit7a1e927fac5bcedba15cba17fdfe8b62917adbe7 (patch)
tree6af898fdfc1c42e2e9b19ce5e15c0286bdd5a1b3 /PKGBUILD
parent71795bdb4c83d18d4128283d7cbf32f438f87eb8 (diff)
downloadaur-makepasswd.tar.gz
fixing package version for what is actually consistant on debian's website
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
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"