summaryrefslogtreecommitdiff
path: root/community/ico2xpm
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-22 23:09:46 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-22 23:09:46 -0300
commitf87cdf22eb712b5b1c118f768d4ff710fc839403 (patch)
tree023ff68dc2d6efdb25a8ab8b182a14b8d6a55889 /community/ico2xpm
parent290a8b0dd73569b6b2d9855be9638d3338c566e0 (diff)
parent1d9fb21dff6df1679e536ab672edcbbdb4cf3a15 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/arp-scan/PKGBUILD community/curlftpfs/PKGBUILD community/dtach/PKGBUILD community/espeakup/PKGBUILD community/g2sc/PKGBUILD community/judy/PKGBUILD community/python-fuse/PKGBUILD community/sisctrl/PKGBUILD extra/avahi/PKGBUILD extra/kdesdk/PKGBUILD extra/nasm/PKGBUILD multilib/lib32-p11-kit/PKGBUILD multilib/lib32-pixman/PKGBUILD testing/xf86-input-synaptics/PKGBUILD
Diffstat (limited to 'community/ico2xpm')
-rw-r--r--community/ico2xpm/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/ico2xpm/PKGBUILD b/community/ico2xpm/PKGBUILD
index 726e732f9..cb2e95463 100644
--- a/community/ico2xpm/PKGBUILD
+++ b/community/ico2xpm/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=ico2xpm
pkgver=1.2
-pkgrel=1
+pkgrel=2
pkgdesc="A utility which converts Windows icons into X pixmaps"
arch=('i686' 'x86_64' 'mips64el')
url="http://ico2xpm.sourceforge.net/"
@@ -13,7 +13,7 @@ md5sums=('b3dbe027e2420ee33e57d67140f40896')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
- make || return 1
+ make
}
package() {