summaryrefslogtreecommitdiff
path: root/prfullpkg
diff options
context:
space:
mode:
Diffstat (limited to 'prfullpkg')
-rwxr-xr-xprfullpkg12
1 files changed, 6 insertions, 6 deletions
diff --git a/prfullpkg b/prfullpkg
index 458eefa..2ec9661 100755
--- a/prfullpkg
+++ b/prfullpkg
@@ -62,12 +62,12 @@ guess_repo() {
# return : full version spec, including epoch (if necessary), pkgver, pkgrel
##
get_full_version() {
- if [[ $1 -eq 0 ]]; then
- # zero epoch case, don't include it in version
- echo $2-$3
- else
- echo $1:$2-$3
- fi
+ if [[ $1 -eq 0 ]]; then
+ # zero epoch case, don't include it in version
+ echo $2-$3
+ else
+ echo $1:$2-$3
+ fi
}
# Usage: cleanup [ $(basename $PWD) ] from PKGBUILD dir