summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwallace2019-10-22 15:56:41 +0900
committerwallace2019-10-22 15:56:41 +0900
commitb8e1f105eb674917b9c7d37275728634d6baa680 (patch)
tree9e0467ee70bd834cc2f0d21879323ab799e3370a /PKGBUILD
parente4a979eb3ee29809440182ad5545d1c40c95b381 (diff)
downloadaur-b8e1f105eb674917b9c7d37275728634d6baa680.tar.gz
Fix hash for custom script
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 61d1cec67c42..3ce4993e2b04 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@ optdepends=('python-cueparser' 'python-pysubs2')
source=('git+https://github.com/Endilll/vapoursynth-preview.git' 'vspreview')
sha512sums=(
'SKIP'
- '54f7f97a3f5aa23e447a23e4a7f92e3bc38dad8521e922a3dcffd3c73ec29225692a8a60541d287130a09070440a473ea7b3342029f2dd3c45b31d9ec92cda32')
+ 'c29a9a1a2de9f7132661aab3e772cd82ef5edcdbcb4cd92366366a4b9eea5211d1e9b9d50ec7fb2b0ad262610620b07e64324f02642e1279162ac557a91f550e')
pkgver() {
cd "${srcdir}/${_gitname}"