diff options
Diffstat (limited to 'main')
-rw-r--r-- | main/xdg-utils/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/main/xdg-utils/APKBUILD b/main/xdg-utils/APKBUILD index fccc7b5f17..53420f9488 100644 --- a/main/xdg-utils/APKBUILD +++ b/main/xdg-utils/APKBUILD @@ -1,17 +1,17 @@ # Contributor: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xdg-utils -pkgver=1.1.2 +pkgver=1.1.3 pkgrel=0 pkgdesc="Basic desktop integration functions" -url="https://portland.freedesktop.org/wiki/" +url="https://portland.freedesktop.org/wiki" arch="noarch" options="!check" # No test suite. license="MIT" depends="xset xprop" makedepends="libxml2-utils libxslt xmlto lynx" subpackages="$pkgname-doc" -source="http://portland.freedesktop.org/download/xdg-utils-$pkgver.tar.gz +source="https://portland.freedesktop.org/download/$pkgname-$pkgver.tar.gz xdg-screensaver-mv-T.patch " builddir="$srcdir"/$pkgname-$pkgver @@ -33,5 +33,5 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="1927506065788b5f8bba8b0617a8ee585265342fa40c4b73000d320acd5909036daef94d49495b00982dbb67b7706b2f1ed949cb4cc519dfa534be2c1c8f74db xdg-utils-1.1.2.tar.gz +sha512sums="d1f819a211eb4104a90dfdc6fedcb640fd46b15ccfc8762266f8f538c49d74cb00027b8c1af991fb2a200acb4379986ae375700e06a2aa08fb41a38f883acb3e xdg-utils-1.1.3.tar.gz db0896979fbc3b575826b4d732658564d08bcfc957b3fa1490fe02e4cc7b52adfa1e05956432a732dae8f50145e0040bc145739ba5692ae1b86fa74be8174436 xdg-screensaver-mv-T.patch" |