summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew O'Neill2018-11-14 09:35:45 -0500
committerAndrew O'Neill2018-11-14 09:35:45 -0500
commitef9d6f382fd5e4206fab5093ce83bca1bbb7880f (patch)
tree136b6cd88fd273abbf68072cff157e9dfc18a1a3 /PKGBUILD
parente1ff6be87d4e2a89cf851c726e5053816bad567c (diff)
downloadaur-ef9d6f382fd5e4206fab5093ce83bca1bbb7880f.tar.gz
Version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD20
1 files changed, 6 insertions, 14 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 92c882d1659a..57aaa559575b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,24 +1,16 @@
# Maintainer: Andrew O'Neill <andrew at meanjollies dot com>
pkgname=actiona
-pkgver=3.9.4
-pkgrel=2
+pkgver=3.10.0
+pkgrel=1
pkgdesc="A task automation tool that allows you to create and execute action lists"
arch=('x86_64')
url="https://wiki.actiona.tools"
license=('GPL3')
-depends=('qt5-script' 'qt5-xmlpatterns' 'qt5-x11extras' 'qt5-multimedia' 'opencv' 'libnotify')
-makedepends=('qt5-tools' 'boost')
-source=("https://github.com/Jmgr/${pkgname}/archive/v${pkgver}.tar.gz"
- "${pkgname}.patch")
-sha256sums=('e2537852548d34fa7407324b40b000ef30d8e5deef310ece7a4f938b6be3f185'
- 'c95371a42dcc2186f06142bd08bce9d65e5c700b51bff8bbb939d5ef25ead899')
-
-prepare() {
- cd "${pkgname}-${pkgver}"
-
- patch -p1 -i ../${pkgname}.patch
-}
+depends=('qt5-script' 'qt5-xmlpatterns' 'qt5-x11extras' 'qt5-multimedia' 'libnotify' 'qt5-speech')
+makedepends=('qt5-tools' 'boost' 'opencv')
+source=("https://github.com/Jmgr/${pkgname}/archive/v${pkgver}.tar.gz")
+sha256sums=('7f7a6ecef82ec51fc5d92e41a9d39d1de190135b1fb6293318feb1d88ceb8757')
build() {
cd "${pkgname}-${pkgver}"