diff --git a/user/wayland-protocols/APKBUILD b/user/wayland-protocols/APKBUILD
index d5779a4f4e8e9d46326582163600308c4da9dd70..445ee8df89975af74cff3214ab6f03e429ada7b0 100644
--- a/user/wayland-protocols/APKBUILD
+++ b/user/wayland-protocols/APKBUILD
@@ -1,20 +1,19 @@
 # Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
 # Maintainer: 
 pkgname=wayland-protocols
-pkgver=1.13
+pkgver=1.17
 pkgrel=0
 pkgdesc="Protocols and protocol extensions complementing the Wayland core protocol"
 url="https://wayland.freedesktop.org"
 arch="noarch"
 license="MIT"
-depends=
-provides="$pkgname-dev"
+depends=""
 makedepends="wayland-dev"
-subpackages=
+subpackages=""
+provides="$pkgname-dev"
 source="https://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"
 
 build() {
-	cd "$builddir"
 	./configure \
 		--build=$CBUILD \
 		--host=$CHOST \
@@ -26,13 +25,11 @@ build() {
 }
 
 check() {
-	cd "$builddir"
 	make check
 }
 
 package() {
-	cd "$builddir"
 	make DESTDIR="$pkgdir" install
 }
 
-sha512sums="f35c21da289038651b75af064ec7c10779158829f578e7320faf401e980da3c958d85e5bcad00994c574cac6319a3ab975aa5483a9b438f781b767bd6303e194  wayland-protocols-1.13.tar.xz"
+sha512sums="5f3aacbba58717092036659d9b665dc10ff05ee51df61b1de38b22f0417285a74fd8a6d15ca049ad60d204f28203aa13d773c52140c7c02db2c498a6964c2643  wayland-protocols-1.17.tar.xz"