summaryrefslogtreecommitdiffstats
path: root/xorg/xorg-libxext/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xorg/xorg-libxext/Pkgfile')
-rw-r--r--xorg/xorg-libxext/Pkgfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/xorg/xorg-libxext/Pkgfile b/xorg/xorg-libxext/Pkgfile
index e837bf912..e9b0511c9 100644
--- a/xorg/xorg-libxext/Pkgfile
+++ b/xorg/xorg-libxext/Pkgfile
@@ -6,7 +6,7 @@
# Run on: xorg-libx11,xorg-libxau
name=xorg-libxext
-version=1.1.2
+version=1.2.0
release=1
source=(http://xorg.freedesktop.org/releases/individual/lib/libXext-$version.tar.bz2)
@@ -17,4 +17,5 @@ build() {
make
make DESTDIR=$PKG install
+ rm -r $PKG/usr/share/doc
}