summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbiell2019-05-12 12:26:23 -0400
committerbiell2019-05-12 12:26:23 -0400
commit1267a99a82b72bf5c7c50424db3c69f5e050d99b (patch)
treed8f8f7160e22dba0fdf1ce49b73fd8a9b019d1c7
parentff9d483e117523ad59cb0bc30f246aa28f667546 (diff)
parent009bff79653ac19673226fb7be20c7a25cd298c8 (diff)
downloadaur-1267a99a82b72bf5c7c50424db3c69f5e050d99b.tar.gz
Changed weather station URL
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7769ef459402..ee44c2cdd415 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,7 @@
pkgbase = gkrellweather
pkgdesc = A weather monitor plugin for gkrellm2
pkgver = 2.0.8
- pkgrel = 4
- url = https://sites.google.com/site/makovick/gkrellm-plugins
+ pkgrel = 6
arch = i686
arch = x86_64
license = GPL
@@ -10,8 +9,8 @@ pkgbase = gkrellweather
depends = perl
depends = wget
depends = gtk2
- source = gkrellweather-2.0.8.tgz::https://sites.google.com/site/makovick/projects/gkrellweather-2.0.8.tgz?attredirects=0
- md5sums = b21ed55cc9998eb7307ec53e99f9beea
+ source = https://launchpad.net/ubuntu/+archive/primary/+files/gkrellweather_2.0.8.orig.tar.gz
+ sha256sums = 06236ad489151019e71bab4ba63b4b8b06d58c58890caed8b1a28fdd05cde16d
pkgname = gkrellweather
diff --git a/PKGBUILD b/PKGBUILD
index 030eb88ffb33..2198c60058f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,9 +9,8 @@ pkgdesc="A weather monitor plugin for gkrellm2"
arch=('i686' 'x86_64')
depends=('gkrellm' 'perl' 'wget' 'gtk2')
license=('GPL')
-url="https://sites.google.com/site/makovick/gkrellm-plugins"
-source=("${pkgname}-${pkgver}.tgz::https://sites.google.com/site/makovick/projects/${pkgname}-${pkgver}.tgz?attredirects=0")
-md5sums=('b21ed55cc9998eb7307ec53e99f9beea')
+source=(https://launchpad.net/ubuntu/+archive/primary/+files/gkrellweather_2.0.8.orig.tar.gz)
+sha256sums=(06236ad489151019e71bab4ba63b4b8b06d58c58890caed8b1a28fdd05cde16d)
patch=$(realpath $pkgname-$pkgver.patch)