[arch-commits] Commit in pwgen/trunk (PKGBUILD)

Alexander Rødseth arodseth at nymeria.archlinux.org
Sun Jun 2 15:55:41 UTC 2013


    Date: Sunday, June 2, 2013 @ 17:55:40
  Author: arodseth
Revision: 92191

upgpkg: pwgen 2.06-4

Modified:
  pwgen/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-06-02 15:47:25 UTC (rev 92190)
+++ PKGBUILD	2013-06-02 15:55:40 UTC (rev 92191)
@@ -6,18 +6,18 @@
 pkgname=pwgen
 pkgver=2.06
 pkgrel=4
-pkgdesc='Pwgen is a small password generator which creates passwords which can be easily memorized by a human'
+pkgdesc='Password generator for creating easily memorable passwords'
 arch=('x86_64' 'i686')
 url='http://sourceforge.net/projects/pwgen/'
 license=('GPL')
 depends=('glibc')
-makedepends=('glibc')
 source=("http://downloads.sourceforge.net/sourceforge/pwgen/$pkgname-$pkgver.tar.gz")
 sha256sums=('61598c9e3a0f7eb2e7367d4ecc71522c4f16a7d41ed31db29e3afee8d9843454')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 
+  autoconf
   ./configure --prefix=/usr --mandir=/usr/share/man
   make
 }




More information about the arch-commits mailing list