aboutsummaryrefslogtreecommitdiffstats
path: root/community/asciinema
diff options
context:
space:
mode:
authorTru Huynh <tru@pasteur.fr>2019-05-17 09:52:57 +0200
committerprspkt <prspkt@protonmail.com>2019-05-31 19:54:26 +0300
commitbe28faf4dbfba4db3dcf7f745eda936627fdff35 (patch)
tree38932fefc3e34884d92e1480043b1230c9604808 /community/asciinema
parente5dcc897c50afbdf1c98ec95ffbbd9f29a4fd496 (diff)
downloadaports-be28faf4dbfba4db3dcf7f745eda936627fdff35.tar.bz2
aports-be28faf4dbfba4db3dcf7f745eda936627fdff35.tar.xz
community/asciinema: fix depends
Fixes #10463
Diffstat (limited to 'community/asciinema')
-rw-r--r--community/asciinema/APKBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/community/asciinema/APKBUILD b/community/asciinema/APKBUILD
index 383b657df6..5e75b27ff5 100644
--- a/community/asciinema/APKBUILD
+++ b/community/asciinema/APKBUILD
@@ -2,13 +2,12 @@
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=asciinema
pkgver=2.0.2
-pkgrel=1
+pkgrel=2
pkgdesc="Command line recorder for the asciinema.org service"
url="https://github.com/asciinema/asciinema"
arch="all"
license="GPL-3.0-or-later"
-depends="ncurses"
-makedepends="python3-dev"
+depends="ncurses py3-setuptools"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz"
builddir="$srcdir/$pkgname-$pkgver"