diff options
author | Daniel Sabogal <dsabogalcc@gmail.com> | 2016-10-01 20:38:43 -0400 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-10-19 15:47:02 +0000 |
commit | 01a8844d48dbf5dbcb4d6b59b92bbcc974e63d57 (patch) | |
tree | ae92088402792facea5ceb8368209799bf19b4b7 /testing/wayland-protocols/APKBUILD | |
parent | 9fd7cd68528f139edbbb92007df73dfa44a78b7e (diff) | |
download | aports-01a8844d48dbf5dbcb4d6b59b92bbcc974e63d57.tar.bz2 aports-01a8844d48dbf5dbcb4d6b59b92bbcc974e63d57.tar.xz |
testing/wayland-protocols: upgrade to 1.7
Diffstat (limited to 'testing/wayland-protocols/APKBUILD')
-rw-r--r-- | testing/wayland-protocols/APKBUILD | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/testing/wayland-protocols/APKBUILD b/testing/wayland-protocols/APKBUILD index 2b73778925..2de2f4f499 100644 --- a/testing/wayland-protocols/APKBUILD +++ b/testing/wayland-protocols/APKBUILD @@ -1,20 +1,17 @@ # Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net> # Maintainer: pkgname=wayland-protocols -pkgver=1.4 +pkgver=1.7 pkgrel=0 pkgdesc="Protocols and protocol extensions complementing the Wayland core protocol" url="http://wayland.freedesktop.org" -arch="all" +arch="noarch" license="MIT" depends="" -depends_dev="" makedepends="wayland-dev" -install="" -subpackages="" -source="https://wayland.freedesktop.org/releases/${pkgname}-${pkgver}.tar.xz" +source="https://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz" -builddir="$srcdir"/$pkgname-$pkgver +builddir="$srcdir/$pkgname-$pkgver" build() { cd "$builddir" ./configure \ @@ -29,10 +26,10 @@ build() { } package() { - cd "$builddir" - make DESTDIR="$pkgdir" install || return 1 + make DESTDIR="$pkgdir" \ + -C "$builddir" install || return 1 } -md5sums="fd8089abf13a1d04e4baa6509ee72baf wayland-protocols-1.4.tar.xz" -sha256sums="014a9a23c21ed14f49b1005b3e8efa66d6337d4ceafc97f7b0d6707e7e3df572 wayland-protocols-1.4.tar.xz" -sha512sums="ffbac79b3be03f7b1c1033923702aadd0bdd2f90dafee946a4a2384eaa9e7f2ab90de6a6497fce374fd3343b133f8dd02683503973a65f947e65b76c47186123 wayland-protocols-1.4.tar.xz" +md5sums="9acfc9556f7cfedc44d97af60da66a5f wayland-protocols-1.7.tar.xz" +sha256sums="635f2a937d318f1fecb97b54074ca211486e38af943868dd0fa82ea38d091c1f wayland-protocols-1.7.tar.xz" +sha512sums="291a3226cc538de3b81bdffa5de513b305a946bfc3481e21c254fcc6a023e0cf2ff1869509c7ae193da02460f1d4a3c5cd5f1ca13b2550886acffcc636fb30d2 wayland-protocols-1.7.tar.xz" |