summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdrien Folie2017-12-03 18:15:08 +0100
committerAdrien Folie2017-12-03 19:54:01 +0100
commit6ff0e6141839dc635c3510ccd40bc76fa1ebad6b (patch)
treed4e2608838e7dd06233670b7bfbeda94a7a1f613 /PKGBUILD
parent024eaaa33693f13d8b6b230fd758fa8524a5d3a9 (diff)
downloadaur-6ff0e6141839dc635c3510ccd40bc76fa1ebad6b.tar.gz
bump to 0.2.0 (rewrite with qt5)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d4ea8aeea5cf..1977a4035885 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Adrien Folie <folie.adrien@gmail.com>
pkgname=firegrid
-pkgver=0.1.2
+pkgver=0.2.0
pkgrel=1
-pkgdesc="Click anywhere with only 3 keystrokes"
+pkgdesc="Click anywhere with only a few keystrokes"
arch=(any)
url="https://github.com/foliea/firegrid"
license=('MIT')
-depends=('noto-fonts' 'libx11' 'imagemagick' 'voidcsfml' 'xdotool')
+depends=('qt5-base' 'xdotool')
makedepends=('wget' 'crystal')
source=("https://github.com/foliea/firegrid/archive/$pkgver.tar.gz")
md5sums=('SKIP')