Skip to content
Snippets Groups Projects
Commit 55b4b415 authored by Maxim Karasev's avatar Maxim Karasev
Browse files

testing/gomuks: move ncurses from makedepends to depends

Needed on runtime, but not needed for building.
parent 87927672
No related branches found
No related tags found
No related merge requests found
......@@ -2,12 +2,13 @@
# Maintainer: Julian Weigt <juw@posteo.de>
pkgname=gomuks
pkgver=0.2.3
pkgrel=1
pkgrel=2
pkgdesc="terminal based Matrix client written in Go"
url="https://github.com/tulir/gomuks"
arch="all !mips64"
license="GPL-3.0-only"
makedepends="go olm-dev ncurses"
depends="ncurses"
makedepends="go olm-dev"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://codeload.github.com/tulir/gomuks/tar.gz/v$pkgver"
builddir="$srcdir/src/github.com/tulir/gomuks"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment