xorg-libxau-32: 1.0.7 -> 1.0.8

This commit is contained in:
Danny Rawlins 2013-05-29 19:47:42 +10:00
parent 0136362c4c
commit 525c09b25d
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
2d241521df40d27034413436d1a1465c libXau-1.0.7.tar.bz2 685f8abbffa6d145c0f930f00703b21b libXau-1.0.8.tar.bz2

View File

@ -4,7 +4,7 @@
# Depends on: xorg-xproto-32 xorg-libxau # Depends on: xorg-xproto-32 xorg-libxau
name=xorg-libxau-32 name=xorg-libxau-32
version=1.0.7 version=1.0.8
release=1 release=1
source=(http://xorg.freedesktop.org/releases/individual/lib/libXau-$version.tar.bz2) source=(http://xorg.freedesktop.org/releases/individual/lib/libXau-$version.tar.bz2)
@ -15,5 +15,5 @@ build() {
make make
make DESTDIR=$PKG install make DESTDIR=$PKG install
rm -rf $PKG/usr/{include,man} rm -r $PKG/usr/{include,man}
} }