We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86b045c commit 14e9a37Copy full SHA for 14e9a37
xorg-xauth/.md5sum
@@ -1 +1 @@
1
-bf7b5a94561c7c98de447ea53afabfc4 xauth-1.1.4.tar.xz
+9cfdec89ad7bd86bcdfda150ae995955 xauth-1.1.5.tar.xz
xorg-xauth/Pkgfile
@@ -3,15 +3,15 @@
3
# Depends on: xorg-server
4
5
name=xorg-xauth
6
-version=1.1.4
+version=1.1.5
7
release=1
8
source=https://www.x.org/releases/individual/app/xauth-$version.tar.xz
9
10
build() {
11
mkdir build; cd build
12
13
- ../xauth-$version/configure \
14
- --prefix=/usr \
+ ../xauth-$version/configure \
+ --prefix=/usr \
15
16
make V=1
17
make DESTDIR=$PKG install
0 commit comments