summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBronson2020-07-06 14:07:08 +0930
committerBronson2020-07-06 14:07:08 +0930
commit6021d9f34a476eff000c3543550e7d6967bbbbdb (patch)
tree2a5fd282e4e343638cd578ccdc44cb78063bc711 /PKGBUILD
parentacfa327703d15f8a6463e1143016eb1bf4f09e39 (diff)
downloadaur-6021d9f34a476eff000c3543550e7d6967bbbbdb.tar.gz
updated depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1d05c5abbd45..887767f3d8d0 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=r76.e81d73d
+pkgver=r77.f7c65f0
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-base')
-makedepends=('git' 'qt5-tools' 'qt5-graphicaleffects')
+depends=('qt5-declarative')
+makedepends=('git' 'cmake' 'qt5-svg')
provides=('qweather')
source=("${pkgname}::git+https://github.com/bit-shift-io/qweather.git")
md5sums=('SKIP')