summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e84dbadfbd8..6c223355c6fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = my-weather-indicator-git
pkgdesc = A simple indicator for the weather
- pkgver = 0.10.0.0+r186+24363b4
+ pkgver = 0.10.6.0+r221+63258d2
pkgrel = 1
epoch = 1
url = https://github.com/atareao/my-weather-indicator
arch = any
license = GPL3
makedepends = git
- depends = libappindicator-gtk3
+ depends = libayatana-appindicator
depends = libnotify
depends = webkit2gtk
depends = geocode-glib
diff --git a/PKGBUILD b/PKGBUILD
index 76e9add3e49f..2406df26cb1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@
_pkgname=my-weather-indicator
pkgname=my-weather-indicator-git
epoch=1
-pkgver=0.10.0.0+r186+24363b4
+pkgver=0.10.6.0+r221+63258d2
pkgrel=1
pkgdesc='A simple indicator for the weather'
arch=('any')
url='https://github.com/atareao/my-weather-indicator'
license=('GPL3')
-depends=('libappindicator-gtk3' 'libnotify' 'webkit2gtk' 'geocode-glib' 'python-pytz'
+depends=('libayatana-appindicator' 'libnotify' 'webkit2gtk' 'geocode-glib' 'python-pytz'
'python-cairo' 'python-lxml' 'python-dateutil' 'osm-gps-map'
'python-requests-oauthlib' 'geoclue' 'geoip')
makedepends=('git')