Date: Monday, May 4, 2015 @ 07:48:16 Author: foutrelis Revision: 132683
upgpkg: xdotool 3.20150503.1-1 New upstream release. Modified: xdotool/trunk/PKGBUILD ----------+ PKGBUILD | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-05-04 02:54:46 UTC (rev 132682) +++ PKGBUILD 2015-05-04 05:48:16 UTC (rev 132683) @@ -3,20 +3,19 @@ # Contributor: Rttommy <[email protected]> pkgname=xdotool -pkgver=2.20110530.1 -pkgrel=3 +pkgver=3.20150503.1 +pkgrel=1 pkgdesc="Command-line X11 automation tool" arch=('i686' 'x86_64') url="http://www.semicomplete.com/projects/xdotool/" license=('BSD') -depends=('libxtst' 'libxinerama') -source=(http://semicomplete.googlecode.com/files/$pkgname-$pkgver.tar.gz) -sha256sums=('e7b42c8b1d391970e1c1009b256033f30e57d8e0a2a3de229fd61ecfc27baf67') +depends=('libxtst' 'libxinerama' 'libxkbcommon') +source=(https://github.com/jordansissel/xdotool/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz) +sha256sums=('e8326883bd5e91bede7336cbee186e6e9143f40b3fb61c84afc9bb31b87e96d1') build() { cd "$srcdir/$pkgname-$pkgver" - - make + make WITHOUT_RPATH_FIX=1 } package() { @@ -27,8 +26,7 @@ # Remove execute bit from header file chmod -x "$pkgdir/usr/include/xdo.h" - # License - install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/xdotool/COPYRIGHT" + install -Dm644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT" } # vim:set ts=2 sw=2 et:
