diff options
author | Stanisław Jasiewicz | 2023-10-14 18:30:30 +0200 |
---|---|---|
committer | Stanisław Jasiewicz | 2023-10-14 18:30:30 +0200 |
commit | c7acb629444c4971fbb6ffa744353d8ca4340d0d (patch) | |
tree | 237349adbb2264f38b3f2a0c19d549e17f259c9d | |
parent | 11d8689f23abf687319f1f147cfd8c0cbb02bf84 (diff) | |
download | aur-c7acb629444c4971fbb6ffa744353d8ca4340d0d.tar.gz |
Changed dependency
-rw-r--r-- | .SRCINFO | 2 | ||||
-rwxr-xr-x | PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -5,7 +5,7 @@ pkgbase = nasher-bin url = https://github.com/squattingmonk/nasher.nim arch = any license = MIT - depends = neverwinter.nim-bin + depends = neverwinter.nim optdepends = nwnsc-bin: alternative compiler provides = nasher conflicts = nasher @@ -6,7 +6,7 @@ pkgdesc="A command-line utility for managing a Neverwinter Nights script or modu arch=('any') url="https://github.com/squattingmonk/nasher.nim" license=('MIT') -depends=('neverwinter.nim-bin') +depends=('neverwinter.nim') optdepends=('nwnsc-bin: alternative compiler') conflicts=('nasher') provides=('nasher') |