summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStanisław Jasiewicz2023-10-14 18:30:30 +0200
committerStanisław Jasiewicz2023-10-14 18:30:30 +0200
commitc7acb629444c4971fbb6ffa744353d8ca4340d0d (patch)
tree237349adbb2264f38b3f2a0c19d549e17f259c9d
parent11d8689f23abf687319f1f147cfd8c0cbb02bf84 (diff)
downloadaur-c7acb629444c4971fbb6ffa744353d8ca4340d0d.tar.gz
Changed dependency
-rw-r--r--.SRCINFO2
-rwxr-xr-xPKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ab3bee4df31..e70fd2a9d670 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index bf44ad1d80cb..153c88355f20 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')