summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2020-08-10 08:54:17 -0600
committerMark Wagie2020-08-10 08:54:17 -0600
commitad8b0b3c2361e3a5635f02b8fae8bbc0c1c05262 (patch)
treec3d15c9cd6afba952486fa1576f5205d063e9cbd /PKGBUILD
parent9db8b5489addf6bc840e1902ef1feee4e48fee9e (diff)
downloadaur-ad8b0b3c2361e3a5635f02b8fae8bbc0c1c05262.tar.gz
fix dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4924608aa0af..fcd3fb8c42c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,14 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=meteo-gtk
pkgver=0.9.8
-pkgrel=3
+pkgrel=4
pkgdesc="A forecast application using OpenWeatherMap API"
arch=('any')
url="https://gitlab.com/bitseater/meteo"
license=('GPL3')
-depends=('gtk3' 'geocode-glib' 'webkit2gtk')
+depends=('geocode-glib' 'webkit2gtk' 'libappindicator-gtk3')
makedepends=('meson' 'vala')
checkdepends=('appstream')
-optdepends=('libappindicator-gtk3: for tray icon')
provides=("${pkgname%-gtk}")
conflicts=("${pkgname%-gtk}")
source=("$pkgname-$pkgver.tar.gz::$url/-/archive/$pkgver/${pkgname%-gtk}-$pkgver.tar.gz")