diff options
Diffstat (limited to 'xorg-libxdamage/Pkgfile')
-rw-r--r-- | xorg-libxdamage/Pkgfile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/xorg-libxdamage/Pkgfile b/xorg-libxdamage/Pkgfile index d09fb82a..6b67f287 100644 --- a/xorg-libxdamage/Pkgfile +++ b/xorg-libxdamage/Pkgfile @@ -4,15 +4,13 @@ # Depends on: xorg-libxfixes name=xorg-libxdamage -version=1.1.5 +version=1.1.6 release=1 -source=(https://www.x.org/releases/individual/lib/libXdamage-$version.tar.bz2) +source=(https://www.x.org/releases/individual/lib/libXdamage-$version.tar.xz) build() { cd libXdamage-$version - ./configure --prefix=/usr - make make DESTDIR=$PKG install } |