summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKobus van Schoor2017-09-22 18:22:08 +0200
committerKobus van Schoor2017-09-22 18:22:08 +0200
commit30ffb34c52986f4532d378be266adae22764c970 (patch)
tree8d9b7a22127895737b326e6d32afa0ac17656dd8
parent22a5e4878a40ba003f7072356fbe21b7caf5f35e (diff)
downloadaur-30ffb34c52986f4532d378be266adae22764c970.tar.gz
Updated repo URL
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3dc9e3f98222..8730a370548b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = dotgit
pkgdesc = A comprehensive solution to managing your dotfiles
pkgver = 1.4.3
- pkgrel = 1
- url = http://github.com/Cube777/dotgit
+ pkgrel = 2
+ url = http://github.com/kobus-v-schoor/dotgit
arch = any
depends = git
depends = bash
depends = gnupg
- source = git+https://github.com/Cube777/dotgit.git
+ source = git+https://github.com/kobus-v-schoor/dotgit.git
md5sums = SKIP
pkgname = dotgit
diff --git a/PKGBUILD b/PKGBUILD
index 32e7cf3b5a35..146fbe06e883 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Kobus van Schoor <v dot schoor dot kobus at gmail dot com>
pkgname=dotgit
pkgver=1.4.3
-pkgrel=1
+pkgrel=2
pkgdesc="A comprehensive solution to managing your dotfiles"
-url="http://github.com/Cube777/dotgit"
+url="http://github.com/kobus-v-schoor/dotgit"
arch=('any')
depends=('git' 'bash' 'gnupg')
-source=('git+https://github.com/Cube777/dotgit.git')
+source=('git+https://github.com/kobus-v-schoor/dotgit.git')
md5sums=('SKIP')
prepare()