summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
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() {