diff options
Diffstat (limited to 'xorg/xorg-xcompmgr/Pkgfile')
-rw-r--r-- | xorg/xorg-xcompmgr/Pkgfile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/xorg/xorg-xcompmgr/Pkgfile b/xorg/xorg-xcompmgr/Pkgfile index 244881a6f..01435f652 100644 --- a/xorg/xorg-xcompmgr/Pkgfile +++ b/xorg/xorg-xcompmgr/Pkgfile @@ -6,14 +6,13 @@ # Run on: xorg-libxdamage,xorg-libxcomposite,xorg-libxrender name=xorg-xcompmgr -version=1.1.4 -release=2 +version=1.1.5 +release=1 source=(http://xorg.freedesktop.org/releases/individual/app/xcompmgr-$version.tar.bz2) build() { cd xcompmgr-$version - - ./configure --prefix=/usr + ./configure $XORG_CONFIG make make DESTDIR=$PKG install } |