diff options
Diffstat (limited to 'user/xcb-util-wm/APKBUILD')
-rw-r--r-- | user/xcb-util-wm/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/user/xcb-util-wm/APKBUILD b/user/xcb-util-wm/APKBUILD index 36cfe41e9..8c8c53156 100644 --- a/user/xcb-util-wm/APKBUILD +++ b/user/xcb-util-wm/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: A. Wilcox <awilfox@adelielinux.org> pkgname=xcb-util-wm -pkgver=0.4.1 -pkgrel=2 +pkgver=0.4.2 +pkgrel=0 pkgdesc="X C-language Binding - ICCCM and EWMH helpers" url="https://xcb.freedesktop.org/" arch="all" @@ -12,7 +12,7 @@ depends_dev="xcb-util-dev" checkdepends="check" makedepends="$depends_dev m4 util-macros" subpackages="$pkgname-dev" -source="https://xcb.freedesktop.org/dist/xcb-util-wm-$pkgver.tar.gz" +source="https://xcb.freedesktop.org/dist/$pkgname-$pkgver.tar.xz" build() { ./configure \ @@ -34,4 +34,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="063d852367088a7129aacce95e7d81cb0925b146191e1114171e58f5a65dcb8cc7f4fb5a9ecb49e9da2e2d8be75375f5cfaafc04b756179750e230fb486b9e22 xcb-util-wm-0.4.1.tar.gz" +sha512sums="eab6588e6a47d28a3b25ecd13b5018529419db6b49c74458c093699b60a194933be1e1f6f7799abf03344f7ebc7af88586ff2935938d53644bdd5c763a7fa9b0 xcb-util-wm-0.4.2.tar.xz" |