summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorServer2021-02-26 22:34:53 +1030
committerServer2021-02-26 22:34:53 +1030
commit0b717a0c641c35b8e21d0e2bd03fe6856594d856 (patch)
tree1de7df4edab620e006340e488dd969f0665c23ec /PKGBUILD
parent6021d9f34a476eff000c3543550e7d6967bbbbdb (diff)
downloadaur-0b717a0c641c35b8e21d0e2bd03fe6856594d856.tar.gz
add binutils
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 887767f3d8d0..93f7163fee51 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=qweather-git
-pkgver=r77.f7c65f0
+pkgver=r81.a02063b
pkgrel=1
pkgdesc="A simple weather application. Using BOM Australia weather provider. Written in QT/QML and C++."
arch=('any')
url="https://github.com/bit-shift-io/qweather"
license=('GPL3')
depends=('qt5-declarative')
-makedepends=('git' 'cmake' 'qt5-svg')
+makedepends=('binutils' 'git' 'cmake' 'qt5-svg')
provides=('qweather')
source=("${pkgname}::git+https://github.com/bit-shift-io/qweather.git")
md5sums=('SKIP')