[arch-commits] Commit in vapoursynth/trunk (PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Thu Aug 6 08:01:15 UTC 2020
Date: Thursday, August 6, 2020 @ 08:01:15
Author: alucryd
Revision: 670633
upgpkg: vapoursynth R51-1
Modified:
vapoursynth/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-08-06 08:00:30 UTC (rev 670632)
+++ PKGBUILD 2020-08-06 08:01:15 UTC (rev 670633)
@@ -3,7 +3,7 @@
# Contributor: jackoneill <cantabile.desu at gmail.com>
pkgname=vapoursynth
-pkgver=R50
+pkgver=R51
pkgrel=1
pkgdesc='A video processing framework with the future in mind'
arch=(x86_64)
@@ -27,8 +27,9 @@
git
python-sphinx
)
+_tag=a095cbeed3c450fe6b8b4ba68632bf12c9797b35
source=(
- git+https://github.com/vapoursynth/vapoursynth.git#tag=297bd4b2045c35b89c336724505e23aa5bff6ceb
+ git+https://github.com/vapoursynth/vapoursynth.git#tag=${_tag}
vapoursynth.xml
)
sha256sums=(
@@ -67,7 +68,7 @@
make DESTDIR="${pkgdir}" install
- install -Dm 644 ofl.txt -t "${pkgdir}"/usr/share/licenses/vapoursynth/
+ install -Dm 644 src/core/ter-116n.ofl.txt -t "${pkgdir}"/usr/share/licenses/vapoursynth/
install -Dm 644 ../vapoursynth.xml -t "${pkgdir}"/usr/share/mime/packages/
}
More information about the arch-commits
mailing list