diff options
author | root <root@rshg054.dnsready.net> | 2011-10-24 23:14:47 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-10-24 23:14:47 +0000 |
commit | 0d7bab226067a44a9f1b978924e8201a3fa60764 (patch) | |
tree | 7c17a659e61f8c790e75160fcecc9a9f63df2500 /community/xautomation/PKGBUILD | |
parent | c0bc46632845dfc241d3290d8d3193287eaeb02e (diff) |
Mon Oct 24 23:14:47 UTC 2011
Diffstat (limited to 'community/xautomation/PKGBUILD')
-rw-r--r-- | community/xautomation/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/xautomation/PKGBUILD b/community/xautomation/PKGBUILD index 4801fdf7a..1fc7aff75 100644 --- a/community/xautomation/PKGBUILD +++ b/community/xautomation/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 57104 2011-10-21 12:54:21Z lfleischer $ +# $Id: PKGBUILD 57187 2011-10-23 16:31:38Z lfleischer $ # Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de> # Contributor: raubkopierer <mail[dot]sensenmann[at]gmail[dot]com> pkgname=xautomation -pkgver=1.03 -pkgrel=2 +pkgver=1.05 +pkgrel=1 pkgdesc='Controls X from the command line and does "visual scraping".' url='http://hoopajoo.net/projects/xautomation.html' arch=('i686' 'x86_64') license=('GPL') depends=('libpng' 'libxtst') source=("http://hoopajoo.net/static/projects/${pkgname}-${pkgver}.tar.gz") -md5sums=('91030079b0ecf96195dd21bcec635cb6') +md5sums=('4526ea5085a680a3ae8629af1731e5fa') build() { cd "${srcdir}/${pkgname}-${pkgver}" |