diff options
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-x | PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,6 +1,6 @@ # Maintainer: Stanisław Jasiewicz <stjasiewicz@protonmail.com> pkgname=nasher-bin -pkgver=0.21.0 +pkgver=1.1.1 pkgrel=1 pkgdesc="A command-line utility for managing a Neverwinter Nights script or module repository" arch=('any') @@ -11,10 +11,9 @@ optdepends=('nwnsc-bin: alternative compiler') conflicts=('nasher') provides=('nasher') source=("https://github.com/squattingmonk/nasher/releases/download/$pkgver/nasher_linux.tar.gz") -md5sums=('8f502cc028aaeda56878f47d7294a0f6') +md5sums=('0cf9c4d7826f7fa10dd4e0a6fb13b66a') package() { - cd nasher_linux install -Dm 755 "nasher" -t "$pkgdir/usr/bin" install -Dm 755 "README.md" -t "$pkgdir/usr/share/nasher" install -Dm 755 "LICENSE" -t "$pkgdir/usr/share/nasher" |