summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEric Anderson2019-03-05 21:48:31 -0800
committerEric Anderson2019-03-05 21:48:31 -0800
commit3ff69feaec39932289a8ebeb6bfc601d86f67093 (patch)
treef3e574e7c1e96d033ea49031d70b70ffbfe85371 /PKGBUILD
parentfdb5a30d60477a4e753da933dcac88a57af4d96f (diff)
downloadaur-dogtail.tar.gz
Bump to 0.9.11
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ef82e3264fa3..56e6f884ab50 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
# Maintainer: Eric Anderson <ejona86@gmail.com>
pkgname=dogtail
-pkgver=0.9.10
+pkgver=0.9.11
pkgrel=1
pkgdesc="GUI test tool and automation framework"
arch=('any')
license=('GPL')
url='https://gitlab.com/dogtail/dogtail'
depends=('python' 'hicolor-icon-theme')
+makedepends=('python-setuptools')
source=("https://gitlab.com/$pkgname/$pkgname/raw/released/$pkgname-$pkgver.tar.gz")
-sha256sums=('ab84f9e691fea621a178d89e8cbd00830dd2bcbd945f48b91b122a445b645e93')
+sha256sums=('801a15b183916df5adadd50338e82f76426b5b598477d2dc5e2258b1ce47236b')
build() {
cd "$srcdir/$pkgname-$pkgver"