Date: Monday, August 23, 2021 @ 06:46:46 Author: alucryd Revision: 1004250
upgpkg: python-mediafile 0.7.0-1 Modified: python-mediafile/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-08-23 06:26:40 UTC (rev 1004249) +++ PKGBUILD 2021-08-23 06:46:46 UTC (rev 1004250) @@ -2,7 +2,7 @@ # Contributor: Frederik “Freso” S. Olesen <[email protected]> pkgname=python-mediafile -pkgver=0.6.0.r12.d7bea5e +pkgver=0.7.0 pkgrel=1 pkgdesc='Elegant audio file tagging' arch=(any) @@ -19,13 +19,13 @@ python-poetry ) checkdepends=(python-nose) -_commit=d7bea5efbe00c54fbe9ca169a3ffd6c827302e7d -source=(git+https://github.com/beetbox/mediafile.git#commit=${_commit}) +_tag=6a5e162cf158c0b1390ea1d941708c2dbea643b2 +source=(git+https://github.com/beetbox/mediafile.git#tag=${_tag}) sha256sums=(SKIP) pkgver() { cd mediafile - git describe --tags | sed 's/^v//; s/-/.r/; s/-g/./' + git describe --tags | sed 's/^v//' } build() {
