diff options
author | Gustavo Alvarez | 2016-10-19 23:38:15 +0200 |
---|---|---|
committer | Gustavo Alvarez | 2016-10-19 23:38:15 +0200 |
commit | e9157f78cd20d22c856363db590623109de19b13 (patch) | |
tree | 8c965c41de4853fa12c9ec8481ec7c8680168395 /PKGBUILD | |
parent | 5ee257beb4708aae5cc73b6a02954d287c907f9a (diff) | |
download | aur-e9157f78cd20d22c856363db590623109de19b13.tar.gz |
bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -15,9 +15,11 @@ makedepends=('git') provides=("vapoursynth-plugin-${_plug}") conflicts=("vapoursynth-plugin-${_plug}") source=("${_plug}::git+https://github.com/dubhater/vapoursynth-${_plug}.git" - 'COPYING::http://www.wtfpl.net/txt/copying/copying') -sha1sums=('SKIP' - '337ece375beddfdb7392699fd00eb9b3e823d03f') + 'COPYING::http://www.wtfpl.net/txt/copying/copying' + ) +sha256sums=('SKIP' + '0356258391e190dc1d44ea01565cfe627fe44e27dad693a0a54c2483a7b223e5' + ) pkgver() { cd "${_plug}" |