summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbiell2019-05-20 19:38:41 -0400
committerbiell2019-05-20 19:38:41 -0400
commitcbff3c19271dafec76ffc5cf24f243d36da3870c (patch)
tree610cc7c3cc860fcf368a522be6e0994ccdd67d75
parent1267a99a82b72bf5c7c50424db3c69f5e050d99b (diff)
downloadaur-cbff3c19271dafec76ffc5cf24f243d36da3870c.tar.gz
switch from wget to perl-lwp-protocol-https b/c some people have lwp without HTTPS support and that confuses GrabWeather
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee44c2cdd415..7cf865d36803 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = gkrellweather
pkgdesc = A weather monitor plugin for gkrellm2
pkgver = 2.0.8
- pkgrel = 6
+ pkgrel = 7
arch = i686
arch = x86_64
license = GPL
depends = gkrellm
depends = perl
- depends = wget
+ depends = perl-lwp-protocol-https
depends = gtk2
source = https://launchpad.net/ubuntu/+archive/primary/+files/gkrellweather_2.0.8.orig.tar.gz
sha256sums = 06236ad489151019e71bab4ba63b4b8b06d58c58890caed8b1a28fdd05cde16d
diff --git a/PKGBUILD b/PKGBUILD
index 2198c60058f4..8ae4638a3f06 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@
pkgname=gkrellweather
pkgver=2.0.8
-pkgrel=6
+pkgrel=7
pkgdesc="A weather monitor plugin for gkrellm2"
arch=('i686' 'x86_64')
-depends=('gkrellm' 'perl' 'wget' 'gtk2')
+depends=('gkrellm' 'perl' 'perl-lwp-protocol-https' 'gtk2')
license=('GPL')
source=(https://launchpad.net/ubuntu/+archive/primary/+files/gkrellweather_2.0.8.orig.tar.gz)
sha256sums=(06236ad489151019e71bab4ba63b4b8b06d58c58890caed8b1a28fdd05cde16d)