aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-07-26 00:26:17 -0300
committerNatanael Copa <ncopa@alpinelinux.org>2019-07-26 15:17:44 +0000
commit1c0852596c42c515841291c3c099f01f58aa3747 (patch)
tree8cc0538878ab3b24483de44af188f94114ebc130
parent84cca1cfc38fd5eae4f950a4d9f964ad9c78817b (diff)
main/desktop-file-utils: upgrade to 0.24
-rw-r--r--main/desktop-file-utils/APKBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/main/desktop-file-utils/APKBUILD b/main/desktop-file-utils/APKBUILD
index 00394a6caf4..7ebdd485efe 100644
--- a/main/desktop-file-utils/APKBUILD
+++ b/main/desktop-file-utils/APKBUILD
@@ -1,12 +1,11 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=desktop-file-utils
-pkgver=0.23
-pkgrel=1
+pkgver=0.24
+pkgrel=0
pkgdesc="Command line utilities for working with desktop entries"
url="http://www.freedesktop.org/wiki/Software/desktop-file-utils"
arch="all"
-license="GPL-2.0+"
-depends=
+license="GPL-2.0-or-later"
makedepends="glib-dev gettext-dev"
subpackages="$pkgname-doc"
triggers="$pkgname.trigger=/usr/share/applications"
@@ -32,4 +31,4 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="66a8ddfbb2be8edc14e16427e0dafa6fb1ef7491c816f19221fb5d5782e964cdcc3ae89807339f1c565af828aa83403cc56edeb2d03b3f93e013f3c5e9e6fe6a desktop-file-utils-0.23.tar.xz"
+sha512sums="b19d700d4403c8757c62e49bb7650e0138a85e799f79de07b0d0099a52398a3ead90c8125ccc883df6e2a3f8f5f97696009ebb7452dc7acc25afeef20e06fde0 desktop-file-utils-0.24.tar.xz"