summaryrefslogtreecommitdiff
path: root/xorg-xdm/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-xdm/Pkgfile')
-rw-r--r--xorg-xdm/Pkgfile13
1 files changed, 7 insertions, 6 deletions
diff --git a/xorg-xdm/Pkgfile b/xorg-xdm/Pkgfile
index 3ae7cac8..11231de2 100644
--- a/xorg-xdm/Pkgfile
+++ b/xorg-xdm/Pkgfile
@@ -4,17 +4,18 @@
# Depends on: linux-pam xorg-server xorg-xrdb
name=xorg-xdm
-version=1.1.12
+version=1.1.13
release=1
-source=(https://www.x.org/releases/individual/app/xdm-$version.tar.bz2 \
- xdm xdm.pam)
+source=(https://www.x.org/releases/individual/app/xdm-$version.tar.xz
+ xdm xdm.pam)
build() {
cd xdm-$version
- ./configure --prefix=/usr \
- --with-xdmconfigdir=/etc/X11/xdm \
- --enable-xdmshell
+ ./configure \
+ --prefix=/usr \
+ --with-xdmconfigdir=/etc/X11/xdm \
+ --enable-xdmshell
make
make DESTDIR=$PKG install

Generated by cgit