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
50ac430a
Commit
50ac430a
authored
Sep 01, 2015
by
Caleb Maclennan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add support for armv7h architecture
parent
82693fcf
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
.SRCINFO
.SRCINFO
+5
-0
PKGBUILD
PKGBUILD
+4
-1
No files found.
.SRCINFO
View file @
50ac430a
...
...
@@ -6,6 +6,7 @@ pkgbase = git-annex-bin
arch = i686
arch = x86_64
arch = armv6h
arch = armv7h
arch = arm
license = GPL3
depends = coreutils
...
...
@@ -40,6 +41,10 @@ pkgbase = git-annex-bin
source_armv6h = git-annex-standalone-armel-5.20150825.tar.gz.sig::https://downloads.kitenet.net/git-annex/linux/current/git-annex-standalone-armel.tar.gz.sig
sha256sums_armv6h = 64696230e4cefe4de73c40e7508eed1244a83f7cc55dc868b7d89d0ee5b9c172
sha256sums_armv6h = SKIP
source_armv7h = git-annex-standalone-armel-5.20150825.tar.gz::https://downloads.kitenet.net/git-annex/linux/current/git-annex-standalone-armel.tar.gz
source_armv7h = git-annex-standalone-armel-5.20150825.tar.gz.sig::https://downloads.kitenet.net/git-annex/linux/current/git-annex-standalone-armel.tar.gz.sig
sha256sums_armv7h = 64696230e4cefe4de73c40e7508eed1244a83f7cc55dc868b7d89d0ee5b9c172
sha256sums_armv7h = SKIP
source_arm = git-annex-standalone-armel-5.20150825.tar.gz::https://downloads.kitenet.net/git-annex/linux/current/git-annex-standalone-armel.tar.gz
source_arm = git-annex-standalone-armel-5.20150825.tar.gz.sig::https://downloads.kitenet.net/git-annex/linux/current/git-annex-standalone-armel.tar.gz.sig
sha256sums_arm = 64696230e4cefe4de73c40e7508eed1244a83f7cc55dc868b7d89d0ee5b9c172
...
...
PKGBUILD
View file @
50ac430a
...
...
@@ -17,7 +17,7 @@ pkgname=git-annex-bin
pkgver
=
5.20150825
pkgrel
=
2
pkgdesc
=
'Standalone precompiled version of git-annex with no Haskell dependencies, batteries included.'
arch
=(
'i686'
'x86_64'
'armv6h'
'arm'
)
arch
=(
'i686'
'x86_64'
'armv6h'
'armv7h'
'arm'
)
url
=
'http://git-annex.branchable.com/'
license
=(
'GPL3'
)
provides
=(
'git-annex'
)
...
...
@@ -60,6 +60,9 @@ sha256sums_armv6h=('64696230e4cefe4de73c40e7508eed1244a83f7cc55dc868b7d89d0ee5b9
source_arm
=(
${
source_armv6h
[@]
}
)
sha256sums_arm
=(
${
sha256sums_armv6h
[@]
}
)
source_armv7h
=(
${
source_armv6h
[@]
}
)
sha256sums_armv7h
=(
${
sha256sums_armv6h
[@]
}
)
package
()
{
mkdir
-p
"
$pkgdir
/opt"
"
$pkgdir
/usr/bin"
...
...
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