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
ed7866ad
Commit
ed7866ad
authored
Aug 05, 2013
by
Adrian Chaves Fernandez (Gallaecio)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Unvanquished 0.18.0
parent
0e863c5b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
+7
-6
unvanquished-data/PKGBUILD
unvanquished-data/PKGBUILD
+5
-4
unvanquished/PKGBUILD
unvanquished/PKGBUILD
+2
-2
No files found.
unvanquished-data/PKGBUILD
View file @
ed7866ad
...
...
@@ -5,7 +5,7 @@
pkgname
=
unvanquished-data
_pkgname
=
unvanquished
pkgver
=
0.1
7
.0
pkgver
=
0.1
8
.0
pkgrel
=
1
pkgdesc
=
"A team-based fps/rts hybrid game which pits aliens against humans (data files)"
arch
=(
'any'
)
...
...
@@ -22,11 +22,12 @@ package() {
if
[
$i
-lt
10
]
;
then
code
=
$i
else
let
ASCII
=
$i
+91
let
ASCII
=
$i
+067
ASCII
=
$(
echo
"obase=8;
$ASCII
"
| bc
)
code
=
$(
printf
"
\\
$ASCII
"
)
fi
file
=
pak
$code
.pk3
wget http://downloads.sourceforge.net/project/unvanquished/Assets/
${
file
}
\
-
O
$pkgdir
/usr/share/
$_pkgname
/main/
$file
wget
-nc
http://downloads.sourceforge.net/project/unvanquished/Assets/
${
file
}
\
-
P
$pkgdir
/usr/share/
$_pkgname
/main/
done
;
}
unvanquished/PKGBUILD
View file @
ed7866ad
...
...
@@ -7,7 +7,7 @@
pkgname
=
unvanquished
_pkgname
=
Unvanquished
pkgver
=
0.1
7
.0
pkgver
=
0.1
8
.0
pkgrel
=
1
pkgdesc
=
"A team-based fps/rts hybrid game which pits aliens against humans"
arch
=(
'x86_64'
'i686'
)
...
...
@@ -19,7 +19,7 @@ provides=('unvanquished')
conflicts
=(
'unvanquished-git'
)
options
=(
'emptydirs'
)
source
=(
"https://github.com/
${
_pkgname
}
/
${
_pkgname
}
/archive/v
${
pkgver
}
.tar.gz"
)
md5sums
=(
'1
7e5bfd7d5
a9
f
4d
291af572103e9804f
'
)
md5sums
=(
'1
6be226e03b3b0fc770bd
a94d
8efcc68
'
)
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