summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072017-08-13 14:15:42 +0200
committersL1pKn072017-08-13 14:15:42 +0200
commitec3d18f304db8423e55a1939bf4428c2c1fbc1a6 (patch)
tree39906566beaae6de4817563334b2543429ee94e1
parentc0e6b5ccfe59786511b982fcf88a096404947249 (diff)
downloadaur-ec3d18f304db8423e55a1939bf4428c2c1fbc1a6.tar.gz
meh
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1f2cc4affca..f9b1b39386fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Aug 13 12:09:20 UTC 2017
+# Sun Aug 13 12:15:37 UTC 2017
pkgbase = vapoursynth-plugin-autocrop-git
pkgdesc = Plugin for Vapoursynth: autocrop (GIT version)
pkgver = 0.1.3.g24626e1
@@ -8,6 +8,7 @@ pkgbase = vapoursynth-plugin-autocrop-git
arch = i686
arch = x86_64
license = GPL
+ makedepends = git
depends = vapoursynth
provides = vapoursynth-plugin-autocrop
conflicts = vapoursynth-plugin-autocrop
diff --git a/PKGBUILD b/PKGBUILD
index 45a07d27cf03..35173f5bc567 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,9 @@ arch=('i686' 'x86_64')
url='https://github.com/Irrational-Encoding-Wizardry/vapoursynth-autocrop'
license=('GPL')
depends=('vapoursynth')
-conflicts=('vapoursynth-plugin-autocrop')
-provides=('vapoursynth-plugin-autocrop')
+makedepends=('git')
+provides=("vapoursynth-plugin-${_plug}")
+conflicts=("vapoursynth-plugin-${_plug}")
source=("${_plug}::git+https://github.com/Irrational-Encoding-Wizardry/vapoursynth-autocrop.git")
sha256sums=('SKIP')