Date: Tuesday, October 1, 2019 @ 08:43:09 Author: alucryd Revision: 512315
upgpkg: python-voluptuous-serialize 2.3.0-1 Modified: python-voluptuous-serialize/trunk/PKGBUILD ----------+ PKGBUILD | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-10-01 08:03:57 UTC (rev 512314) +++ PKGBUILD 2019-10-01 08:43:09 UTC (rev 512315) @@ -1,7 +1,7 @@ # Maintainer: Jameson Pugh <[email protected]> pkgname=python-voluptuous-serialize -pkgver=2.2.0 +pkgver=2.3.0 pkgrel=1 pkgdesc='Convert voluptuous schemas to JSON' arch=(any) @@ -13,9 +13,15 @@ python-setuptools ) checkdepends=(python-pytest) -source=(git+https://github.com/balloob/voluptuous-serialize.git#tag=${pkgver}) -sha256sums=('SKIP') +source=(git+https://github.com/balloob/voluptuous-serialize.git#tag=054be2486b9f12ac4bf29ae5b25ef784fa6da6a5) +sha256sums=(SKIP) +pkgver() { + cd voluptuous-serialize + + git describe --tags +} + build() { cd voluptuous-serialize
