aboutsummaryrefslogtreecommitdiffstats
path: root/main/wayland-protocols/APKBUILD
diff options
context:
space:
mode:
authorValery Kartel <valery.kartel@gmail.com>2017-08-09 13:27:35 +0300
committerNatanael Copa <ncopa@alpinelinux.org>2017-08-25 23:44:51 +0000
commit92e7d4467fe289570f09c710e53953f59e5ad97d (patch)
tree1186d6be9a82b028cc9312cc90646faea1b01217 /main/wayland-protocols/APKBUILD
parentae1f4c098467a4071d568bb0268eef3b4a617f88 (diff)
downloadaports-92e7d4467fe289570f09c710e53953f59e5ad97d.tar.bz2
aports-92e7d4467fe289570f09c710e53953f59e5ad97d.tar.xz
main/wayland-protocols: upgrade to 1.10
Diffstat (limited to 'main/wayland-protocols/APKBUILD')
-rw-r--r--main/wayland-protocols/APKBUILD13
1 files changed, 6 insertions, 7 deletions
diff --git a/main/wayland-protocols/APKBUILD b/main/wayland-protocols/APKBUILD
index 9432fd7803..1a982b9607 100644
--- a/main/wayland-protocols/APKBUILD
+++ b/main/wayland-protocols/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
# Maintainer: Valery Kartel <valery.kartel@gmail.com>
pkgname=wayland-protocols
-pkgver=1.7
-pkgrel=3
+pkgver=1.10
+pkgrel=0
pkgdesc="Protocols and protocol extensions complementing the Wayland core protocol"
url="http://wayland.freedesktop.org"
arch="noarch"
@@ -23,14 +23,13 @@ build() {
--prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
- --localstatedir=/var \
- || return 1
- make || return 1
+ --localstatedir=/var
+ make
}
package() {
make DESTDIR="$pkgdir" \
- -C "$builddir" install || return 1
+ -C "$builddir" install
}
-sha512sums="291a3226cc538de3b81bdffa5de513b305a946bfc3481e21c254fcc6a023e0cf2ff1869509c7ae193da02460f1d4a3c5cd5f1ca13b2550886acffcc636fb30d2 wayland-protocols-1.7.tar.xz"
+sha512sums="4cecee723c67b483ecb2a1e36e415935a90f080307531d8fb27cb3f0fe1ae10c1f2aae9b919c8744c2e33cb52943d15202aee960302763a338bdcd16fea7aeb5 wayland-protocols-1.10.tar.xz"