summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorneilsimp12022-08-20 14:01:41 -0400
committerneilsimp12022-08-20 14:01:41 -0400
commit7958e384fb96ce11c7297d09f4b88b2b636d7c54 (patch)
treee9fb9d082b2f957a84683f732b2f284ed078ad4d /PKGBUILD
parentf69529d4874c9116481646a5a15fdc758e6f01c4 (diff)
downloadaur-netrunner-bin.tar.gz
Add cryptlib optdepends. Version bump 2.0b21-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 75dc5a2d23f3..b34410898fbb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
pkgname=netrunner-bin
pkgver=2.0b21
-pkgrel=1
+pkgrel=2
pkgdesc="NetRunner is a telnet client originally developed in the late 90s in sync with the release of Windows XP."
arch=("i686" "x86_64")
url="http://www.mysticbbs.com/"
license=("unknown")
depends=("sdl")
+optdepends=("cryptlib: SSH support")
install="$pkgname.install"
source_i686=("http://www.mysticbbs.com/downloads/nr21_l32.zip")
source_x86_64=("http://www.mysticbbs.com/downloads/nr21_l64.zip")