Skip to content

Commit debc44c

Browse files
author
Server
committed
binutils
1 parent 7105c79 commit debc44c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.SRCINFO

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ pkgbase = audiobook-git
55
url = https://github.com/bit-shift-io/audiobook
66
arch = any
77
license = GPL3
8+
makedepends = binutils
89
makedepends = cmake
910
makedepends = git
1011
makedepends = qt5-tools

PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Maintainer: bronson mathews <bronsonmathews@gmail.com> -> http://bitshift.io -> https://github.com/bit-shift-io
22
pkgname=audiobook-git
3-
pkgver=r116.cc96705
3+
pkgver=r120.7105c79
44
pkgrel=1
55
pkgdesc="A simple audio book reader. Written in QT/QML and C++."
66
arch=('any')
77
url="https://github.com/bit-shift-io/audiobook"
88
license=('GPL3')
99
depends=('qt5-declarative')
10-
makedepends=('base-devel' 'cmake' 'git' 'qt5-tools' 'qt5-multimedia' 'qt5-svg')
10+
makedepends=('binutils' 'cmake' 'git' 'qt5-tools' 'qt5-multimedia' 'qt5-svg')
1111
provides=('audiobook')
1212
source=("${pkgname}::git+https://github.com/bit-shift-io/audiobook.git")
1313
md5sums=('SKIP')

0 commit comments

Comments
 (0)