From c64cb34fd32194c77fe5eda558cf5f2cfe5cfffa Mon Sep 17 00:00:00 2001 From: EnumDev Date: Sun, 7 Sep 2025 13:17:15 +0300 Subject: [PATCH] Update package version to 0.1.6 --- pkg.info | 2 +- source.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg.info b/pkg.info index 4b7b7e7..48b9a90 100644 --- a/pkg.info +++ b/pkg.info @@ -1,6 +1,6 @@ name: xcb-util-cursor description: XCB cursor library -version: 0.1.5 +version: 0.1.6 url: https://xcb.freedesktop.org/ license: X11-distribute-modifications-variant architecture: any diff --git a/source.sh b/source.sh index 1211cab..fc68b27 100644 --- a/source.sh +++ b/source.sh @@ -2,7 +2,7 @@ # BPM Expects the source code to be extracted into the automatically created 'source' directory which can be accessed using $BPM_SOURCE # BPM Expects the output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT -DOWNLOAD="https://xcb.freedesktop.org/dist/xcb-util-cursor-${BPM_PKG_VERSION}.tar.xz" +DOWNLOAD="https://xorg.freedesktop.org/archive/individual/lib/xcb-util-cursor-${BPM_PKG_VERSION}.tar.xz" FILENAME="${DOWNLOAD##*/}" # The prepare function is executed in the root of the temp directory