summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 459482344c5d..c5a5fa202bd5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,6 @@ pkgbase = audiobook-git
url = https://github.com/bit-shift-io/audiobook
arch = any
license = GPL3
- makedepends = binutils
makedepends = cmake
makedepends = git
makedepends = qt5-tools
diff --git a/PKGBUILD b/PKGBUILD
index 19b1100b4b50..e3c50b425d17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: bronson mathews <bronsonmathews@gmail.com> -> http://bitshift.io -> https://github.com/bit-shift-io
pkgname=audiobook-git
-pkgver=r122.deb9c63
+pkgver=r123.e5f4c56
pkgrel=1
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-declarative')
-makedepends=('binutils' 'cmake' 'git' 'qt5-tools' 'qt5-multimedia' 'qt5-svg')
+makedepends=('cmake' 'git' 'qt5-tools' 'qt5-multimedia' 'qt5-svg')
provides=('audiobook')
source=("${pkgname}::git+https://github.com/bit-shift-io/audiobook.git")
md5sums=('SKIP')