diff options
author | sL1pKn07 | 2022-03-14 01:14:57 +0100 |
---|---|---|
committer | sL1pKn07 | 2022-03-14 01:14:57 +0100 |
commit | 6032379e664c8065a9ddfdf0d1227fa661885b10 (patch) | |
tree | d4b02757270278108387d4e16e9445861ec67277 /PKGBUILD | |
parent | d4a140a1d43a100baea07ba3ae07218fd78c5c2d (diff) | |
download | aur-foosynth-plugin-neo_tmedian-git.tar.gz |
bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ -# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com> +# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com> _plug=neo_tmedian pkgbase="foosynth-plugin-${_plug}-git" @@ -18,6 +18,7 @@ makedepends=('git' ) source=("${_plug}::git+https://github.com/HomeOfAviSynthPlusEvolution/neo_TMedian.git") sha256sums=('SKIP') +options=('debug') pkgver() { cd "${_plug}" |