Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
azubieta
appimage-installer
Commits
e9d21729
Unverified
Commit
e9d21729
authored
Apr 05, 2019
by
Alexis López Zubieta
Committed by
GitHub
Apr 05, 2019
Browse files
Merge pull request #20 from azubieta/fix_arch_version
Fix arch pkg version
parents
7889d8a3
da96ac35
Changes
1
Hide whitespace changes
Inline
Side-by-side
.travis/arch/PKGBUILD
View file @
e9d21729
...
...
@@ -29,7 +29,7 @@ validpgpkeys=()
pkgver
()
{
cd
"
$srcdir
/
$projectname
"
printf
"
1alpha
+git
`
date
+%Y%m%d
-u
-d
"
$(
git show
-s
--format
=
%ci
$(
git rev-parse HEAD
))
"
`
.%s"
"
$(
git rev-parse
--short
HEAD
)
"
printf
"
$pkgver
+git
`
date
+%Y%m%d
-u
-d
"
$(
git show
-s
--format
=
%ci
$(
git rev-parse HEAD
))
"
`
.%s"
"
$(
git rev-parse
--short
HEAD
)
"
}
prepare
()
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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