1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-09 15:49:15 +00:00

bump aur version

This commit is contained in:
deadc0de6
2018-06-02 16:07:57 +02:00
parent 8e43d8b020
commit ae53478d10
3 changed files with 14 additions and 14 deletions

View File

@@ -31,17 +31,17 @@ version="`git describe --abbrev=0 --tags | sed 's/^v//g'`"
up ${version}
cd ${OLDPWD}
########################
# update arch package
# git release
########################
dir="arch-dotdrop-git"
echo "doing ${dir} ..."
cd ${dir}
# replace pkgver
#version="`git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g;s/^v//g'`"
up
cd ${OLDPWD}
#########################
## update arch package
## git release
#########################
#dir="arch-dotdrop-git"
#echo "doing ${dir} ..."
#cd ${dir}
## replace pkgver
##version="`git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g;s/^v//g'`"
#up
#cd ${OLDPWD}
# pivot back
cd ${opwd}