diff options
author | psykose <alice@ayaya.dev> | 2022-12-04 22:34:01 +0000 |
---|---|---|
committer | psykose <alice@ayaya.dev> | 2022-12-04 23:34:04 +0100 |
commit | 38e34711dce1912d45b45b1081dbca229f86aba5 (patch) | |
tree | 050e4c27eed09298287918167228c6ae8fb0c12c | |
parent | 10d92614a92430ff95a3eb05f958e8d0db85fba2 (diff) | |
download | aports-38e34711dce1912d45b45b1081dbca229f86aba5.tar.gz aports-38e34711dce1912d45b45b1081dbca229f86aba5.tar.bz2 aports-38e34711dce1912d45b45b1081dbca229f86aba5.tar.xz |
main/libxcomposite: upgrade to 0.4.6
-rw-r--r-- | main/libxcomposite/APKBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/main/libxcomposite/APKBUILD b/main/libxcomposite/APKBUILD index dad9b41ddc9..f2b8390c88d 100644 --- a/main/libxcomposite/APKBUILD +++ b/main/libxcomposite/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Leo <thinkabit.ukim@gmail.com> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=libxcomposite -pkgver=0.4.5 -pkgrel=1 +pkgver=0.4.6 +pkgrel=0 pkgdesc="X11 Composite extension library" url="http://xorg.freedesktop.org/" arch="all" @@ -11,8 +11,7 @@ options="!check" # No test suite. subpackages="$pkgname-dev $pkgname-doc" depends_dev="libxext-dev" makedepends="xorgproto libx11-dev libxext-dev libxfixes-dev util-macros" -source="https://www.x.org/releases/individual/lib/libXcomposite-$pkgver.tar.bz2" - +source="https://www.x.org/releases/individual/lib/libXcomposite-$pkgver.tar.xz" builddir="$srcdir"/libXcomposite-$pkgver build() { @@ -29,4 +28,6 @@ package() { install -D -m644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/LICENSE } -sha512sums="502fd51fd9097bb3ca72174ac5b25b9d3b1ff240d32c4765199df03d89337d94b4ddea49e90b177b370862430089d966ce9c38988337156352cfeae911c2d3d5 libXcomposite-0.4.5.tar.bz2" +sha512sums=" +f35a0da8f9f22fd788eee01209557fe3a1b1abdc9744f76330ba42b21b6e3af5464ca4451c33415856417c30da5aa5624e3707980c644327249bfeda5a62a59b libXcomposite-0.4.6.tar.xz +" |