diff options
author | Britney Fransen <brfransen@gmail.com> | 2018-03-02 18:22:31 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2018-03-02 18:22:31 (GMT) |
commit | f5ab37d4799637c87d78d92b851286f307b24863 (patch) | |
tree | eeaaeec8d09dac06328cf171fce7d099068aba5c /abs/extra/wayland | |
parent | 7c4c1224759589d6c74188a5091b2939cf96e320 (diff) | |
download | linhes_pkgbuild-f5ab37d4799637c87d78d92b851286f307b24863.zip linhes_pkgbuild-f5ab37d4799637c87d78d92b851286f307b24863.tar.gz linhes_pkgbuild-f5ab37d4799637c87d78d92b851286f307b24863.tar.bz2 |
wayland: update to 1.14.0
Diffstat (limited to 'abs/extra/wayland')
-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() { |