summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbtd13372019-07-14 14:15:43 -0300
committerbtd13372019-07-14 14:15:43 -0300
commit35bedb7a787527070df1679e1dc46c3a249555d0 (patch)
treef6bf724628d625d7a1625c6acb5ac07b143d6a68 /PKGBUILD
parent6e2116f616351981dbfd054db8257d9d3be197b9 (diff)
downloadaur-35bedb7a787527070df1679e1dc46c3a249555d0.tar.gz
Add ido dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2ccf772d6cf7..97e2102c6da5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
_gitname=meteo
_author=bitseater
pkgname=("${_gitname}-git")
-pkgver=latest
+pkgver=r308.0408358
pkgrel=1
pkgdesc="Know the forecast of the next hours & days. 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' 'json-glib'
+depends=('gtk3' 'granite' 'clutter' 'clutter-gtk' 'geocode-glib' 'ido' 'json-glib'
'libappindicator-gtk3' 'libchamplain' 'libsoup' 'webkit2gtk')
optdepends=('')
makedepends=('git' 'meson' 'ninja' 'vala')