diff options
author | A. Wilcox <awilcox@wilcox-tech.com> | 2019-04-26 06:51:32 +0000 |
---|---|---|
committer | A. Wilcox <awilcox@wilcox-tech.com> | 2019-04-26 06:51:32 +0000 |
commit | c00548a6a6528351c222d79004fd627a557b4427 (patch) | |
tree | 68ebf1295d67f9f863ad328a544eebfe4bb21417 /user/xhost | |
parent | 125d9bdd41e1543b959baa9c23b8a036bb3a4791 (diff) | |
parent | c9961e457ff471f211b057a649d1357fcb898658 (diff) | |
download | packages-c00548a6a6528351c222d79004fd627a557b4427.tar.gz packages-c00548a6a6528351c222d79004fd627a557b4427.tar.bz2 packages-c00548a6a6528351c222d79004fd627a557b4427.tar.xz packages-c00548a6a6528351c222d79004fd627a557b4427.zip |
Merge branch 'bump.sroracle.20190417' into 'master'
bump.sroracle.20190417
See merge request !219
Diffstat (limited to 'user/xhost')
-rw-r--r-- | user/xhost/APKBUILD | 8 |
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" |