summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Fair2018-05-17 09:07:13 -0600
committerChristopher Fair2018-05-17 09:07:13 -0600
commit85f0a300d04ef55009ccf3b89b6839c6fc47e244 (patch)
treeef3e2478cf3c94d572bff0c2a10be19c47cb2eef
parentd0e8c60a3e389bf1e1bd824caf9f105c9679e64b (diff)
downloadaur-85f0a300d04ef55009ccf3b89b6839c6fc47e244.tar.gz
updated to version 0.4.5
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d48ef9234c77..b22d29c42a51 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
-# Maintainer: Brice Waegeneire <brice dot wge at gmail dot com>
+# Maintainer: Christopher Fair <christopherpfair at comcast dot net>
pkgname=git-subrepo
-pkgver=0.3.0
+pkgver=0.4.5
pkgrel=1
pkgdesc="Git Submodule Alternative"
arch=('i686' 'x86_64')
-url="https://github.com/ingydotnet/git-subrepo"
+url="https://github.com/chrisfair/git-subrepo.git"
license=('MIT')
depends=('git')
makedepends=('git')
-source=(git+https://github.com/ingydotnet/git-subrepo.git#tag=$pkgver)
+source=(git+https://github.com/chrisfair/git-subrepo.git#tag=$pkgver)
sha256sums=('SKIP')