aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c23bb29665f..3fcac21f8b2e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,6 +2,7 @@ pkgbase = fetcher
pkgdesc = Automatic adding, commiting, pushing or pulling of git repos. Easily adjustable in a config file à la "<repopath> <command> <remote> <refspec>". Also added the special command addcommitpush, which does all three at once.
pkgver = 1.0
pkgrel = 1
+ url = https://github.com/mbrunnen/fetcher
install = fetcher.install
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 2ecc9a987f30..7cf1e33b9903 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ Easily adjustable in a config file à la \"<repopath> <command> <remote> <refspe
Also added the special command addcommitpush, which does all three at once.
"
arch=('any')
-url=""
+url="https://github.com/mbrunnen/fetcher"
license=('MIT')
groups=()
depends=('git')