summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2017-08-10 15:21:15 -0400
committerTed Alff2017-08-10 15:21:15 -0400
commit8bfb62c8504deaf79511006d2b9de3a97aff7c94 (patch)
treea88230bb296aa1c253eb6a0c92cd070557b014a4
parent65709e07c0db26dfad0c5b2dda34e044fdadfdaa (diff)
downloadaur-8bfb62c8504deaf79511006d2b9de3a97aff7c94.tar.gz
Added osm-gps-map as dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 51a182a5d1bc..f8e0f648264d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Aug 7 13:11:43 UTC 2017
+# Thu Aug 10 19:21:01 UTC 2017
pkgbase = my-weather-indicator-git
pkgdesc = A simple indicator for the weather
pkgver = r44.e5c76af
- pkgrel = 1
+ pkgrel = 2
url = https://launchpad.net/my-weather-indicator
arch = i686
arch = x86_64
@@ -19,6 +19,7 @@ pkgbase = my-weather-indicator-git
depends = python-cairo
depends = python-lxml
depends = python-dateutil
+ depends = osm-gps-map
depends = python-requests-oauthlib
depends = geoclue2
depends = geoip
diff --git a/PKGBUILD b/PKGBUILD
index 5c2818979116..281d40f04784 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@
_pkgname=my-weather-indicator
pkgname=my-weather-indicator-git
pkgver=r44.e5c76af
-pkgrel=1
+pkgrel=2
pkgdesc='A simple indicator for the weather'
arch=('i686' 'x86_64')
url='https://launchpad.net/my-weather-indicator'
license=('GPL3')
depends=('libappindicator-gtk3' 'libnotify' 'webkitgtk' 'geocode-glib' 'python-pytz'
- 'python-cairo' 'python-lxml' 'python-dateutil'
+ 'python-cairo' 'python-lxml' 'python-dateutil' 'osm-gps-map'
'python-requests-oauthlib' 'geoclue2' 'geoip')
makedepends=('git' 'python2-distutils-extra' 'python2-polib')
provides=("${_pkgname}")