summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBrian Bidulock2014-05-08 17:31:24 -0600
committerBrian Bidulock2015-06-10 22:37:09 -0600
commitfa4af1aee476a63915f97dd6622f7235dd3e3bda (patch)
treee3efc197aece8cd8ddfaeebc4328de789e811c59 /PKGBUILD
parent158dac1aabd699a1e29bf5b51e702f56c0bf58ff (diff)
downloadaur-fa4af1aee476a63915f97dd6622f7235dd3e3bda.tar.gz
version 0.3-4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 44a628db9e3b..baea5306e74a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,16 @@
# Contributor: libernux <dutchman55@gmx.com>
pkgname=wmcalc
pkgver=0.3
-pkgrel=3
+pkgrel=4
pkgdesc="Dockapp that performs all the functions (and eventually more) of a simple four function calculator"
arch=('i686' 'x86_64')
-url="http://dockapps.windowmaker.org/file.php/id/130"
+#url="http://dockapps.windowmaker.org/file.php/id/130"
+url="http://web.archive.org/web/20121025065535/http://dockapps.windowmaker.org/file.php/id/130"
license=('GPL')
groups=('x11')
depends=('libxpm')
-source=("http://dockapps.windowmaker.org/download.php/id/455/$pkgname-$pkgver.tar.gz")
+#source=("http://dockapps.windowmaker.org/download.php/id/455/$pkgname-$pkgver.tar.gz")
+source=("$pkgname-$pkgver.tar.gz")
md5sums=('23ecf19e956d19ef9dddb810989666c5')
build() {