summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStefan Husmann2016-12-30 20:05:11 +0100
committerStefan Husmann2016-12-30 20:05:11 +0100
commitc4ee3ffb19a6591f9cb914f64f469197154f8a7f (patch)
tree51d9fa1331a52f00cf37840132ddc2724b4f1f92 /PKGBUILD
parent5bbf16f6892e8f068c32adcad1b6a9b1aa3eaf22 (diff)
downloadaur-w3watch-links.tar.gz
now on github
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 77c3f991b3cd..f13747ff1e51 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=w3watch-links
_pkgname=w3watch
pkgver=1.0.3
-pkgrel=1
+pkgrel=2
pkgdesc='Watch the web and get notified on updates with a patch to use links instead of lynx'
arch=('any')
url='https://git.archlinux.de/w3watch.git/'
@@ -12,10 +12,9 @@ license=('GPL')
depends=('bash' 'links' 'awk' 'diffutils' 'coreutils' 'grep')
provides=('w3watch')
conflicts=('w3watch')
-source=("https://users.archlinux.de/~pierre/src/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"
- "https://users.archlinux.de/~pierre/src/${_pkgname}/${_pkgname}-${pkgver}.tar.gz.sig" links.diff)
-md5sums=('cb539783d39f0bf50aa67494e7845291'
- 'SKIP'
+source=("w3watch-$pkgver.tar.gz::https://github.com/pierres/w3watch/archive/1.0.3.tar.gz"
+ links.diff)
+md5sums=('cd20b1402f25e0eec3a8e096b906cfb5'
'85c0ff5477592450f954a0c8ec7a5bd0')
prepare() {