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

Ionut Biru ibiru at archlinux.org
Fri Jun 24 17:38:13 UTC 2011


    Date: Friday, June 24, 2011 @ 13:38:13
  Author: ibiru
Revision: 128628

upgpkg: hexedit 1.2.12-4
rebuild against glibc from core. FS#24863

Modified:
  hexedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-06-24 16:39:35 UTC (rev 128627)
+++ PKGBUILD	2011-06-24 17:38:13 UTC (rev 128628)
@@ -4,7 +4,7 @@
 
 pkgname=hexedit
 pkgver=1.2.12
-pkgrel=3
+pkgrel=4
 pkgdesc="Hex Editor for Linux"
 arch=('i686' 'x86_64')
 url="http://merd.net/pixel/hexedit.html"
@@ -19,5 +19,9 @@
 
   ./configure
   make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}"
   make prefix="${pkgdir}/usr" install
 }




More information about the arch-commits mailing list