xdg-utils: update to 1.1.1 (#5057)

This commit is contained in:
Denis Revin 2016-10-27 14:15:53 +04:00 committed by Alessio Sergi
parent 9834d82207
commit faeb5485fa
2 changed files with 8 additions and 11 deletions

View file

@ -1,19 +1,18 @@
# Template file for 'xdg-utils'
pkgname=xdg-utils
_distver=1.1.0
_patchver=rc2
version="${_distver}${_patchver}"
version=1.1.1
revision=1
noarch="yes"
build_style=gnu-configure
hostmakedepends="xmlto lynx"
short_desc="Tools to assist applications with various desktop integration tasks"
homepage="http://portland.freedesktop.org/"
homepage="https://www.freedesktop.org/wiki/Software/xdg-utils/"
license="MIT"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
hostmakedepends="git xmlto lynx"
distfiles="https://portland.freedesktop.org/download/${pkgname}-${version}.tar.gz"
checksum=b0dd63a2576e0bb16f1aa78d6ddf7d6784784a098d4df17161cd6a17c7bc4125
do_fetch() {
git clone git://anongit.freedesktop.org/xdg/xdg-utils ${pkgname}-${version}
cd ${pkgname}-${version}
git checkout "v${_distver}-${_patchver}"
post_install() {
vlicense LICENSE
}

View file

@ -1,2 +0,0 @@
site="http://cgit.freedesktop.org/xdg/xdg-utils/"
pattern='/tag/\?id=\K[\d\w-.]+'