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
6f9367c5
Commit
6f9367c5
authored
Mar 19, 2015
by
Caleb Maclennan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update git-annex-bin to 5.20150317
parent
989128d3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
5 deletions
+8
-5
.SRCINFO
.SRCINFO
+1
-1
PKGBUILD
PKGBUILD
+7
-4
No files found.
.SRCINFO
View file @
6f9367c5
pkgbase = git-annex-bin
pkgdesc = Standalone precompiled version of git-annex with no Haskell dependencies, batteries included.
pkgver = 5.20150
219
pkgver = 5.20150
317
pkgrel = 1
url = http://git-annex.branchable.com/
arch = i686
...
...
PKGBUILD
View file @
6f9367c5
...
...
@@ -9,9 +9,12 @@
#
# Any suggestions welcome; please submit paches via Github:
# https://github.com/alerque/aur/tree/master/git-annex-bin
#
# Warning: some builds not up-to-date: x86_64: 5.20150317, i686: 5.20150317, armv6h: 5.20150316
pkgname
=
git-annex-bin
pkgver
=
5.20150
219
pkgver
=
5.20150
317
pkgrel
=
1
pkgdesc
=
'Standalone precompiled version of git-annex with no Haskell dependencies, batteries included.'
arch
=(
'i686'
'x86_64'
'armv6h'
)
...
...
@@ -35,15 +38,15 @@ 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+
=(
'
f82e2f600763b0f25a45a96ddf7ed68f26c67122e22cf8833d4c2473475bbce2
'
)
sha256sums+
=(
'
077ab5e58eb9c4f46d6d89bacae92f1307cc1a8ba0990fdc5130ce477e904cad
'
)
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+
=(
'
ff4ff1b62ed6f68cfc096eb04936afb98a1b1fe69616f2e049b1c9dc68f8adac
'
)
sha256sums+
=(
'
1f65b1dfef35bafd66136c0cfb0c1b70d5d9fa6927f6400d033976a0160b67e8
'
)
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"
)
sha256sums+
=(
'
06d5dceb1ee2192963dd9982e1a2a7683b6cb1c54e8044a4c4273f485a1b1331
'
)
sha256sums+
=(
'
dbe0be709107b7c8d3fab714afa84a2813a19376562f886fc051c2f99abe88bd
'
)
fi
package
()
{
...
...
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