summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoachim Desroches2020-07-29 15:29:42 +0200
committerJoachim Desroches2020-07-29 15:29:42 +0200
commite2b88e2d2cd99ea95809b8dbed5000be869fa405 (patch)
treee0a69a04192cf1deb1ee5f33da2e236897ea0d58 /PKGBUILD
parent0af42c288244d101435756b5c08bcdf3a36e0201 (diff)
downloadaur-e2b88e2d2cd99ea95809b8dbed5000be869fa405.tar.gz
Update noextract function.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 6 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 881610e55946..602a43aeb9f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,21 +2,20 @@
pkgname=av-98
pkgver=1.0.2dev
-pkgrel=2
+pkgrel=3
+pkgdesc="A command-line Gemini client."
arch=(any)
-
-pkgdesc='Command line Gemini client.'
url='https://tildegit.org/solderpunk/AV-98/'
-license=(BSD)
-
+license=('BSD')
depends=(python)
+makedepends=(coreutils python-setuptools git)
optdepends=('python-ansicolor: neater text display'
'python-cryptography: better support of TOFU client certificates')
-makedepends=(coreutils python-setuptools git)
-
source=("git+https://tildegit.org/solderpunk/AV-98/")
+noextract=("AV-98")
sha256sums=(SKIP)
+
build() {
cd AV-98
python3 setup.py build