summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5b00d02a685e..f143197097a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,11 +6,11 @@ pkgver=1.0.3
pkgrel=2
pkgdesc='Watch the web and get notified on updates'
arch=('any')
-url='https://projects.pierre-schmitz.com/w3watch.git/'
+url='https://github.com/pierres/w3watch'
license=('GPL')
depends=('bash' 'lynx' 'awk' 'diffutils' 'coreutils' 'grep')
makedepends=('git')
-source=("${pkgname}::git+https://projects.pierre-schmitz.com/w3watch.git/#tag=${pkgver}")
+source=("${pkgname}::git+https://github.com/pierres/w3watch.git#tag=${pkgver}")
md5sums=('SKIP')
prepare() {