summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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