summaryrefslogtreecommitdiffstats
path: root/main/desktop-file-utils
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-01-05 21:20:26 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-01-05 21:20:26 +0000
commit3aa659e0f690fb0bd3ced045933028e5d8766d34 (patch)
tree32fe7d447cb62154472da846c7ceb28a963e8153 /main/desktop-file-utils
parent1263cbaed054fc636a12b171368d685cd39b3ddc (diff)
downloadaports-3aa659e0f690fb0bd3ced045933028e5d8766d34.tar.bz2
aports-3aa659e0f690fb0bd3ced045933028e5d8766d34.tar.xz
main/desktop-file-utils: upgrade to 0.19
Diffstat (limited to 'main/desktop-file-utils')
-rw-r--r--main/desktop-file-utils/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/desktop-file-utils/APKBUILD b/main/desktop-file-utils/APKBUILD
index 519876c6b..51d18f558 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"