diff options
Diffstat (limited to 'xorg-xdm/Pkgfile')
-rw-r--r-- | xorg-xdm/Pkgfile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/xorg-xdm/Pkgfile b/xorg-xdm/Pkgfile index 017c33cf..66112439 100644 --- a/xorg-xdm/Pkgfile +++ b/xorg-xdm/Pkgfile @@ -4,14 +4,13 @@ # Depends on: linux-pam xorg-server xorg-xrdb name=xorg-xdm -version=1.1.13 +version=1.1.14 release=1 source=(https://www.x.org/releases/individual/app/xdm-$version.tar.xz - xdm xdm.pam xorg-xdm-glibc-2.36.patch) + xdm xdm.pam) build() { cd xdm-$version - patch -p1 -i $SRC/xorg-xdm-glibc-2.36.patch ./configure \ --prefix=/usr \ |