summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 588d497aca0f..2acdea4ab3dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,15 @@
# Maintainer: Mark Wagie <yochanan dot marqos at gmail dot com>
pkgname=meteo-gtk
pkgver=0.9.7
-pkgrel=2
+pkgrel=3
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')
makedepends=('meson' 'vala' 'appstream-glib')
+provides=('meteo' "$pkgname")
+conflicts=('meteo' "$pkgname")
source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/bitseater/meteo/-/archive/$pkgver/meteo-$pkgver.tar.gz")
sha256sums=('47594d2243691d0afe9b88118fe951c957f5787f2bf9db5ce27d35bed26691f9')