summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoachim Desroches2020-09-07 17:42:18 +0200
committerJoachim Desroches2020-09-07 17:42:18 +0200
commitb93d97ac66e5122898a0d2a740a774c493c45f4b (patch)
tree978fd10557d21b8af131cf1e05ec7d098c366afb /PKGBUILD
parente2b88e2d2cd99ea95809b8dbed5000be869fa405 (diff)
downloadaur-b93d97ac66e5122898a0d2a740a774c493c45f4b.tar.gz
AV-98: Fix optional dependency for ANSI escape codes.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 602a43aeb9f7..08bcfd55bd20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,20 +2,19 @@
pkgname=av-98
pkgver=1.0.2dev
-pkgrel=3
+pkgrel=4
pkgdesc="A command-line Gemini client."
arch=(any)
url='https://tildegit.org/solderpunk/AV-98/'
license=('BSD')
depends=(python)
makedepends=(coreutils python-setuptools git)
-optdepends=('python-ansicolor: neater text display'
- 'python-cryptography: better support of TOFU client certificates')
+optdepends=('python-ansiwrap: support ANSI escape codes'
+ 'python-cryptography: better support of TOFU client certificates')
source=("git+https://tildegit.org/solderpunk/AV-98/")
noextract=("AV-98")
sha256sums=(SKIP)
-
build() {
cd AV-98
python3 setup.py build