diff options
Diffstat (limited to 'xorg-xhost/Pkgfile')
-rw-r--r-- | xorg-xhost/Pkgfile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/xorg-xhost/Pkgfile b/xorg-xhost/Pkgfile index 4a682d25..58d8d018 100644 --- a/xorg-xhost/Pkgfile +++ b/xorg-xhost/Pkgfile @@ -4,15 +4,13 @@ # Depends on: xorg-libxmu name=xorg-xhost -version=1.0.8 +version=1.0.9 release=1 -source=(https://www.x.org/releases/individual/app/xhost-$version.tar.bz2) +source=(https://www.x.org/releases/individual/app/xhost-$version.tar.xz) build() { cd xhost-$version - ./configure --prefix=/usr - make make DESTDIR=$PKG install } |