Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Chakra
Packages
desktop
Commits
f35b12eb
Commit
f35b12eb
authored
Jul 26, 2013
by
Adrian Chaves Fernandez (Gallaecio)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Unvanquished 0.17.0
parent
69a2a7d2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
5 deletions
+11
-5
unvanquished-data/PKGBUILD
unvanquished-data/PKGBUILD
+8
-2
unvanquished/PKGBUILD
unvanquished/PKGBUILD
+3
-3
No files found.
unvanquished-data/PKGBUILD
View file @
f35b12eb
...
...
@@ -5,7 +5,7 @@
pkgname
=
unvanquished-data
_pkgname
=
unvanquished
pkgver
=
0.1
6
.0
pkgver
=
0.1
7
.0
pkgrel
=
1
pkgdesc
=
"A team-based fps/rts hybrid game which pits aliens against humans (data files)"
arch
=(
'any'
)
...
...
@@ -19,7 +19,13 @@ package() {
let
limit
=
${
pkgver
:2:2
}
-1
for
i
in
$(
seq
0
$limit
)
do
file
=
pak
$(
echo
"obase=16;
${
i
}
"
| bc
)
.pk3
if
[
$i
-lt
10
]
;
then
code
=
$i
else
let
ASCII
=
$i
+91
code
=
$(
printf
"
\\
$ASCII
"
)
fi
file
=
pak
$code
.pk3
wget http://downloads.sourceforge.net/project/unvanquished/Assets/
${
file
}
\
-O
$pkgdir
/usr/share/
$_pkgname
/main/
$file
done
;
...
...
unvanquished/PKGBUILD
View file @
f35b12eb
...
...
@@ -7,8 +7,8 @@
pkgname
=
unvanquished
_pkgname
=
Unvanquished
pkgver
=
0.1
6
.0
pkgrel
=
2
pkgver
=
0.1
7
.0
pkgrel
=
1
pkgdesc
=
"A team-based fps/rts hybrid game which pits aliens against humans"
arch
=(
'x86_64'
'i686'
)
url
=
"http://www.unvanquished.net"
...
...
@@ -19,7 +19,7 @@ provides=('unvanquished')
conflicts
=(
'unvanquished-git'
)
options
=(
'emptydirs'
)
source
=(
"https://github.com/
${
_pkgname
}
/
${
_pkgname
}
/archive/v
${
pkgver
}
.tar.gz"
)
md5sums
=(
'
dbc1ba410d9058410c7227694b25f80b
'
)
md5sums
=(
'
17e5bfd7d5a9f4d291af572103e9804f
'
)
build
()
{
cd
${
srcdir
}
/
${
_pkgname
}
-
${
pkgver
}
...
...
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