diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2010-09-05 06:13:57 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2010-09-05 06:13:57 (GMT) |
commit | b172f79fadb565ecfbcec9508f9377d8618a4f4c (patch) | |
tree | bf8823b07e3313c3afa000a9b31e4f9a735cb818 /abs/extra/icon-naming-utils | |
parent | f9d54ab7c3853208484e304bc6cf40ab0f79d400 (diff) | |
parent | 5e7027c6194237ca1dc5fcbb3648483a970fb500 (diff) | |
download | linhes_pkgbuild-b172f79fadb565ecfbcec9508f9377d8618a4f4c.zip linhes_pkgbuild-b172f79fadb565ecfbcec9508f9377d8618a4f4c.tar.gz linhes_pkgbuild-b172f79fadb565ecfbcec9508f9377d8618a4f4c.tar.bz2 |
Merge branch 'HEAD' of ssh://cesman@knoppmyth.net/mount/repository/LinHES-PKGBUILD
Diffstat (limited to 'abs/extra/icon-naming-utils')
-rw-r--r-- | abs/extra/icon-naming-utils/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/extra/icon-naming-utils/PKGBUILD b/abs/extra/icon-naming-utils/PKGBUILD index 82592ff..ce025df 100644 --- a/abs/extra/icon-naming-utils/PKGBUILD +++ b/abs/extra/icon-naming-utils/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: William Rea <sillywilly@gmail.com> pkgname=icon-naming-utils -pkgver=0.8.7 +pkgver=0.8.90 pkgrel=1 pkgdesc="Maps the new names of icons for Tango to the legacy names used by the GNOME and KDE desktops." arch=(i686 x86_64) @@ -11,7 +11,6 @@ license=('GPL') url="http://tango.freedesktop.org/" depends=('perl-xml-simple') source=(http://tango.freedesktop.org/releases/${pkgname}-${pkgver}.tar.bz2) -md5sums=('2bcd77b8b6361831a932a5e76e82b66d') build() { cd ${startdir}/src/${pkgname}-${pkgver} @@ -22,3 +21,4 @@ build() { make DESTDIR=${startdir}/pkg install mv ${startdir}/pkg/usr/share/pkgconfig ${startdir}/pkg/usr/lib/pkgconfig } +md5sums=('dd8108b56130b9eedc4042df634efa66') |