summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHelder Bertoldo2023-11-02 14:46:19 -0300
committerHelder Bertoldo2023-11-02 14:46:19 -0300
commitb8fa1fedac1568a8a7f2c7833cc33bba23ad0a1d (patch)
treec18a90b8a43e891e7b876bb1c60730a4accc1189 /PKGBUILD
parent35bedb7a787527070df1679e1dc46c3a249555d0 (diff)
downloadaur-b8fa1fedac1568a8a7f2c7833cc33bba23ad0a1d.tar.gz
update dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 97e2102c6da5..1f864fa67382 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,17 +4,16 @@
_gitname=meteo
_author=bitseater
pkgname=("${_gitname}-git")
-pkgver=r308.0408358
+pkgver=r358.e1960a1
pkgrel=1
-pkgdesc="Know the forecast of the next hours & days. App designed for Pantheon Shell"
+pkgdesc="A forecast application using OpenWeatherMap API. App designed for Pantheon Shell"
arch=('i686' 'x86_64')
url="https://gitlab.com/${_author}/${_gitname}"
license=('GPL3')
-depends=('gtk3' 'granite' 'clutter' 'clutter-gtk' 'geocode-glib' 'ido' 'json-glib'
- 'libappindicator-gtk3' 'libchamplain' 'libsoup' 'webkit2gtk')
-optdepends=('')
+depends=('glib2' 'gtk3' 'libappindicator-gtk3' 'libsoup' 'json-glib' 'webkit2gtk')
+optdepends=('ayatana-indicator-application')
makedepends=('git' 'meson' 'ninja' 'vala')
-provides=("${_gitname}")
+provides=("${_gitname}" "${pkgname}")
conflicts=("${_gitname}")
source=("git+${url}.git")
md5sums=('SKIP')