summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsl1pkn072015-10-04 00:49:32 +0200
committersl1pkn072015-10-04 00:49:32 +0200
commit879d9c40fbe3b4f162c3d773c3bccb7520d9dd4d (patch)
treefd863ae3a897975be826e744906f02ed3b0ebf82 /PKGBUILD
parent7febf7ffb0b048e2305580b5df0518ac5f0df572 (diff)
downloadaur-879d9c40fbe3b4f162c3d773c3bccb7520d9dd4d.tar.gz
Clean depends=()
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 7 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0c00ef58db8c..fb76fa6dd25f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,16 @@
# Contributor: Maxime Gauduin <alucryd@gmail.com>
pkgname=vapoursynth-editor-git
-pkgver=r4.2.g8f9b54d
+pkgver=r5.1.g4562431
pkgrel=1
pkgdesc="A simple program for edit/create VapourSynth scripts. (GIT version)"
arch=('i686' 'x86_64')
-url="http://forum.doom9.org/showthread.php?p=1688477"
+url='http://forum.doom9.org/showthread.php?p=1688477'
license=('CCPL' 'MIT' 'LGPL')
-depends=('qt5-base' 'vapoursynth' 'desktop-file-utils' 'hicolor-icon-theme')
+depends=('qt5-base'
+ 'vapoursynth'
+ 'desktop-file-utils'
+ )
makedepends=('git')
provides=('vapoursynth-editor')
conflicts=('vapoursynth-editor')
@@ -30,7 +33,7 @@ build() {
}
package() {
- install -Dm644 ../vsedit.desktop "${pkgdir}/usr/share/applications/vsedit.desktop"
+ install -Dm644 vsedit.desktop "${pkgdir}/usr/share/applications/vsedit.desktop"
[ "${CARCH}" = "i686" ] && _arch=32
[ "${CARCH}" = "x86_64" ] && _arch=64