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

Allan McRae allan at archlinux.org
Sun Apr 18 10:31:51 UTC 2010


    Date: Sunday, April 18, 2010 @ 06:31:51
  Author: allan
Revision: 77830

upgpkg: dialog 1.1_20100119-2
rebuild to remove from base group

Modified:
  dialog/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-04-18 10:22:08 UTC (rev 77829)
+++ PKGBUILD	2010-04-18 10:31:51 UTC (rev 77830)
@@ -5,7 +5,7 @@
 pkgname=dialog
 pkgver=1.1_20100119
 _pkgver=1.1-20100119
-pkgrel=1
+pkgrel=2
 pkgdesc="A tool to display dialog boxes from shell scripts"
 arch=('i686' 'x86_64')
 url="http://invisible-island.net/dialog/"
@@ -19,5 +19,9 @@
   ./configure --prefix=/usr --mandir=/usr/share/man \
               --with-ncursesw --enable-nls
   make || return 1
+}
+
+package() {
+  cd ${srcdir}/$pkgname-$_pkgver
   make DESTDIR=${pkgdir} install
 }




More information about the arch-commits mailing list