summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072021-01-07 15:55:11 +0100
committersL1pKn072021-01-07 15:55:11 +0100
commite322314b677077acf5fd98ed5339ee3db9235903 (patch)
treec8c73cfcbd1569ac3a72f01142e69e4595feadd6
parentb0ac7a957a90a12002facb4e0c694935f8a0cb0e (diff)
downloadaur-e322314b677077acf5fd98ed5339ee3db9235903.tar.gz
bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c09ed4f97375..fbde6bf069d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,9 +2,9 @@ pkgbase = avisynth-plugin-tivtc-git
pkgdesc = Plugin for Avisynth: tivtc (GIT version)
pkgver = v1.0.25.11.gaf18f2c
pkgrel = 1
- url = https://github.com/pinterf/TIVTC.git
+ url = https://github.com/pinterf/TIVTC
arch = x86_64
- license = LGPL
+ license = GPL
makedepends = git
makedepends = cmake
depends = avisynthplus
diff --git a/PKGBUILD b/PKGBUILD
index 001d1aba3f24..3d375d1fb1f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@ pkgver=v1.0.25.11.gaf18f2c
pkgrel=1
pkgdesc="Plugin for Avisynth: ${_plug} (GIT version)"
arch=('x86_64')
-url='https://github.com/pinterf/TIVTC.git'
-license=('LGPL')
+url='https://github.com/pinterf/TIVTC'
+license=('GPL')
depends=('avisynthplus')
makedepends=('git'
'cmake'