summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2019-08-12 22:22:03 -0400
committerTed Alff2019-08-12 22:22:03 -0400
commit86d1513bfd59ee4112f7373c4d1b6d4bd695698f (patch)
tree9592a7ee66df223e9d1e3583facc4495d3d1ffc4
parent6d0dfd9123ae6c4fa5b803e10e272688b4534ecd (diff)
downloadaur-86d1513bfd59ee4112f7373c4d1b6d4bd695698f.tar.gz
Upstream ported to webkit2gtk
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD10
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd49537f8060..7fbc7725dc52 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = my-weather-indicator-git
pkgdesc = A simple indicator for the weather
- pkgver = r86.b2b70c2
+ pkgver = r97.8701218
pkgrel = 1
url = https://github.com/atareao/my-weather-indicator
arch = any
@@ -10,7 +10,7 @@ pkgbase = my-weather-indicator-git
makedepends = python-polib
depends = libappindicator-gtk3
depends = libnotify
- depends = webkitgtk
+ depends = webkit2gtk
depends = geocode-glib
depends = python-pytz
depends = python-cairo
diff --git a/PKGBUILD b/PKGBUILD
index 2c20e8d8981f..eef44d78090c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@
_pkgname=my-weather-indicator
pkgname=my-weather-indicator-git
-pkgver=r86.b2b70c2
+pkgver=r97.8701218
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' 'webkitgtk' 'geocode-glib' 'python-pytz'
+depends=('libappindicator-gtk3' 'libnotify' 'webkit2gtk' 'geocode-glib' 'python-pytz'
'python-cairo' 'python-lxml' 'python-dateutil' 'osm-gps-map'
'python-requests-oauthlib' 'geoclue2' 'geoip')
makedepends=('git' 'python-distutils-extra' 'python-polib')
@@ -34,9 +34,9 @@ prepare() {
-e 's:locale-langpack:locale:g' '{}' \;
# async is a reserved keyword in python 3.7+
- cd src
- mv async.py mywi_async.py
- sed -i 's:from async import:from mywi_async import:' *py
+# cd src
+# mv async.py mywi_async.py
+# sed -i 's:from async import:from mywi_async import:' *py
}
build() {