summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD15
2 files changed, 26 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..8c0d20ebeaf3
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,11 @@
+pkgbase = nnedi3-weights
+ pkgdesc = Model data for nnedi edge directed neural network deinterlacer/upscaler
+ pkgver = 1.0
+ pkgrel = 1
+ url = https://github.com/dubhater/vapoursynth-nnedi3/
+ arch = any
+ license = GPL2
+ source = https://raw.githubusercontent.com/dubhater/vapoursynth-nnedi3/master/src/nnedi3_weights.bin
+ sha256sums = 27f382430435bb7613deb1c52f3c79c300c9869812cfe29079432a9c82251d42
+
+pkgname = nnedi3-weights
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..23b2870375e5
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,15 @@
+# Maintainer: Markus Schaaf <markuschaaf@gmail.com>
+pkgname=nnedi3-weights
+pkgver=1.0
+pkgrel=1
+pkgdesc='Model data for nnedi edge directed neural network deinterlacer/upscaler'
+arch=(any)
+url='https://github.com/dubhater/vapoursynth-nnedi3/'
+license=(GPL2)
+source=("https://raw.githubusercontent.com/dubhater/vapoursynth-nnedi3/master/src/nnedi3_weights.bin")
+
+package() {
+ install -D -t "$pkgdir/usr/share/nnedi3" nnedi3_weights.bin
+}
+
+sha256sums=('27f382430435bb7613deb1c52f3c79c300c9869812cfe29079432a9c82251d42')