summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzhs2020-10-07 02:10:53 +0000
committerzhs2020-10-07 02:10:53 +0000
commitf7089b8fe6ee614d20a6ca9804060de699e228aa (patch)
tree095e24180289d59e2fbd72a0cfb3025cbbfc79a1
parentf5ee613a3f22ecda703955e33d2c37c5662019bf (diff)
downloadaur-f7089b8fe6ee614d20a6ca9804060de699e228aa.tar.gz
fixed sources information
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9317c6a3987a..4bb867fe9bce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,7 +13,11 @@ pkgbase = vapoursynth-plugin-vsmxnet-git
depends = mxnet
depends = opencv
source = git+https://github.com/kice/vs_mxnet
- md5sums = SKIP
+ source = Makefile.custom
+ source = linux-compile.patch
+ sha256sums = SKIP
+ sha256sums = 8b3beb81026a70a6b3ade61e3a84d49627c5b7fa36247a1c86d8b0a4ee323fe0
+ sha256sums = ba5011e9e638d64db622b9080b3b2c423ce6941f9d248088e7aec10f0f6f7b59
pkgname = vapoursynth-plugin-vsmxnet-git
diff --git a/PKGBUILD b/PKGBUILD
index 0b9dd4a077a1..dc5d9be5f8f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,12 @@ url="https://github.com/kice/vs_mxnet"
license=('MPL-2.0')
depends=('vapoursynth' 'mxnet' 'opencv')
makedepends=('git' 'vapoursynth' 'mxnet' 'opencv')
-source=("git+https://github.com/kice/vs_mxnet")
-md5sums=('SKIP')
+source=("git+https://github.com/kice/vs_mxnet"
+ "Makefile.custom"
+ "linux-compile.patch")
+sha256sums=('SKIP'
+ '8b3beb81026a70a6b3ade61e3a84d49627c5b7fa36247a1c86d8b0a4ee323fe0'
+ 'ba5011e9e638d64db622b9080b3b2c423ce6941f9d248088e7aec10f0f6f7b59')
pkgver() {
cd "${srcdir}/${_pkgname}"