Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Caleb Maclennan
aur-git-annex-bin
Commits
9a0653da
Commit
9a0653da
authored
Jul 08, 2014
by
Caleb Maclennan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
set mutual conflicts for git-annex and git-annex-bin
parent
5d6c2006
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
.SRCINFO
.SRCINFO
+2
-1
PKGBUILD
PKGBUILD
+1
-1
No files found.
.SRCINFO
View file @
9a0653da
...
...
@@ -18,7 +18,8 @@ pkgbase = git-annex-bin
depends = findutils
depends = dnsutils
provides = git-annex
conflicts = git-annex
conflicts = git-annex,
conflicts = git-annex-git
replaces = git-annex-standalone
source = git-annex
source = runshell.patch
...
...
PKGBUILD
View file @
9a0653da
...
...
@@ -17,7 +17,7 @@ arch=('i686' 'x86_64') # 'armv6h')
url
=
'http://git-annex.branchable.com/'
license
=(
'GPL3'
)
provides
=(
'git-annex'
)
conflicts
=(
'git-annex'
)
conflicts
=(
'git-annex'
,
'git-annex-git'
)
replaces
=(
'git-annex-standalone'
)
source
=(
'git-annex'
'runshell.patch'
)
sha256sums
=(
'c7d12ba3f3a00736d0d22e18e76721314d461561adcf48cbd102413e5e75be92'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment