summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072021-01-07 16:00:37 +0100
committersL1pKn072021-01-07 16:00:37 +0100
commit7939da5a18b97662568d7e2fad825222db2ae361 (patch)
tree754f9fafd73746d0f227d2c8b55600309803dd3b
parent05cea121c1f93386838cc30ed301b43ca32fca9b (diff)
downloadaur-7939da5a18b97662568d7e2fad825222db2ae361.tar.gz
bump
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b3b4e302344..645f4e91a3dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = avisynth-plugin-rawsource26-git
pkgrel = 1
url = https://github.com/Asd-g/RawSource_2.6x
arch = x86_64
- license = GPL
+ license = custom
makedepends = git
makedepends = cmake
depends = avisynthplus
diff --git a/PKGBUILD b/PKGBUILD
index 67f383ece190..f64636bed82c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc="Plugin for Avisynth: ${_plug} (GIT version)"
arch=('x86_64')
url='https://github.com/Asd-g/RawSource_2.6x'
-license=('GPL')
+license=('custom')
depends=('avisynthplus')
makedepends=('git'
'cmake'
@@ -39,5 +39,6 @@ build() {
package(){
install -Dm755 build/librawsourceplus.so "${pkgdir}/usr/lib/avisynth/librawsourceplus.so"
-# install -Dm644 "${_plug}/README.md" "${pkgdir}/usr/share/doc/avisynth/plugins/${_plug}/README.md"
+ install -Dm644 "${_plug}/src/RawSourcePlus.html" "${pkgdir}/usr/share/doc/avisynth/plugins/${_plug}/RawSourcePlus.html"
+ install -Dm644 "${_plug}/src/readme.txt" "${pkgdir}/usr/share/doc/avisynth/plugins/${_plug}/readme.txt"
}