Don't need those named like that now that they're out of .config. Also I got in the habit of using 'wire' instead of 'wiring'.

This commit is contained in:
2024-11-03 16:55:38 +11:00
parent 1cdf83968f
commit f585c85a44
8 changed files with 6 additions and 62 deletions

View File

@@ -1,7 +1,7 @@
# Maintainer: Zergling_man, from fedora.email
pkgname=swat-codegen
pkgver=1.0.4
pkgver=1.0.5
pkgrel=1
pkgdesc="A simple CLI interface to RCPDv3, the rank code management service for the game SWAT: Aftermath"
arch=('any')
@@ -18,4 +18,4 @@ package() {
chmod a+x codegen.sh
cp swat_* codegen.sh ${pkgdir}/opt/swat-codegen
ln -s /opt/swat-codegen/codegen.sh /${pkgdir}/usr/bin/rcpd
}
}