diff options
Diffstat (limited to 'abs')
-rw-r--r-- | abs/extra-testing/icon-naming-utils/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/extra-testing/icon-naming-utils/PKGBUILD b/abs/extra-testing/icon-naming-utils/PKGBUILD index 82592ff..ce025df 100644 --- a/abs/extra-testing/icon-naming-utils/PKGBUILD +++ b/abs/extra-testing/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') |