summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBronson2020-08-03 08:28:58 +0930
committerBronson2020-08-03 08:28:58 +0930
commitcc8756b2e684853c3ac1623fadee8cfe7798ccf3 (patch)
tree73c810ab515105000552ab70e8664c21379e6669 /PKGBUILD
parent826c4c42ef1dc9230df62f51dd453752077ef5c9 (diff)
downloadaur-cc8756b2e684853c3ac1623fadee8cfe7798ccf3.tar.gz
qml version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 51b0c270c33e..5e33655a6b70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
-# Maintainer: bronson mathews <bronsonmathews@gmail.com> -> http://bit-shift.io -> https://github.com/bit-shift-io
+# Maintainer: bronson mathews <bronsonmathews@gmail.com> -> http://bitshift.io -> https://github.com/bit-shift-io
pkgname=audiobook-git
-pkgver=r39.6ee8b5b
+pkgver=r107.33c2833
pkgrel=1
-pkgdesc="A simple audio book reader. Written in Qt and C++."
-arch=('x86_64')
+pkgdesc="A simple audio book reader. Written in QT/QML and C++."
+arch=('any')
url="https://github.com/bit-shift-io/audiobook"
license=('GPL3')
-depends=('qt5-base')
-makedepends=('git' 'qt5-tools' 'qt5-multimedia' 'taglib')
+depends=('qt5-declarative')
+makedepends=('cmake' 'git' 'qt5-tools' 'qt5-multimedia' 'qt5-svg')
provides=('audiobook')
source=("${pkgname}::git+https://github.com/bit-shift-io/audiobook.git")
md5sums=('SKIP')