diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-01-05 21:20:26 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-01-05 21:20:26 +0000 |
commit | 3aa659e0f690fb0bd3ced045933028e5d8766d34 (patch) | |
tree | 32fe7d447cb62154472da846c7ceb28a963e8153 /main/desktop-file-utils/APKBUILD | |
parent | 1263cbaed054fc636a12b171368d685cd39b3ddc (diff) | |
download | aports-3aa659e0f690fb0bd3ced045933028e5d8766d34.tar.bz2 aports-3aa659e0f690fb0bd3ced045933028e5d8766d34.tar.xz |
main/desktop-file-utils: upgrade to 0.19
Diffstat (limited to 'main/desktop-file-utils/APKBUILD')
-rw-r--r-- | main/desktop-file-utils/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/desktop-file-utils/APKBUILD b/main/desktop-file-utils/APKBUILD index 519876c6b4..51d18f558b 100644 --- a/main/desktop-file-utils/APKBUILD +++ b/main/desktop-file-utils/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=desktop-file-utils -pkgver=0.18 +pkgver=0.19 pkgrel=0 pkgdesc="Command line utilities for working with desktop entries" url="http://www.freedesktop.org/wiki/Software/desktop-file-utils" @@ -9,7 +9,7 @@ license="GPL" depends= makedepends="glib-dev libiconv-dev gettext-dev pkgconfig" triggers="$pkgname.trigger=/usr/share/applications" -source="http://www.freedesktop.org/software/$pkgname/releases/$pkgname-$pkgver.tar.bz2" +source="http://www.freedesktop.org/software/$pkgname/releases/$pkgname-$pkgver.tar.xz" build () { @@ -23,4 +23,4 @@ package() { cd "$srcdir"/desktop-file-utils-$pkgver make DESTDIR="$pkgdir" install || return 1 } -md5sums="d966b743eb394650f98d5dd56b9aece1 desktop-file-utils-0.18.tar.bz2" +md5sums="cbb2427593b7f6d36e52e9d221fce82f desktop-file-utils-0.19.tar.xz" |