summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPierre Schmitz2016-12-30 14:07:55 +0100
committerPierre Schmitz2016-12-30 14:07:55 +0100
commit82696da9d97653547da4306c8624331f98089dbd (patch)
treee780bd8a877475e9f065ca983026ecf5dbae5e2d /PKGBUILD
parent4b4a5934272f7854736570fd95251965751738af (diff)
downloadaur-82696da9d97653547da4306c8624331f98089dbd.tar.gz
Update source URL
Diffstat (limited to 'PKGBUILD')
-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() {