python rewrite for adding package tested and now works (release only, vcs untested)

This commit is contained in:
brent s
2016-11-16 02:28:42 -05:00
parent 22e290db9d
commit 2acdc5284a
7 changed files with 9 additions and 13 deletions

View File

@@ -2,6 +2,6 @@ install=
changelog=
noextract=()
source=("{{ pkg['srcurl'] }}"
"{{ pkg['srcfile'].sig }}")
"{{ pkg['srcfile'] }}.sig")
sha512sums=('{{ pkg['srchash'] }}'
'SKIP')