summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parent22a5e4878a40ba003f7072356fbe21b7caf5f35e (diff)
downloadaur-30ffb34c52986f4532d378be266adae22764c970.tar.gz
Updated repo URL
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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()