Date: Tuesday, January 16, 2018 @ 20:13:33 Author: alucryd Revision: 283512
upgpkg: vapoursynth R42.1-1 Modified: vapoursynth/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-01-16 18:41:46 UTC (rev 283511) +++ PKGBUILD 2018-01-16 20:13:33 UTC (rev 283512) @@ -4,8 +4,8 @@ # Contributor: jackoneill <[email protected]> pkgname=vapoursynth -pkgver=R40 -pkgrel=2 +pkgver=R42.1 +pkgrel=1 pkgdesc='A video processing framework with the future in mind' arch=('x86_64') url='http://www.vapoursynth.com/' @@ -15,7 +15,7 @@ makedepends=('cython' 'python-sphinx' 'nasm') source=("vapoursynth-${pkgver}.tar.gz::https://github.com/vapoursynth/vapoursynth/archive/${pkgver}.tar.gz" 'vapoursynth.xml') -sha256sums=('a5e4260abff95c4bf33cc7ff3203e8001f7b3be7bb5ccc3a6fc2b18523823e50' +sha256sums=('2da653c3956d6e61b2232975ebad7e060c717ad09b08d09694e4bb4eab64f8a7' '8e51579547d20cd7cb9618a47b3ac508423d09d76649bf038d0ab9acb850b068') build() { @@ -35,9 +35,8 @@ make DESTDIR="${pkgdir}" install - install -dm 755 "${pkgdir}"/usr/share/{licenses/vapoursynth,mime/packages} - install -m 644 ofl.txt "${pkgdir}"/usr/share/licenses/vapoursynth/ - install -m 644 ../vapoursynth.xml "${pkgdir}"/usr/share/mime/packages/ + install -Dm 644 ofl.txt -t "${pkgdir}"/usr/share/licenses/vapoursynth/ + install -Dm 644 ../vapoursynth.xml -t "${pkgdir}"/usr/share/mime/packages/ } # vim: ts=2 sw=2 et:
