aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManoel Brunnen2016-09-06 00:39:05 +0200
committerManoel Brunnen2016-09-06 00:39:05 +0200
commite7393e32a044c66527e10dca5cd46adda675e6ed (patch)
tree02bfa7546b340c8402bfc478605bbac7362e4cae
parent70f53b921c4545baef5f4ee9d08eb85e33c00d11 (diff)
downloadaur-e7393e32a044c66527e10dca5cd46adda675e6ed.tar.gz
added upstream url
-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')