summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072020-03-09 14:12:26 +0100
committersL1pKn072020-03-09 14:12:26 +0100
commit9e0536d2e760e96b11ed81b03e1b67aafdaeddee (patch)
tree628afe7b5366080c26929de5e51cdb8e511b1bc5
parenta8b72107be96ff5997844936435e5e79ebe6b91f (diff)
downloadaur-9e0536d2e760e96b11ed81b03e1b67aafdaeddee.tar.gz
bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97462de41146..402845c495b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
-# Generated by mksrcinfo v8
-# Fri Mar 15 23:49:14 UTC 2019
pkgbase = vapoursynth-plugin-warpsharpsupport-git
pkgdesc = Plugin for Vapoursynth: warpsharpsupport (GIT version)
pkgver = R1.0.g42f3b5e
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/myrsloik/WarpSharpSupport.git
arch = any
license = GPL
makedepends = git
depends = vapoursynth
+ provides = vapoursynth-plugin-warpsharpsupport
+ conflicts = vapoursynth-plugin-warpsharpsupport
source = warpsharpsupport::git+https://github.com/myrsloik/WarpSharpSupport.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 0c91913e7f52..f3e853dbee26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,15 @@
_plug=warpsharpsupport
pkgname=vapoursynth-plugin-${_plug}-git
pkgver=R1.0.g42f3b5e
-pkgrel=2
+pkgrel=3
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('any')
url='https://github.com/myrsloik/WarpSharpSupport.git'
license=('GPL')
depends=('vapoursynth')
makedepends=('git')
+provides=("vapoursynth-plugin-${_plug}")
+conflicts=("vapoursynth-plugin-${_plug}")
source=("${_plug}::git+https://github.com/myrsloik/WarpSharpSupport.git")
sha256sums=('SKIP')