summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Crerar2017-10-04 13:07:10 -0400
committerAndrew Crerar2017-10-04 13:07:10 -0400
commit84ae6bc2b9e459f40e33534f35c5b452130d2be4 (patch)
tree53e306f0319220cd32cecc3d05b43c0a7cbe57eb
parent43140990bb486ee344f690aa3059fe249a956bfd (diff)
downloadaur-84ae6bc2b9e459f40e33534f35c5b452130d2be4.tar.gz
Making sure this package also satisfies the git dependency of other packages
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad4611618e68..70c3cf57c786 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -33,6 +33,7 @@ pkgbase = git-git
optdepends = cvsps2: git cvsimport
optdepends = gnome-keyring: GNOME keyring credential helper
provides = git-core
+ provides = git
conflicts = git-core
source = git+https://github.com/git/git.git
source = git-daemon@.service
diff --git a/PKGBUILD b/PKGBUILD
index 1e56963538cd..7d374cf7ca04 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -26,7 +26,7 @@ optdepends=('tk: gitk and git gui'
'cvsps2: git cvsimport'
'gnome-keyring: GNOME keyring credential helper')
conflicts=('git-core')
-provides=('git-core')
+provides=('git-core' 'git')
install=git-git.install
source=('git+https://github.com/git/git.git'
git-daemon@.service