summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMitch Bigelow2020-04-21 23:57:48 -0400
committerMitch Bigelow2020-04-21 23:57:48 -0400
commit44bac345959cb4d6c63bbe610b4b701de7c5d6f9 (patch)
tree3079897ebb0444981c1ed0a77a6c5e3f270d319e
parent64436774e6fdae90a5d2a0ee1deeace7c0ce5d67 (diff)
downloadaur-44bac345959cb4d6c63bbe610b4b701de7c5d6f9.tar.gz
s|qt5-core|qt5-base|
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb3b17c04087..24addcd0349b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = xautoclick
pkgdesc = Automates repetitive mouse clicking to reduce RSI.
pkgver = 0.33
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/qarkai/xautoclick
arch = i686
arch = x86_64
license = GPL2
makedepends = cmake
depends = gtk3
- optdepends = qt5-core: (compile time) for qt5 based gui
+ optdepends = qt5-base: (compile time) for qt5 based gui
optdepends = fltk: (compile time) for fltk based gui
source = https://github.com/qarkai/xautoclick/archive/v0.33.tar.gz
sha256sums = ce0fcd72758fa9b40a867b2e46914512c42f986b37d596c56ba86516bab3ea02
diff --git a/PKGBUILD b/PKGBUILD
index 1d807d46bbec..27fa7e4de7c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=xautoclick
pkgver=0.33
-pkgrel=1
+pkgrel=2
pkgdesc="Automates repetitive mouse clicking to reduce RSI."
arch=('i686' 'x86_64')
url="https://github.com/qarkai/xautoclick"
license=('GPL2')
depends=('gtk3')
makedepends=('cmake')
-optdepends=('qt5-core: (compile time) for qt5 based gui'
+optdepends=('qt5-base: (compile time) for qt5 based gui'
'fltk: (compile time) for fltk based gui')
source=(https://github.com/qarkai/xautoclick/archive/v${pkgver}.tar.gz)
sha256sums=('ce0fcd72758fa9b40a867b2e46914512c42f986b37d596c56ba86516bab3ea02')