summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBronson2020-07-06 14:07:08 +0930
committerBronson2020-07-06 14:07:08 +0930
commit6021d9f34a476eff000c3543550e7d6967bbbbdb (patch)
tree2a5fd282e4e343638cd578ccdc44cb78063bc711
parentacfa327703d15f8a6463e1143016eb1bf4f09e39 (diff)
downloadaur-6021d9f34a476eff000c3543550e7d6967bbbbdb.tar.gz
updated depends
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a8e33068cdd5..a4ade589fe3c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,9 +6,9 @@ pkgbase = qweather-git
arch = any
license = GPL3
makedepends = git
- makedepends = qt5-tools
- makedepends = qt5-graphicaleffects
- depends = qt5-base
+ makedepends = cmake
+ makedepends = qt5-svg
+ depends = qt5-declarative
provides = qweather
source = qweather-git::git+https://github.com/bit-shift-io/qweather.git
md5sums = SKIP
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')