From 946f0c9fe48dfb648a8a0be065e92f237ce210fd Mon Sep 17 00:00:00 2001 From: root Date: Tue, 29 Nov 2011 23:14:46 +0000 Subject: Tue Nov 29 23:14:46 UTC 2011 --- extra/hexedit/PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'extra/hexedit/PKGBUILD') diff --git a/extra/hexedit/PKGBUILD b/extra/hexedit/PKGBUILD index bc2a5bfd0..f46418f04 100644 --- a/extra/hexedit/PKGBUILD +++ b/extra/hexedit/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 128628 2011-06-24 17:38:13Z ibiru $ +# $Id: PKGBUILD 143768 2011-11-29 01:46:32Z giovanni $ # Maintainer: Giovanni Scafora # Contributor: Paul Mattal 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 @@ build() { package() { cd "${srcdir}/${pkgname}" + make prefix="${pkgdir}/usr" install } -- cgit v1.2.3-54-g00ecf