summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorServer2021-02-27 09:12:03 +1030
committerServer2021-02-27 09:12:03 +1030
commit466aa97bec5be2929d6d13ef56707592e7ee214d (patch)
tree3442d9433dd4fa2b132b99b053493178603dff98 /PKGBUILD
parent0b717a0c641c35b8e21d0e2bd03fe6856594d856 (diff)
downloadaur-466aa97bec5be2929d6d13ef56707592e7ee214d.tar.gz
remove binutils
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')