diff options
Diffstat (limited to 'abs/extra/wayland/PKGBUILD')
-rw-r--r-- | abs/extra/wayland/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/extra/wayland/PKGBUILD b/abs/extra/wayland/PKGBUILD index 2bb1829..48713fd 100644 --- a/abs/extra/wayland/PKGBUILD +++ b/abs/extra/wayland/PKGBUILD @@ -4,16 +4,16 @@ # Contributor: Joel Teichroeb <joel@teichroeb.net> pkgname=wayland -pkgver=1.13.0 +pkgver=1.14.0 pkgrel=1 pkgdesc='A computer display server protocol' -arch=('i686' 'x86_64') +arch=('x86_64') url='https://wayland.freedesktop.org/' license=('MIT') depends=('glibc' 'libffi' 'expat' 'libxml2') validpgpkeys=('C7223EBE4EF66513B892598911A30156E0E67611') # Bryce Harrington source=("https://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"{,.sig}) -sha1sums=('a8575325ed2885948624043c71629310df928312' +sha1sums=('53a443be3bafe73209bbc49ef2cb134ed16e0141' 'SKIP') build() { |