aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2021-06-24 10:51:27 +0200
committerBart Ribbers <bribbers@disroot.org>2021-06-24 10:51:28 +0200
commit1e9b5e3066a12eca078154e3505ab4cb944ec4ce (patch)
treefd81366ba4dc5d475c8329d38a21000acdf9f7b5
parent1f267b8378fe5313f18079b36bb3ed4e413bd65d (diff)
community/riscv64: fix build on riscv64
config.sub didn't need to be updated
-rw-r--r--community/xcb-util-cursor/APKBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/community/xcb-util-cursor/APKBUILD b/community/xcb-util-cursor/APKBUILD
index b43ca4cf9ce..2903b4c6579 100644
--- a/community/xcb-util-cursor/APKBUILD
+++ b/community/xcb-util-cursor/APKBUILD
@@ -11,13 +11,12 @@ 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.gz"
prepare() {
default_prepare
+
update_config_guess
- update_config_sub
}
build() {