aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/wayland-protocols/APKBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/testing/wayland-protocols/APKBUILD b/testing/wayland-protocols/APKBUILD
index 4998c58f80..9432fd7803 100644
--- a/testing/wayland-protocols/APKBUILD
+++ b/testing/wayland-protocols/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Valery Kartel <valery.kartel@gmail.com>
pkgname=wayland-protocols
pkgver=1.7
-pkgrel=2
+pkgrel=3
pkgdesc="Protocols and protocol extensions complementing the Wayland core protocol"
url="http://wayland.freedesktop.org"
arch="noarch"
@@ -11,6 +11,7 @@ depends=
provides="$pkgname-dev"
makedepends="wayland-dev"
subpackages=
+options="!check"
source="https://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"
builddir="$srcdir/$pkgname-$pkgver"
@@ -27,10 +28,6 @@ build() {
make || return 1
}
-check() {
- :
-}
-
package() {
make DESTDIR="$pkgdir" \
-C "$builddir" install || return 1