summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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() {