summaryrefslogtreecommitdiff
path: root/user/xhost
diff options
context:
space:
mode:
authorMax Rees <maxcrees@me.com>2019-04-18 00:46:30 -0400
committerMax Rees <maxcrees@me.com>2019-04-18 05:02:53 -0400
commita80feef24bc8bb7a16975a459b04d0d431f0658c (patch)
tree81fd39486d7c93c5d8d5fc8f0450fb9122fb0819 /user/xhost
parenta8a436a2987f4a5a3029ace7f9d9bd970b115485 (diff)
downloadpackages-a80feef24bc8bb7a16975a459b04d0d431f0658c.tar.gz
packages-a80feef24bc8bb7a16975a459b04d0d431f0658c.tar.bz2
packages-a80feef24bc8bb7a16975a459b04d0d431f0658c.tar.xz
packages-a80feef24bc8bb7a16975a459b04d0d431f0658c.zip
user/xhost: bump to 1.0.8
https://gitlab.freedesktop.org/xorg/app/xhost/compare/xhost-1.0.7...xhost-1.0.8
Diffstat (limited to 'user/xhost')
-rw-r--r--user/xhost/APKBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/user/xhost/APKBUILD b/user/xhost/APKBUILD
index f263a2a79..39be52023 100644
--- a/user/xhost/APKBUILD
+++ b/user/xhost/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Max Rees <maxcrees@me.com>
pkgname=xhost
-pkgver=1.0.7
-pkgrel=1
+pkgver=1.0.8
+pkgrel=0
pkgdesc="Controls host and/or user access to a running X server"
url="https://www.X.Org/"
arch="all"
@@ -14,7 +14,6 @@ makedepends="libx11-dev libxmu-dev libxau-dev util-macros"
source="https://www.X.Org/releases/individual/app/$pkgname-$pkgver.tar.bz2"
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -24,8 +23,7 @@ build() {
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}
-sha512sums="670a8c97291565f6c36c94e135f7bd60a572bb42b4fca9d2460823db0d0576187c64f9b876ed60d348029d3f74a732862eea4ce889a6b6b9c97665746a38b1d7 xhost-1.0.7.tar.bz2"
+sha512sums="55581f9bc45a70a73b13fe718ca83c4cb0a6116d26addc0f07659ebeb5bf7d2379e84cab5a1702ae77a298a66f42ae03f41ddc7d5acd61c6f18448e58ad7cb6b xhost-1.0.8.tar.bz2"