summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoryochananmarqos2019-06-23 09:44:22 -0600
committeryochananmarqos2019-06-23 09:44:22 -0600
commitd53c634b427c76fc11078d6764d3c9417796d198 (patch)
treee77b4197d778d1e38e1600c93940c04d36bf33fa /PKGBUILD
parentf5965308e35e76f5b7c6ded33d59645fbc74d321 (diff)
downloadaur-d53c634b427c76fc11078d6764d3c9417796d198.tar.gz
updated dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 54cb2f1537bc..868e73032fac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: Mark Wagie <yochanan dot marqos at gmail dot com>
pkgname=meteo-gtk
pkgver=0.9.7
-pkgrel=4
+pkgrel=5
pkgdesc="A forecast application using OpenWeatherMap API"
arch=('any')
url="https://gitlab.com/bitseater/meteo"
license=('GPL3')
-depends=('gtk3' 'libsoup' 'json-glib' 'geocode-glib' 'webkit2gtk' 'libappindicator-gtk3')
+depends=('gtk3' 'geocode-glib' 'webkit2gtk' 'libappindicator-gtk3')
makedepends=('meson' 'vala' 'appstream-glib')
+optdepends=('gnome-shell-extension-appindicator')
provides=('meteo')
conflicts=('meteo')
source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/bitseater/meteo/-/archive/$pkgver/meteo-$pkgver.tar.gz")