diff options
Diffstat (limited to 'abs')
-rw-r--r-- | abs/core/xorg-util-macros/PKGBUILD | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/abs/core/xorg-util-macros/PKGBUILD b/abs/core/xorg-util-macros/PKGBUILD index 2ea39bb..c884f7d 100644 --- a/abs/core/xorg-util-macros/PKGBUILD +++ b/abs/core/xorg-util-macros/PKGBUILD @@ -3,14 +3,16 @@ # Maintainer: Jan de Groot <jgc@archlinux.org> pkgname=xorg-util-macros -pkgver=1.19.0 +pkgver=1.19.1 pkgrel=1 pkgdesc="X.Org Autotools macros" arch=(any) license=('custom') -url="http://xorg.freedesktop.org/" -source=(${url}/releases/individual/util/util-macros-${pkgver}.tar.bz2) -sha256sums=('2835b11829ee634e19fa56517b4cfc52ef39acea0cd82e15f68096e27cbed0ba') +url="https://xorg.freedesktop.org/" +source=(${url}/releases/individual/util/util-macros-${pkgver}.tar.bz2{,.sig}) +sha256sums=('18d459400558f4ea99527bc9786c033965a3db45bf4c6a32eefdc07aa9e306a6' + 'SKIP') +validpgpkeys=('3BB639E56F861FA2E86505690FDD682D974CA72A') build() { cd util-macros-${pkgver} |