aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-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"