summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBronson2020-08-03 08:28:58 +0930
committerBronson2020-08-03 08:28:58 +0930
commitcc8756b2e684853c3ac1623fadee8cfe7798ccf3 (patch)
tree73c810ab515105000552ab70e8664c21379e6669
parent826c4c42ef1dc9230df62f51dd453752077ef5c9 (diff)
downloadaur-cc8756b2e684853c3ac1623fadee8cfe7798ccf3.tar.gz
qml version
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD12
2 files changed, 12 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6849f8abde0..fa83acfaaac6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
pkgbase = audiobook-git
- pkgdesc = A simple audio book reader. Written in Qt and C++.
- pkgver = r39.6ee8b5b
+ pkgdesc = A simple audio book reader. Written in QT/QML and C++.
+ pkgver = r107.33c2833
pkgrel = 1
url = https://github.com/bit-shift-io/audiobook
- arch = x86_64
+ arch = any
license = GPL3
+ makedepends = cmake
makedepends = git
makedepends = qt5-tools
makedepends = qt5-multimedia
- makedepends = taglib
- depends = qt5-base
+ makedepends = qt5-svg
+ depends = qt5-declarative
provides = audiobook
source = audiobook-git::git+https://github.com/bit-shift-io/audiobook.git
md5sums = SKIP
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')