aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/xhost/APKBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/main/xhost/APKBUILD b/main/xhost/APKBUILD
index ec07b014b51..4154ff12abe 100644
--- a/main/xhost/APKBUILD
+++ b/main/xhost/APKBUILD
@@ -1,11 +1,11 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=xhost
-pkgver=1.0.7
-pkgrel=1
-pkgdesc="Controls host and/or user access to a running X server."
+pkgver=1.0.8
+pkgrel=0
+pkgdesc="Controls host and/or user access to a running X server"
url="http://xorg.freedesktop.org/"
arch="all"
-license="custom"
+license="MIT"
subpackages="$pkgname-doc"
depends=
makedepends="libx11-dev libxmu-dev libxau-dev util-macros"
@@ -31,4 +31,5 @@ package() {
cd "$builddir"
make DESTDIR="$pkgdir" install
}
-sha512sums="670a8c97291565f6c36c94e135f7bd60a572bb42b4fca9d2460823db0d0576187c64f9b876ed60d348029d3f74a732862eea4ce889a6b6b9c97665746a38b1d7 xhost-1.0.7.tar.bz2"
+
+sha512sums="55581f9bc45a70a73b13fe718ca83c4cb0a6116d26addc0f07659ebeb5bf7d2379e84cab5a1702ae77a298a66f42ae03f41ddc7d5acd61c6f18448e58ad7cb6b xhost-1.0.8.tar.bz2"