diff options
author | psykose <alice@ayaya.dev> | 2022-12-05 10:40:02 +0000 |
---|---|---|
committer | psykose <alice@ayaya.dev> | 2022-12-05 11:40:05 +0100 |
commit | e04c48dbfd249b47d2ed3d2a5fe633a6a5b903b2 (patch) | |
tree | 610a1e35837411fd54ae8a0e8412c0848ea38d97 | |
parent | 91f0fe3d49d0523a3f77b362e6991d8a6e70e898 (diff) |
main/libxdamage: upgrade to 1.1.6
-rw-r--r-- | main/libxdamage/APKBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/main/libxdamage/APKBUILD b/main/libxdamage/APKBUILD index 6ed10e947c5..5b2f72883e5 100644 --- a/main/libxdamage/APKBUILD +++ b/main/libxdamage/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libxdamage -pkgver=1.1.5 -pkgrel=1 +pkgver=1.1.6 +pkgrel=0 pkgdesc="X11 damaged region extension library" url="http://xorg.freedesktop.org/" arch="all" @@ -9,8 +9,7 @@ license="MIT" options="!check" # No test suite. makedepends="xorgproto libx11-dev libxfixes-dev util-macros" subpackages="$pkgname-dev" -source="https://www.x.org/releases/individual/lib/libXdamage-$pkgver.tar.bz2" - +source="https://www.x.org/releases/individual/lib/libXdamage-$pkgver.tar.xz" builddir="$srcdir"/libXdamage-$pkgver build() { @@ -27,4 +26,6 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="a3ca6cc33b1727f717a3e2aa5593f660508a81a47918a0aa949e9e8fba105e303fe5071983b48caac92feea0fe6e8e01620805e4d19b41f21f20d837b191c124 libXdamage-1.1.5.tar.bz2" +sha512sums=" +624dcefa1c79064569df952892f7f1351dc19ad338ce73d1a57041e406cb3e18abe531bab352b93d1f0f5c9b5c6b2652cc84a8f1fbfcbba648343812695a8acb libXdamage-1.1.6.tar.xz +" |