diff options
author | root <root@rshg054.dnsready.net> | 2012-02-22 23:15:20 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-22 23:15:20 +0000 |
commit | 1d9fb21dff6df1679e536ab672edcbbdb4cf3a15 (patch) | |
tree | 803d7c2e3ac59d0ba8ac74c1b2a6dc6167937631 /community/ico2xpm/PKGBUILD | |
parent | 1f55cedf5ea357497d2a98eb2be78d8dab4a9665 (diff) |
Wed Feb 22 23:15:20 UTC 2012
Diffstat (limited to 'community/ico2xpm/PKGBUILD')
-rw-r--r-- | community/ico2xpm/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/ico2xpm/PKGBUILD b/community/ico2xpm/PKGBUILD index 5d1ef58da..1f990376d 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') url="http://ico2xpm.sourceforge.net/" @@ -13,7 +13,7 @@ md5sums=('b3dbe027e2420ee33e57d67140f40896') build() { cd ${srcdir}/${pkgname}-${pkgver} - make || return 1 + make } package() { |