aboutsummaryrefslogtreecommitdiffstats
path: root/community/xcb-util-cursor/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/xcb-util-cursor/APKBUILD')
-rw-r--r--community/xcb-util-cursor/APKBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/community/xcb-util-cursor/APKBUILD b/community/xcb-util-cursor/APKBUILD
index 47107512ce7..1c55c2b1733 100644
--- a/community/xcb-util-cursor/APKBUILD
+++ b/community/xcb-util-cursor/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=xcb-util-cursor
-pkgver=0.1.3
-pkgrel=2
+pkgver=0.1.4
+pkgrel=0
pkgdesc="X C-language Binding - cursor library (port of libXcursor)"
url="https://gitlab.freedesktop.org/xorg/lib/libxcb-cursor"
arch="all"
@@ -11,11 +11,9 @@ depends_dev="xcb-util-dev"
makedepends="$depends_dev m4 util-macros xcb-util-image-dev xcb-util-renderutil-dev"
checkdepends="check-dev"
subpackages="$pkgname-dev"
-source="https://xcb.freedesktop.org/dist/xcb-util-cursor-$pkgver.tar.gz
- "
+source="https://xcb.freedesktop.org/dist/xcb-util-cursor-$pkgver.tar.xz"
build() {
- export CFLAGS="$CFLAGS -std=gnu99"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -35,4 +33,6 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="7be0950d9cef455e504ef5ac6c1872cc05bb27d1a8c844e0ddb19d718145ec05891315af6237e46ba615d01edc2d152c8901c8bc644a386d10757352a77fc57f xcb-util-cursor-0.1.3.tar.gz"
+sha512sums="
+d27dd59a4d7ded9994dca77774421dd9533e3ee823b880af35d3219bd7340c89fbc61d1d0fa10e2991de2cac9e6395e09497769d7b8728eedc691e76649107b1 xcb-util-cursor-0.1.4.tar.xz
+"