summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b6879559a60..d6a568cff55a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = wmweather
pkgdesc = Shows local weather conditions in a WindowMaker dockapp
pkgver = 1.31
- pkgrel = 4
- url = http://web.archive.org/web/20121021101023/http://dockapps.windowmaker.org/file.php/id/17
+ pkgrel = 5
+ url = https://github.com/bbidulock/wmWeather
arch = i686
arch = x86_64
groups = x11
license = GPL
depends = libxpm
- source = wmWeather-1.31.tar.gz
+ source = https://github.com/bbidulock/wmWeather/releases/download/1.31/wmWeather-1.31.tar.gz
md5sums = b7982ef0ced0c700d23e152b6ddbd338
pkgname = wmweather
diff --git a/PKGBUILD b/PKGBUILD
index 53b4ddeb4cb3..d30f8b81508f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,18 @@
pkgname=wmweather
_appname=wmWeather
pkgver=1.31
-pkgrel=4
+pkgrel=5
pkgdesc="Shows local weather conditions in a WindowMaker dockapp"
arch=('i686' 'x86_64')
#url="http://www.dockapps.org/file.php/id/17"
-url="http://web.archive.org/web/20121021101023/http://dockapps.windowmaker.org/file.php/id/17"
+#url="http://web.archive.org/web/20121021101023/http://dockapps.windowmaker.org/file.php/id/17"
+url="https://github.com/bbidulock/wmWeather"
license=('GPL')
groups=('x11')
depends=('libxpm')
#source=(http://dockapps.windowmaker.org/download.php/id/24/$_appname-$pkgver.tar.gz)
-source=($_appname-$pkgver.tar.gz)
+#source=($_appname-$pkgver.tar.gz)
+source=(https://github.com/bbidulock/$_appname/releases/download/$pkgver/$_appname-$pkgver.tar.gz)
md5sums=('b7982ef0ced0c700d23e152b6ddbd338')
build() {