summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorServer2021-02-26 22:34:53 +1030
committerServer2021-02-26 22:34:53 +1030
commit0b717a0c641c35b8e21d0e2bd03fe6856594d856 (patch)
tree1de7df4edab620e006340e488dd969f0665c23ec
parent6021d9f34a476eff000c3543550e7d6967bbbbdb (diff)
downloadaur-0b717a0c641c35b8e21d0e2bd03fe6856594d856.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 a4ade589fe3c..02c2177122dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = qweather-git
pkgdesc = A simple weather application. Using BOM Australia weather provider. Written in QT/QML and C++.
- pkgver = r76.e81d73d
+ pkgver = r81.a02063b
pkgrel = 1
url = https://github.com/bit-shift-io/qweather
arch = any
license = GPL3
+ makedepends = binutils
makedepends = git
makedepends = cmake
makedepends = qt5-svg
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')