summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartin T. H. Sandsmark2021-07-03 13:02:39 +0200
committerMartin T. H. Sandsmark2021-07-03 13:02:39 +0200
commitd07936dedb2069be03377eb219515806d52bb30c (patch)
treee1eddbfbaa5443d1ce61dd45edb97daa80a82f5a /PKGBUILD
parentc9f5a8753df2aa8b5175030e97e5e5001bdea837 (diff)
downloadaur-vapoursynth-editor-sandsmark-git.tar.gz
fix build
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f3d77b2fe920..dce88a7aed08 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Maxime Gauduin <alucryd@gmail.com>
pkgname=vapoursynth-editor-sandsmark-git
-pkgver=r19.60.g503820d
+pkgver=r19.74.g4e3f161
pkgrel=1
pkgdesc="Editor for VapourSynth scripts, sandsmark's fork with vim support and other niceties"
arch=('x86_64')
@@ -48,5 +48,5 @@ package() {
cd ../vapoursynth-editor
install -Dm644 resources/vsedit.svg "${pkgdir}/usr/share/pixmaps/vsedit.svg"
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
- install -Dm644 README "${pkgdir}/usr/share/doc/vsedit/README"
+ install -Dm644 README.md "${pkgdir}/usr/share/doc/vsedit/README"
}