summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTilman Sauerbeck <tilman@crux.nu>2007-01-23 21:11:12 +0100
committerTilman Sauerbeck <tilman@crux.nu>2007-01-23 21:11:12 +0100
commit7e80b78a1744641a6243c86950471c0d453f1bee (patch)
tree6fe1038b92b66556368c9d472ca2c3c4f80790ba
parent53994e488e2c6ec80e78ecd2efb8471e995c9b34 (diff)
downloadxorg-7e80b78a1744641a6243c86950471c0d453f1bee.tar.gz
xorg-7e80b78a1744641a6243c86950471c0d453f1bee.tar.xz
xorg-xauth: updated to 1.0.2
-rw-r--r--xorg-xauth/.footprint2
-rw-r--r--xorg-xauth/.md5sum2
-rw-r--r--xorg-xauth/Pkgfile4
3 files changed, 4 insertions, 4 deletions
diff --git a/xorg-xauth/.footprint b/xorg-xauth/.footprint
index f84b60aa..87ce1553 100644
--- a/xorg-xauth/.footprint
+++ b/xorg-xauth/.footprint
@@ -3,4 +3,4 @@ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/xauth
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
--rw-r--r-- root/root usr/man/man1/xauth.1x.gz
+-rw-r--r-- root/root usr/man/man1/xauth.1.gz
diff --git a/xorg-xauth/.md5sum b/xorg-xauth/.md5sum
index 26b73295..10f22619 100644
--- a/xorg-xauth/.md5sum
+++ b/xorg-xauth/.md5sum
@@ -1 +1 @@
-ed848ebba8d3a1ca727b80d6b89dc3c3 xauth-1.0.1.tar.bz2
+31b956edaeb453ddaa640420e97b25b2 xauth-1.0.2.tar.bz2
diff --git a/xorg-xauth/Pkgfile b/xorg-xauth/Pkgfile
index 4512f00a..d75bd130 100644
--- a/xorg-xauth/Pkgfile
+++ b/xorg-xauth/Pkgfile
@@ -4,14 +4,14 @@
# Depends on: xorg-server
name=xorg-xauth
-version=1.0.1
+version=1.0.2
release=1
source=(http://xorg.freedesktop.org/releases/individual/app/xauth-$version.tar.bz2)
build() {
cd xauth-$version
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install

Generated by cgit