Date: Sunday, March 20, 2022 @ 19:03:55 Author: dbermond Revision: 1164961
upgpkg: avisynthplus 3.7.2-1 Modified: avisynthplus/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-20 19:01:38 UTC (rev 1164960) +++ PKGBUILD 2022-03-20 19:03:55 UTC (rev 1164961) @@ -1,8 +1,7 @@ # Maintainer: Daniel Bermond <[email protected]> pkgname=avisynthplus -pkgver=3.7.1.a -_srcver="${pkgver%.[[:alpha:]]}${pkgver##*.}" +pkgver=3.7.2 pkgrel=1 pkgdesc='An improved version of the AviSynth frameserver' arch=('x86_64') @@ -11,13 +10,13 @@ depends=('gcc-libs' 'hicolor-icon-theme') optdepends=('devil: for ImageSeq plugin') makedepends=('cmake' 'devil') -source=("https://github.com/AviSynth/AviSynthPlus/archive/v${_srcver}/${pkgname}-${_srcver}.tar.gz" +source=("https://github.com/AviSynth/AviSynthPlus/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz" 'avisynthplus.xml') -sha256sums=('e4347d8d62bf702abdbd93a98d02838a5089592908626883b8c17a82c8fb2a41' +sha256sums=('6159fd976dffa62d5db5277cbb0b3b7f7a4ee92fc8667edd32da9840a669ccc1' 'c4b270a3df7fbe1c153400215169c4ae4cae3b7a8710c843393e3a6ed0fd8a3e') build() { - cmake -B build -S "AviSynthPlus-${_srcver}" \ + cmake -B build -S "AviSynthPlus-${pkgver}" \ -DCMAKE_BUILD_TYPE:STRING='None' \ -DCMAKE_INSTALL_PREFIX:PATH='/usr' \ -Wno-dev @@ -35,5 +34,5 @@ _res="$(sed 's/[[:alpha:]]*\([0-9]\+\)\.png/\1/' <<< "${_icon##*/}")" [ -n "$_res" ] && install -D -m644 "$_icon" \ "${pkgdir}/usr/share/icons/hicolor/${_res}x${_res}/mimetypes/avisynthplus-script.png" - done < <(find "AviSynthPlus-${_srcver}/distrib/Icons/Rastered" -type f -name 'AvsPlusIcon*.png' -print0) + done < <(find "AviSynthPlus-${pkgver}/distrib/Icons/Rastered" -type f -name 'AvsPlusIcon*.png' -print0) }
