summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072021-09-30 21:42:59 +0200
committersL1pKn072021-09-30 21:42:59 +0200
commit3a583d568a7b284d7aa2cdb277a5c3e6c3a5bcbf (patch)
treea9ce51eedd3effa4ac4a8dd3f3054ce171b3bcb2
parenteee6be0689f92b26cdb0b8a6b0ee3c9ca4784989 (diff)
downloadaur-3a583d568a7b284d7aa2cdb277a5c3e6c3a5bcbf.tar.gz
bump
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 15c15b168e24..2f52f6f25b40 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
_plug=descale
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=r6.1.g7ea0ca1
+pkgver=r7.0.gb249650
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('x86_64')
url='https://github.com/Irrational-Encoding-Wizardry/vapoursynth-descale.git'
-license=('custom:WTFPL')
+license=('MIT')
depends=('vapoursynth')
makedepends=('git'
'meson'
@@ -46,5 +46,5 @@ package() {
python -OO -m compileall -q -f -d "${_site_packages}" "${pkgdir}${_site_packages}/${_plug}.py"
install -Dm644 README.md "${pkgdir}/usr/share/doc/vapoursynth/plugins/${_plug}/README.md"
- install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+ install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}