summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoachim Desroches2020-09-07 17:42:18 +0200
committerJoachim Desroches2020-09-07 17:42:18 +0200
commitb93d97ac66e5122898a0d2a740a774c493c45f4b (patch)
tree978fd10557d21b8af131cf1e05ec7d098c366afb
parente2b88e2d2cd99ea95809b8dbed5000be869fa405 (diff)
downloadaur-b93d97ac66e5122898a0d2a740a774c493c45f4b.tar.gz
AV-98: Fix optional dependency for ANSI escape codes.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f4eb566c8ef..6354bc06345a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = av-98
pkgdesc = A command-line Gemini client.
pkgver = 1.0.2dev
- pkgrel = 3
+ pkgrel = 4
url = https://tildegit.org/solderpunk/AV-98/
arch = any
license = BSD
@@ -9,7 +9,7 @@ pkgbase = av-98
makedepends = python-setuptools
makedepends = git
depends = python
- optdepends = python-ansicolor: neater text display
+ optdepends = python-ansiwrap: support ANSI escape codes
optdepends = python-cryptography: better support of TOFU client certificates
noextract = AV-98
source = git+https://tildegit.org/solderpunk/AV-98/
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