summaryrefslogtreecommitdiff
path: root/user/xauth
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-08-08 08:32:42 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-08-08 08:32:42 +0000
commitee4e229f190eb986ce8becd89b7328bef4a75419 (patch)
tree5db017d48892fffe879ec71e22def6210ce00dd0 /user/xauth
parent322a7494bbe1098716b3432cb8f9168d17bdabd0 (diff)
downloadpackages-ee4e229f190eb986ce8becd89b7328bef4a75419.tar.gz
packages-ee4e229f190eb986ce8becd89b7328bef4a75419.tar.bz2
packages-ee4e229f190eb986ce8becd89b7328bef4a75419.tar.xz
packages-ee4e229f190eb986ce8becd89b7328bef4a75419.zip
user/xauth: bump to 1.1
Diffstat (limited to 'user/xauth')
-rw-r--r--user/xauth/APKBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/user/xauth/APKBUILD b/user/xauth/APKBUILD
index 08542ea77..56f14a7fc 100644
--- a/user/xauth/APKBUILD
+++ b/user/xauth/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=xauth
-pkgver=1.0.10
-pkgrel=2
+pkgver=1.1
+pkgrel=0
pkgdesc="X.Org authorisation settings program"
url="https://www.X.Org/"
arch="all"
@@ -13,7 +13,6 @@ subpackages="$pkgname-doc"
source="https://www.X.Org/releases/individual/app/xauth-$pkgver.tar.bz2"
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -25,9 +24,7 @@ build() {
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
- install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
}
-sha512sums="1ddcd80848c4efffc6d0a576177f92a3ce47eb871a6c7e2097d96491aec027404d437e0bd792714ef423989153a9644f5ff179bde4dfeb4b340636d642d5849f xauth-1.0.10.tar.bz2"
+sha512sums="b6ecd59a853a491ef45bf8cfbff63bed36645f81cb79ae9d18458b57f7502bccf92f0d979d3337578518646f680ad379e67b1dac15a927cbb11372733e7a3a0c xauth-1.1.tar.bz2"