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
c96d83ec
Commit
c96d83ec
authored
Jan 05, 2015
by
Samuel Tardieu
Committed by
Caleb Maclennan
Feb 06, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
git-annex-bin: add aria2 as a dependency for downloading torrents
parent
d9ee99a0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
.SRCINFO
.SRCINFO
+1
-1
PKGBUILD
PKGBUILD
+1
-1
update-pkgbuild.py
update-pkgbuild.py
+1
-1
No files found.
.SRCINFO
View file @
c96d83ec
pkgbase = git-annex-bin
pkgdesc = Standalone precompiled version of git-annex with no Haskell dependencies, batteries included.
pkgver = 5.20150205
pkgrel =
1
pkgrel =
2
url = http://git-annex.branchable.com/
arch = i686
arch = x86_64
...
...
PKGBUILD
View file @
c96d83ec
...
...
@@ -15,7 +15,7 @@
pkgname
=
git-annex-bin
pkgver
=
5.20150205
pkgrel
=
1
pkgrel
=
2
pkgdesc
=
'Standalone precompiled version of git-annex with no Haskell dependencies, batteries included.'
arch
=(
'i686'
'x86_64'
'armv6h'
)
url
=
'http://git-annex.branchable.com/'
...
...
update-pkgbuild.py
View file @
c96d83ec
...
...
@@ -77,7 +77,7 @@ _rmbin=('cp' 'curl' 'git' 'gpg' 'lsof' 'rsync' 'sh' 'sha1sum' 'sha224sum' \\
'ssh-keygen' 'tar' 'git-shell' 'git-upload-pack' 'git-receive-pack' 'gunzip' )
# all of these can be left out if not deleting $_rmbin binaries
depends=('coreutils' 'curl' 'git' 'gnupg' 'lsof' 'rsync' 'bash' 'openssh' 'wget' 'findutils' 'dnsutils')
depends=('coreutils' 'curl' 'git' 'gnupg' 'lsof' 'rsync' 'bash' 'openssh' 'wget' 'findutils' 'dnsutils'
'aria2'
)
if [[ $CARCH == "x86_64" ]] ; then
_file=git-annex-standalone-amd64-${pkgver}.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