summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsL1pKn072021-01-07 16:00:37 +0100
committersL1pKn072021-01-07 16:00:37 +0100
commit7939da5a18b97662568d7e2fad825222db2ae361 (patch)
tree754f9fafd73746d0f227d2c8b55600309803dd3b /PKGBUILD
parent05cea121c1f93386838cc30ed301b43ca32fca9b (diff)
downloadaur-7939da5a18b97662568d7e2fad825222db2ae361.tar.gz
bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
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"
}