[arch-commits] Commit in makepasswd/repos/community-any (PKGBUILD PKGBUILD)

Sébastien Luttringer seblu at archlinux.org
Sun Jul 26 14:50:37 UTC 2015


    Date: Sunday, July 26, 2015 @ 16:50:37
  Author: seblu
Revision: 137424

archrelease: copy trunk to community-any

Added:
  makepasswd/repos/community-any/PKGBUILD
    (from rev 137423, makepasswd/trunk/PKGBUILD)
Deleted:
  makepasswd/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-07-26 14:50:18 UTC (rev 137423)
+++ PKGBUILD	2015-07-26 14:50:37 UTC (rev 137424)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Thayer Williams <thayer at archlinux.org>
-# Contributor: Travis Willard <travisw at wmpub.ca>
-# Contributor: Manolis Tzanidakis
-
-pkgname=makepasswd
-pkgver=1.10_9
-pkgrel=1
-pkgdesc='Generates true random passwords with the emphasis on security over pronounceability (Debian version)'
-arch=('any')
-url='http://packages.qa.debian.org/m/makepasswd.html'
-license=('GPL2')
-depends=('perl-passwd-md5' 'perl-crypt-openssl-random')
-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")
-md5sums=('55842bb4c064ebcdedffb4afd5f0945a'
-         '66b730bfb5393842d754190766c7f77a')
-
-prepare() {
-  patch -p1 -d "$pkgname-${pkgver%_*}" < "${pkgname}_${pkgver//_/-}.diff"
-}
-
-package() {
-  cd $pkgname-${pkgver%_*}
-  install -D -m0755 makepasswd "$pkgdir/usr/bin/makepasswd"
-  install -D -m0644 makepasswd.1 "$pkgdir/usr/share/man/man1/makepasswd.1"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: makepasswd/repos/community-any/PKGBUILD (from rev 137423, makepasswd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-07-26 14:50:37 UTC (rev 137424)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Thayer Williams <thayer at archlinux.org>
+# Contributor: Travis Willard <travisw at wmpub.ca>
+# Contributor: Manolis Tzanidakis
+
+pkgname=makepasswd
+pkgver=1.10_10
+pkgrel=1
+pkgdesc='Generates true random passwords with the emphasis on security over pronounceability (Debian version)'
+arch=('any')
+url='http://packages.qa.debian.org/m/makepasswd.html'
+license=('GPL2')
+depends=('perl-passwd-md5' 'perl-crypt-openssl-random')
+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")
+md5sums=('55842bb4c064ebcdedffb4afd5f0945a'
+         'e9ec121ed24c08f7b9b21b325f3a9fef')
+
+prepare() {
+  patch -p1 -d "$pkgname-${pkgver%_*}" < "${pkgname}_${pkgver//_/-}.diff"
+}
+
+package() {
+  cd $pkgname-${pkgver%_*}
+  install -D -m0755 makepasswd "$pkgdir/usr/bin/makepasswd"
+  install -D -m0644 makepasswd.1 "$pkgdir/usr/share/man/man1/makepasswd.1"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list