aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpsykose <alice@ayaya.dev>2022-12-05 10:39:58 +0000
committerpsykose <alice@ayaya.dev>2022-12-05 11:40:05 +0100
commit91f0fe3d49d0523a3f77b362e6991d8a6e70e898 (patch)
tree1f8297ed0bfeef79d35cc5d1fd64b95d4706ecd5
parent449d580cddb61c91376c11608f9a40f4f2b1ad2c (diff)
community/libxres: upgrade to 1.2.2
-rw-r--r--community/libxres/APKBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/community/libxres/APKBUILD b/community/libxres/APKBUILD
index 530d1ad89e2..7bd03af0cd7 100644
--- a/community/libxres/APKBUILD
+++ b/community/libxres/APKBUILD
@@ -1,6 +1,6 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libxres
-pkgver=1.2.1
+pkgver=1.2.2
pkgrel=0
pkgdesc="X11 Resource extension library"
url="http://xorg.freedesktop.org"
@@ -10,7 +10,7 @@ options="!check" # No test suite.
subpackages="$pkgname-dev $pkgname-doc"
depends_dev="xorgproto"
makedepends="$depends_dev libx11-dev libxext-dev util-macros"
-source="https://www.x.org/releases/individual/lib/libXres-$pkgver.tar.bz2"
+source="https://www.x.org/releases/individual/lib/libXres-$pkgver.tar.xz"
builddir="$srcdir"/libXres-$pkgver
build() {
@@ -27,4 +27,6 @@ package() {
install -D -m644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
}
-sha512sums="c17d28406e17e305dc4976f095e88059735f5bd8c600adf2e556523c9e0dd7fa01dcbf7a9d28a642e77e49a5b30f54bb9b2fc34bfbedce467ee2a020bba5cdf1 libXres-1.2.1.tar.bz2"
+sha512sums="
+897f2d426ea6f41169a5a52c356d1a1cb2ffb9144ae41b9fedd06455c3d81042930fe55be269ce4b8545ee65fcfe168101192a599053d810e8810f627c94f810 libXres-1.2.2.tar.xz
+"