xorg-libxaw: updated to 1.0.7.

This commit is contained in:
Tilman Sauerbeck 2010-06-26 16:13:35 +02:00
parent 83da91f258
commit 946d13b353
2 changed files with 5 additions and 2 deletions

View File

@ -1 +1 @@
066218dceb82eb8da0e11d259ed3ceda libXaw-1.0.6.tar.bz2
815e74de989ccda684e2baf8d12cf519 libXaw-1.0.7.tar.bz2

View File

@ -4,7 +4,7 @@
# Depends on: xorg-xproto, xorg-libx11, xorg-xextproto, xorg-libxext, xorg-libxt, xorg-libxmu, xorg-libxpm, xorg-libxau
name=xorg-libxaw
version=1.0.6
version=1.0.7
release=1
source=(http://xorg.freedesktop.org/releases/individual/lib/libXaw-$version.tar.bz2)
@ -15,4 +15,7 @@ build() {
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/doc
rmdir $PKG/usr/share
}