aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testing/wmutils/APKBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/testing/wmutils/APKBUILD b/testing/wmutils/APKBUILD
index a47f5b20ad..146c0cac59 100644
--- a/testing/wmutils/APKBUILD
+++ b/testing/wmutils/APKBUILD
@@ -1,15 +1,16 @@
# Maintainer: Leo <thinkabit.ukim@gmail.com>
pkgname=wmutils
-pkgver=1.4
+pkgver=1.5
pkgrel=0
pkgdesc="Set of X11 windows manipulation tools"
+options="!check" # No testsuite
url="https://github.com/wmutils/core"
arch="all"
license="ISC"
-makedepends="libxcb-dev xcb-util-dev"
+makedepends="libxcb-dev xcb-util-dev xcb-util-cursor-dev"
subpackages="$pkgname-doc"
-source="$pkgname-$pkgver.tar.gz::https://github.com/wmutils/core/archive/v${pkgver}.tar.gz"
-builddir="$srcdir/core-${pkgver}"
+source="$pkgname-$pkgver.tar.gz::https://github.com/wmutils/core/archive/v$pkgver.tar.gz"
+builddir="$srcdir/core-$pkgver"
build() {
make
@@ -19,4 +20,4 @@ package() {
make DESTDIR="$pkgdir" PREFIX=/usr MANPREFIX=/usr/share/man install
}
-sha512sums="cdecde223e812494752d877e0e010c0cc7c1ef96e0f9aab7c517f2112f189943c84f958fb2ac4da7068ae2c5e463fe38ec783567ef980d8e63f5d299d746aee9 wmutils-1.4.tar.gz"
+sha512sums="24989f53f9b42b927d285c25bcf25e09d89347b2d53232683c5de07318a4e3e535b87590bfcdd31309e63e1f0e85f6cdf8db7c32b039db883d6240bb210c78c2 wmutils-1.5.tar.gz"