diff options
author | sL1pKn07 | 2017-09-23 17:24:06 +0200 |
---|---|---|
committer | sL1pKn07 | 2017-09-23 17:24:06 +0200 |
commit | 6fc7fd758a69b21d017de0a4aea3756c5218bc5c (patch) | |
tree | d37294c7698a5ad9303a1eed11c7ea89aae49b1f | |
parent | b3f380aa4b9af4ec9d6c568fa9168c025d068266 (diff) | |
download | aur-6fc7fd758a69b21d017de0a4aea3756c5218bc5c.tar.gz |
bump
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 3 deletions
@@ -1,8 +1,8 @@ # Generated by mksrcinfo v8 -# Fri Sep 22 13:56:27 UTC 2017 +# Sat Sep 23 15:24:00 UTC 2017 pkgbase = vapoursynth-editor-git pkgdesc = A simple program for edit/create VapourSynth scripts. (GIT version) - pkgver = r16.115.ga450665 + pkgver = r17.0.gb5b9e9c pkgrel = 1 url = http://forum.doom9.org/showthread.php?p=1688477 arch = i686 @@ -2,7 +2,7 @@ # Contributor: Maxime Gauduin <alucryd@gmail.com> pkgname=vapoursynth-editor-git -pkgver=r16.115.ga450665 +pkgver=r17.0.gb5b9e9c pkgrel=1 pkgdesc="A simple program for edit/create VapourSynth scripts. (GIT version)" arch=('i686' 'x86_64') @@ -40,6 +40,8 @@ package() { cd "vapoursynth-editor/build/release-${_arch}bit-gcc" install -Dm755 vsedit "${pkgdir}/usr/bin/vsedit" + install -Dm755 vsedit-job-server "${pkgdir}/usr/bin/job-server" + install -Dm755 vsedit-job-server-watcher "${pkgdir}/usr/bin/vsedit-job-server-watcher" install -Dm644 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" |