diff options
Diffstat (limited to 'community/asciinema/APKBUILD')
-rw-r--r-- | community/asciinema/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/asciinema/APKBUILD b/community/asciinema/APKBUILD index e6d56a1591..dc5189e601 100644 --- a/community/asciinema/APKBUILD +++ b/community/asciinema/APKBUILD @@ -6,7 +6,7 @@ pkgrel=0 pkgdesc="A Command line recorder for asciinema.org service" url="https://github.com/asciinema/asciinema/" arch="all" -license="GPLv3" +license="GPL-3.0" depends="ncurses" makedepends="python3-dev" source="$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz" |