* update python-expandvars to 0.12.0-3

This commit is contained in:
Alexander Baldeck 2024-12-04 07:23:30 +01:00
parent 96cd532ec3
commit 8588bfae90
3 changed files with 6 additions and 2 deletions

View File

@ -1,7 +1,7 @@
pkgbase = python-expandvars
pkgdesc = Expand system variables Unix style
pkgver = 0.12.0
pkgrel = 1
pkgrel = 3
url = https://github.com/sayanarijit/expandvars
arch = any
license = BSD

View File

@ -0,0 +1,4 @@
[python-expandvars]
source = "git"
git = "https://github.com/sayanarijit/expandvars.git"
prefix = "v"

View File

@ -4,7 +4,7 @@
_pyname=expandvars
pkgname=python-$_pyname
pkgver=0.12.0
pkgrel=2
pkgrel=3
pkgdesc='Expand system variables Unix style'
arch=(any)
url='https://github.com/sayanarijit/expandvars'