Date: Saturday, April 4, 2020 @ 05:37:20 Author: alucryd Revision: 611548
upgpkg: maxcso 1.11.0-3 Modified: maxcso/trunk/PKGBUILD ----------+ PKGBUILD | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-04-04 05:34:33 UTC (rev 611547) +++ PKGBUILD 2020-04-04 05:37:20 UTC (rev 611548) @@ -1,9 +1,10 @@ -# Maintainer: Gabriel Rauter <[email protected]> +# Maintainer: Maxime Gauduin <[email protected]> +# Contributor: Gabriel Rauter <[email protected]> pkgname=maxcso pkgver=1.11.0 -pkgrel=2 -pkgdesc="A fast ISO to CSO compression program for use with PSP and PS2 emulators" +pkgrel=3 +pkgdesc='A fast ISO to CSO compression program for use with PSP and PS2 emulators' arch=(x86_64) url=https://github.com/unknownbrackets/maxcso license=(custom:ISCL) @@ -25,6 +26,12 @@ '9500875013db8ad18350cc0a36751fec37de80cde06e91e2999a421e53af8416' 'ceae42c12bc686dba1dae8b0df1f32e6063ba25d7edebfaaa94af85a9e8f24f7') +pkgver() { + cd maxcso + + git describe --tags | sed 's/^v//' +} + prepare() { cd maxcso
