summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorServer2021-02-27 09:12:03 +1030
committerServer2021-02-27 09:12:03 +1030
commit466aa97bec5be2929d6d13ef56707592e7ee214d (patch)
tree3442d9433dd4fa2b132b99b053493178603dff98
parent0b717a0c641c35b8e21d0e2bd03fe6856594d856 (diff)
downloadaur-466aa97bec5be2929d6d13ef56707592e7ee214d.tar.gz
remove binutils
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 02c2177122dd..bff347e1d744 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,6 @@ pkgbase = qweather-git
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 93f7163fee51..e25b9abdea77 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=r81.a02063b
+pkgver=r82.20fd982
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=('binutils' 'git' 'cmake' 'qt5-svg')
+makedepends=('git' 'cmake' 'qt5-svg')
provides=('qweather')
source=("${pkgname}::git+https://github.com/bit-shift-io/qweather.git")
md5sums=('SKIP')