summaryrefslogtreecommitdiff
path: root/user/libxshmfence/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'user/libxshmfence/APKBUILD')
-rw-r--r--user/libxshmfence/APKBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/user/libxshmfence/APKBUILD b/user/libxshmfence/APKBUILD
index 1608eb19d..239e8695e 100644
--- a/user/libxshmfence/APKBUILD
+++ b/user/libxshmfence/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=libxshmfence
-pkgver=1.3
+pkgver=1.3.2
pkgrel=0
pkgdesc="X11 shared memory fences"
url="https://www.X.Org/"
@@ -11,10 +11,9 @@ depends=""
depends_dev="linux-headers"
makedepends="$depends_dev util-macros xorgproto-dev"
subpackages="$pkgname-dev"
-source="https://www.X.Org/releases/individual/lib/libxshmfence-$pkgver.tar.bz2"
+source="https://www.X.Org/releases/individual/lib/$pkgname-$pkgver.tar.xz"
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -25,13 +24,11 @@ build() {
}
check() {
- cd "$builddir"
make check
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}
-sha512sums="c446e055f8fac62b9aa266132289a4cfc030282147974c45ce96d1768a98d1afb997470e58e4a68513174c404cbf373bdde2f0cd4b34abdbce1d89dd0b6fe2b7 libxshmfence-1.3.tar.bz2"
+sha512sums="e20a6827e370726cf50489a69f4a52b897f1c44e3eba8c72a4e626b08724e877d090770b8016765736d887d5d5eaba1fda9c29066e62d259b4d1e2064bc1626c libxshmfence-1.3.2.tar.xz"