Date: Monday, November 4, 2019 @ 12:25:45 Author: alucryd Revision: 524053
upgpkg: vapoursynth R48-1 Modified: vapoursynth/trunk/PKGBUILD ----------+ PKGBUILD | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-11-04 12:22:45 UTC (rev 524052) +++ PKGBUILD 2019-11-04 12:25:45 UTC (rev 524053) @@ -3,7 +3,7 @@ # Contributor: jackoneill <[email protected]> pkgname=vapoursynth -pkgver=R47.2 +pkgver=R48 pkgrel=1 pkgdesc='A video processing framework with the future in mind' arch=(x86_64) @@ -29,12 +29,20 @@ python-sphinx ) source=( - git+https://github.com/vapoursynth/vapoursynth.git#tag=${pkgver} + git+https://github.com/vapoursynth/vapoursynth.git#tag=7c488b5d33991115e148da60b7afe30040da9245 vapoursynth.xml ) -sha256sums=('SKIP' - '8e51579547d20cd7cb9618a47b3ac508423d09d76649bf038d0ab9acb850b068') +sha256sums=( + SKIP + 8e51579547d20cd7cb9618a47b3ac508423d09d76649bf038d0ab9acb850b068 +) +pkgver() { + cd vapoursynth + + git describe --tags +} + prepare() { cd vapoursynth
