diff options
author | Britney Fransen <brfransen@gmail.com> | 2018-03-02 16:48:59 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2018-03-02 16:48:59 (GMT) |
commit | 7c4c1224759589d6c74188a5091b2939cf96e320 (patch) | |
tree | 2fd988acda3c53226b3ec2aeee5cef97ed152bfa /abs | |
parent | 713068a90cda2b17b9db67819bfa72335e77527f (diff) | |
download | linhes_pkgbuild-7c4c1224759589d6c74188a5091b2939cf96e320.zip linhes_pkgbuild-7c4c1224759589d6c74188a5091b2939cf96e320.tar.gz linhes_pkgbuild-7c4c1224759589d6c74188a5091b2939cf96e320.tar.bz2 |
wayland-protocols: update to 1.12
Diffstat (limited to 'abs')
-rw-r--r-- | abs/extra/wayland-protocols/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/abs/extra/wayland-protocols/PKGBUILD b/abs/extra/wayland-protocols/PKGBUILD index 15e4059..88b7dd1 100644 --- a/abs/extra/wayland-protocols/PKGBUILD +++ b/abs/extra/wayland-protocols/PKGBUILD @@ -2,16 +2,17 @@ # Maintainer: Sébastien Luttringer <seblu@seblu.net> pkgname=wayland-protocols -pkgver=1.7 +pkgver=1.12 pkgrel=1 pkgdesc='Specifications of extended Wayland protocols' arch=('any') url='https://wayland.freedesktop.org/' license=('MIT') makedepends=('wayland') -validpgpkeys=('8307C0A224BABDA1BABD0EB9A6EEEC9E0136164A') # Jonas Ådahl +validpgpkeys=('8307C0A224BABDA1BABD0EB9A6EEEC9E0136164A' # Jonas Ådahl + 'A66D805F7C9329B4C5D82767CCC4F07FAC641EFF') # Daniel Stone source=("https://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"{,.sig}) -sha1sums=('c4726694daf5feb1437f5f4f13c3b2a9b94b8118' +sha1sums=('ac908e91c6c5e7802c0af48f55725ad683017e72' 'SKIP') build() { |