summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe7b00a949f1..d84583f61c97 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = dotgit-git
pkgdesc = Development version of dotgit
pkgver = 26.06.2017
- pkgrel = 5
- url = http://github.com/Cube777/dotgit
+ pkgrel = 6
+ url = http://github.com/kobus-v-schoor/dotgit
arch = any
depends = git
depends = bash
depends = gnupg
conflicts = dotgit
- source = git+https://github.com/Cube777/dotgit.git
+ source = git+https://github.com/kobus-v-schoor/dotgit.git
md5sums = SKIP
pkgname = dotgit-git
diff --git a/PKGBUILD b/PKGBUILD
index a06b25e014dd..18cdbb204ff9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Kobus van Schoor <pbscube at gmail dot com>
pkgname=dotgit-git
pkgver=26.06.2017
-pkgrel=5
+pkgrel=6
pkgdesc="Development version of dotgit"
-url="http://github.com/Cube777/dotgit"
+url="http://github.com/kobus-v-schoor/dotgit"
arch=('any')
depends=('git' 'bash' 'gnupg')
conflicts=('dotgit')
-source=('git+https://github.com/Cube777/dotgit.git')
+source=('git+https://github.com/kobus-v-schoor/dotgit.git')
md5sums=('SKIP')
package()