1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-11 11:24:16 +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

@@ -1,6 +1,6 @@
pkgbase = dotdrop pkgbase = dotdrop
pkgdesc = Save your dotfiles once, deploy them everywhere pkgdesc = Save your dotfiles once, deploy them everywhere
pkgver = 0.14.1 pkgver = 0.14.2
pkgrel = 1 pkgrel = 1
url = https://github.com/deadc0de6/dotdrop url = https://github.com/deadc0de6/dotdrop
arch = any arch = any
@@ -11,7 +11,7 @@ pkgbase = dotdrop
depends = python-jinja depends = python-jinja
depends = python-docopt depends = python-docopt
depends = python-pyaml depends = python-pyaml
source = git+https://github.com/deadc0de6/dotdrop.git#tag=v0.14.1 source = git+https://github.com/deadc0de6/dotdrop.git#tag=v0.14.2
md5sums = SKIP md5sums = SKIP
pkgname = dotdrop pkgname = dotdrop

View File

@@ -1,7 +1,7 @@
# Maintainer: deadc0de6 <info@deadc0de.ch> # Maintainer: deadc0de6 <info@deadc0de.ch>
pkgname=dotdrop pkgname=dotdrop
pkgver=0.14.1 pkgver=0.14.2
pkgrel=1 pkgrel=1
pkgdesc="Save your dotfiles once, deploy them everywhere " pkgdesc="Save your dotfiles once, deploy them everywhere "
arch=('any') arch=('any')

View File

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