summaryrefslogtreecommitdiff
path: root/user/xcb-util-wm
diff options
context:
space:
mode:
Diffstat (limited to 'user/xcb-util-wm')
-rw-r--r--user/xcb-util-wm/APKBUILD14
1 files changed, 5 insertions, 9 deletions
diff --git a/user/xcb-util-wm/APKBUILD b/user/xcb-util-wm/APKBUILD
index 1443773fa..8c8c53156 100644
--- a/user/xcb-util-wm/APKBUILD
+++ b/user/xcb-util-wm/APKBUILD
@@ -1,22 +1,20 @@
# 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"
license="MIT"
depends=""
depends_dev="xcb-util-dev"
-makedepends="$depends_dev m4 util-macros"
checkdepends="check"
-replaces="xcb-util"
+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() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -29,13 +27,11 @@ build() {
}
check() {
- cd "$builddir"
make check
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}
-sha512sums="063d852367088a7129aacce95e7d81cb0925b146191e1114171e58f5a65dcb8cc7f4fb5a9ecb49e9da2e2d8be75375f5cfaafc04b756179750e230fb486b9e22 xcb-util-wm-0.4.1.tar.gz"
+sha512sums="eab6588e6a47d28a3b25ecd13b5018529419db6b49c74458c093699b60a194933be1e1f6f7799abf03344f7ebc7af88586ff2935938d53644bdd5c763a7fa9b0 xcb-util-wm-0.4.2.tar.xz"