summaryrefslogtreecommitdiff
path: root/community/bless
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-21 11:26:12 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-21 11:26:12 -0300
commitc0bcbcf4015ba2388cb0f0bd418e5242f9613b43 (patch)
tree8e4f525a74e1ec4d373256b380f7d49305ed5d00 /community/bless
parenta05bf04c686ff44fc6c12fbe774d65032b74c55d (diff)
parent11484c032f8c236b2044e715a9a3b28e33f65598 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/6tunnel/PKGBUILD community/chrootuid/PKGBUILD community/cpulimit/PKGBUILD community/cutter/PKGBUILD community/darkhttpd/PKGBUILD community/darkstat/PKGBUILD community/datemath/PKGBUILD community/delegate/PKGBUILD community/dfm/PKGBUILD community/freedroid/PKGBUILD community/parano/PKGBUILD community/pyvorbis/PKGBUILD community/scrotwm/PKGBUILD extra/antlr2/PKGBUILD extra/live-media/PKGBUILD extra/mono-zeroconf/PKGBUILD extra/vlc/PKGBUILD
Diffstat (limited to 'community/bless')
-rw-r--r--community/bless/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/bless/PKGBUILD b/community/bless/PKGBUILD
index 87a3034e9..813a3fe4d 100644
--- a/community/bless/PKGBUILD
+++ b/community/bless/PKGBUILD
@@ -1,9 +1,10 @@
+# $Id: PKGBUILD 65060 2012-02-20 02:38:21Z spupykin $
# Maintainer: TDY <tdy@gmx.com>
# Contributor: dcraven <dcraven@gmail.com>
pkgname=bless
pkgver=0.6.0
-pkgrel=2
+pkgrel=3
pkgdesc="A high-quality, full-featured hex editor"
arch=('i686' 'x86_64' 'mips64el')
url="http://home.gna.org/bless/"
@@ -16,11 +17,10 @@ md5sums=('b4c20d113281dfedb67d9f3ff8b174e3')
build() {
cd "$srcdir/$pkgname-$pkgver"
./configure --prefix=/usr --without-scrollkeeper
- make || return 1
+ make
}
package() {
cd "$srcdir/$pkgname-$pkgver"
make DESTDIR="$pkgdir" install
}
-