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
bc684da5
Commit
bc684da5
authored
Jul 08, 2014
by
Caleb Maclennan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update git-annex-bin to 5.20140708
parent
9a0653da
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
.SRCINFO
.SRCINFO
+1
-1
PKGBUILD
PKGBUILD
+3
-3
No files found.
.SRCINFO
View file @
bc684da5
pkgbase = git-annex-bin
pkgdesc = Standalone precompiled version of git-annex with no Haskell dependencies, batteries included.
pkgver = 5.2014070
7
pkgver = 5.2014070
8
pkgrel = 1
url = http://git-annex.branchable.com/
arch = i686
...
...
PKGBUILD
View file @
bc684da5
...
...
@@ -10,7 +10,7 @@
# https://github.com/alerque/aur/tree/master/git-annex-bin
pkgname
=
git-annex-bin
pkgver
=
5.2014070
7
pkgver
=
5.2014070
8
pkgrel
=
1
pkgdesc
=
'Standalone precompiled version of git-annex with no Haskell dependencies, batteries included.'
arch
=(
'i686'
'x86_64'
)
# 'armv6h')
...
...
@@ -34,11 +34,11 @@ depends=('coreutils' 'curl' 'git' 'gnupg' 'lsof' 'rsync' 'bash' 'openssh' 'wget'
if
[[
$CARCH
==
"x86_64"
]]
;
then
_file
=
git-annex-standalone-amd64-
${
pkgver
}
.tar.gz
source
+
=(
"
${
_file
}
::https://downloads.kitenet.net/git-annex/linux/current/git-annex-standalone-amd64.tar.gz"
)
sha256sums+
=(
'
b6fdb9b3d13dd85d09e6921177f5485f4710a136c9ef87bd4a303756de91deee
'
)
sha256sums+
=(
'
50c06b04e9acc4b8fe52b47bd2d9bfbc80bf2568b1257b08f65e7b3033f56306
'
)
elif
[[
$CARCH
==
"i686"
]]
;
then
_file
=
git-annex-standalone-i386-
${
pkgver
}
.tar.gz
source
+
=(
"
${
_file
}
::https://downloads.kitenet.net/git-annex/linux/current/git-annex-standalone-i386.tar.gz"
)
sha256sums+
=(
'
1c7cc881a907b2be177c6d02d6292de5bdb9039c2183ce1ce9468ad1fc81ecc9
'
)
sha256sums+
=(
'
c04362efc1dbd959538973a937af81fc2bea933266f7b35b9ab6c05b0f06f03a
'
)
elif
[[
$CARCH
==
"armv6h"
]]
;
then
_file
=
git-annex-standalone-armel-
${
pkgver
}
.tar.gz
source
+
=(
"
${
_file
}
::https://downloads.kitenet.net/git-annex/linux/current/git-annex-standalone-armel.tar.gz"
)
...
...
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