diff options
author | root <root@rshg054.dnsready.net> | 2012-09-14 00:04:07 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-09-14 00:04:07 +0000 |
commit | 1b99470a0c85186f768a328fcc11a7cfcc85be51 (patch) | |
tree | e08ce57006ed5455ffcfb1fb57544ed5604b0a80 /community/ico2xpm | |
parent | 843685ce9dd76d37a4c7b0230eacb6d26bdf30dd (diff) |
Fri Sep 14 00:04:06 UTC 2012
Diffstat (limited to 'community/ico2xpm')
-rw-r--r-- | community/ico2xpm/PKGBUILD | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/community/ico2xpm/PKGBUILD b/community/ico2xpm/PKGBUILD index 1f990376d..ac06c0ef4 100644 --- a/community/ico2xpm/PKGBUILD +++ b/community/ico2xpm/PKGBUILD @@ -1,15 +1,17 @@ +# $Id: PKGBUILD 76155 2012-09-12 10:40:28Z spupykin $ +# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: dibblethewrecker <dibblethewrecker.at.jiwe.org> # Maintainer: Daniel J Griffiths <ghost1227@archlinux.us> pkgname=ico2xpm -pkgver=1.2 -pkgrel=2 +pkgver=1.3 +pkgrel=1 pkgdesc="A utility which converts Windows icons into X pixmaps" arch=('i686' 'x86_64') url="http://ico2xpm.sourceforge.net/" license=('GPL') -source=(http://downloads.sourceforge.net/ico2xpm/1.2/ico2xpm-1_2-src.tar.gz) -md5sums=('b3dbe027e2420ee33e57d67140f40896') +source=(http://downloads.sourceforge.net/ico2xpm/$pkgver/ico2xpm-${pkgver/./_}-src.tar.gz) +md5sums=('fbae5631281cb6b48ca31f78bbbcba85') build() { cd ${srcdir}/${pkgname}-${pkgver} |