repology integration and ncspot fixes

This commit is contained in:
Ella-0 2021-04-30 16:06:28 +01:00
parent df548c4eca
commit 999c4bd350
3 changed files with 61 additions and 0 deletions

5
updatever.sh Executable file
View file

@ -0,0 +1,5 @@
#!/bin/sh
NVER=$(./repover.sh $1)
TMP=$(mktemp)
sed 's/pkgver=.*/pkgver='$NVER'/g' pkgs/$1/build.sh > $TMP
mv $TMP pkgs/$1/build.sh