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
9c9cc0b7
Commit
9c9cc0b7
authored
Jun 13, 2015
by
Caleb Maclennan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update git-annex-bin to 5.20150528
parent
3e7894a6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
.SRCINFO
.SRCINFO
+1
-1
PKGBUILD
PKGBUILD
+5
-5
No files found.
.SRCINFO
View file @
9c9cc0b7
pkgbase = git-annex-bin
pkgdesc = Standalone precompiled version of git-annex with no Haskell dependencies, batteries included.
pkgver = 5.201505
0
8
pkgver = 5.201505
2
8
pkgrel = 1
url = http://git-annex.branchable.com/
arch = i686
...
...
PKGBUILD
View file @
9c9cc0b7
...
...
@@ -10,11 +10,11 @@
# 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.201505
0
8, i686: 5.201505
0
8, armv6h: 5.201505
07
# Warning: some builds not up-to-date: x86_64: 5.201505
2
8, i686: 5.201505
2
8, armv6h: 5.201505
22
pkgname
=
git-annex-bin
pkgver
=
5.201505
0
8
pkgver
=
5.201505
2
8
pkgrel
=
1
pkgdesc
=
'Standalone precompiled version of git-annex with no Haskell dependencies, batteries included.'
arch
=(
'i686'
'x86_64'
'armv6h'
)
...
...
@@ -38,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+
=(
'
efe5ca30bbfd5b7428b92b14f2bed2f33d486a34d345a60b52ceb2e257487629
'
)
sha256sums+
=(
'
5419e42ebc96fc52954bf46451834ced5e1ce174dfc91dd35b90a6690f4c8ac3
'
)
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+
=(
'
bd997b13c4d55054dbbbd01c84f0e7c7f23fa0ec0e22ef372315833abe8fc3bb
'
)
sha256sums+
=(
'
54f59923ebb0d497c3a1d0a7191956df6e9255a79c80a50bd8ab62e8a1cb2c83
'
)
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+
=(
'
190fa50e61dd250b6c4cc8fe461c308deefad03f0b4b88971594b9165105186b
'
)
sha256sums+
=(
'
f4d6c387361dee881714183a605dad32bdfa707e413bb5d16468da4c590cbbd9
'
)
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