aboutsummaryrefslogtreecommitdiffstats
path: root/community/xcb-util-wm/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/xcb-util-wm/APKBUILD')
-rw-r--r--community/xcb-util-wm/APKBUILD15
1 files changed, 6 insertions, 9 deletions
diff --git a/community/xcb-util-wm/APKBUILD b/community/xcb-util-wm/APKBUILD
index 92e35c931e4..861a3d260be 100644
--- a/community/xcb-util-wm/APKBUILD
+++ b/community/xcb-util-wm/APKBUILD
@@ -1,23 +1,20 @@
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=xcb-util-wm
-pkgver=0.4.1
-pkgrel=1
+pkgver=0.4.2
+pkgrel=0
pkgdesc="X C-language Binding - helpers for ICCCM and EWMH"
url="https://xcb.freedesktop.org/"
arch="all"
license="MIT"
-depends=
depends_dev="xcb-util-dev"
makedepends="$depends_dev m4 util-macros"
checkdepends="check"
-install=""
replaces="xcb-util"
subpackages="$pkgname-dev"
-source="https://xcb.freedesktop.org/dist/xcb-util-wm-$pkgver.tar.gz"
+source="https://xcb.freedesktop.org/dist/xcb-util-wm-$pkgver.tar.xz"
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -30,13 +27,13 @@ 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
+"