summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorServer2021-02-26 22:34:12 +1030
committerServer2021-02-26 22:34:12 +1030
commit2fa5485e162dc9d9a7346e74494053ca3784c55c (patch)
tree33b670abf399696c25ccef12fbfb0e486307d186
parentaef0c63aff6b4c3d06cec72aee79ba729191d669 (diff)
downloadaur-2fa5485e162dc9d9a7346e74494053ca3784c55c.tar.gz
add binutils
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c46b65bc750..459482344c5d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = audiobook-git
pkgdesc = A simple audio book reader. Written in QT/QML and C++.
- pkgver = r118.3406c49
+ pkgver = r122.deb9c63
pkgrel = 1
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 0efaf777bd02..19b1100b4b50 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=r118.3406c49
+pkgver=r122.deb9c63
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=('cmake' 'git' 'qt5-tools' 'qt5-multimedia' 'qt5-svg')
+makedepends=('binutils' 'cmake' 'git' 'qt5-tools' 'qt5-multimedia' 'qt5-svg')
provides=('audiobook')
source=("${pkgname}::git+https://github.com/bit-shift-io/audiobook.git")
md5sums=('SKIP')