summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 037218b394a1..e45a18ce7a51 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = w3watch-links
pkgdesc = Watch the web and get notified on updates with a patch to use links instead of lynx
pkgver = 1.0.3
- pkgrel = 1
+ pkgrel = 2
url = https://git.archlinux.de/w3watch.git/
arch = any
license = GPL
@@ -13,11 +13,9 @@ pkgbase = w3watch-links
depends = grep
provides = w3watch
conflicts = w3watch
- source = https://users.archlinux.de/~pierre/src/w3watch/w3watch-1.0.3.tar.gz
- source = https://users.archlinux.de/~pierre/src/w3watch/w3watch-1.0.3.tar.gz.sig
+ source = w3watch-1.0.3.tar.gz::https://github.com/pierres/w3watch/archive/1.0.3.tar.gz
source = links.diff
- md5sums = cb539783d39f0bf50aa67494e7845291
- md5sums = SKIP
+ md5sums = cd20b1402f25e0eec3a8e096b906cfb5
md5sums = 85c0ff5477592450f954a0c8ec7a5bd0
pkgname = w3watch-links
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() {