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

Giovanni Scafora giovanni at archlinux.org
Tue Nov 29 01:46:07 UTC 2011


    Date: Monday, November 28, 2011 @ 20:46:06
  Author: giovanni
Revision: 143767

upgpkg: hexedit 1.2.12-5

Fixed FS27312

Modified:
  hexedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-11-29 01:07:45 UTC (rev 143766)
+++ PKGBUILD	2011-11-29 01:46:06 UTC (rev 143767)
@@ -4,13 +4,13 @@
 
 pkgname=hexedit
 pkgver=1.2.12
-pkgrel=4
+pkgrel=5
 pkgdesc="Hex Editor for Linux"
 arch=('i686' 'x86_64')
-url="http://merd.net/pixel/hexedit.html"
+url="http://rigaux.org/hexedit.html"
 license=('GPL')
 depends=('ncurses')
-source=(http://merd.net/pixel/${pkgname}-${pkgver}.src.tgz)
+source=("http://rigaux.org/${pkgname}-${pkgver}.src.tgz")
 md5sums=('0d2f48610006278cd93359fea9a06d5c')
 
 build() {
@@ -23,5 +23,6 @@
 
 package() {
   cd "${srcdir}/${pkgname}"
+
   make prefix="${pkgdir}/usr" install
 }




More information about the arch-commits mailing list