aboutsummaryrefslogtreecommitdiffstats
path: root/main/libxcursor/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/libxcursor/APKBUILD')
-rw-r--r--main/libxcursor/APKBUILD13
1 files changed, 9 insertions, 4 deletions
diff --git a/main/libxcursor/APKBUILD b/main/libxcursor/APKBUILD
index 1b82a4d04db..f7fdd53e9bc 100644
--- a/main/libxcursor/APKBUILD
+++ b/main/libxcursor/APKBUILD
@@ -1,9 +1,9 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libxcursor
-pkgver=1.2.1
-pkgrel=0
+pkgver=1.2.2
+pkgrel=1
pkgdesc="X cursor management library"
-url="http://xorg.freedesktop.org/"
+url="https://xorg.freedesktop.org/"
arch="all"
license="MIT"
options="!check" # No test suite.
@@ -16,6 +16,11 @@ builddir="$srcdir"/libXcursor-$pkgver
# 1.1.15-r0:
# - CVE-2017-16612
+prepare() {
+ default_prepare
+ update_config_sub
+}
+
build() {
./configure \
--build=$CBUILD \
@@ -30,5 +35,5 @@ package() {
}
sha512sums="
-ebb42a39855aab86d0c11fe6ad33d011cf56a6dc5c309bef643460319c03df239b7e09fe88777bb25c0e9ff8aceac6bf66e51cc04a2d5ee463b3bc3bbf1674e3 libXcursor-1.2.1.tar.xz
+6550ce1e69b35ef3356f25e31aa2779503d9cea780eff307cb646364993dfaa971304085d32677e68996bd3b8e067436c8fc89aeb4db07a12ce5bc93b735b5b0 libXcursor-1.2.2.tar.xz
"