catgirl: update to 1.8.
This commit is contained in:
parent
655537807a
commit
a6f34fa8e6
1 changed files with 5 additions and 5 deletions
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'catgirl'
|
# Template file for 'catgirl'
|
||||||
pkgname=catgirl
|
pkgname=catgirl
|
||||||
version=1.7
|
version=1.8
|
||||||
revision=1
|
revision=1
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="--prefix=/usr"
|
configure_args="--prefix=/usr --mandir=/usr/share/man"
|
||||||
make_build_target="all"
|
make_build_target="all"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libtls-devel ncurses-devel openssl-devel"
|
makedepends="libtls-devel ncurses-devel"
|
||||||
short_desc="TLS-only terminal IRC client"
|
short_desc="TLS-only terminal IRC client"
|
||||||
maintainer="Paper <paper@tilde.institute>"
|
maintainer="Michal Vasilek <michal@vasilek.cz>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://git.causal.agency/catgirl/"
|
homepage="https://git.causal.agency/catgirl/"
|
||||||
distfiles="https://git.causal.agency/catgirl/snapshot/$pkgname-$version.tar.gz"
|
distfiles="https://git.causal.agency/catgirl/snapshot/$pkgname-$version.tar.gz"
|
||||||
checksum=dec85275eab897a6390c4259115307027829eaf8e790f8f3a4ba5ca78d3b5ffd
|
checksum=2ef69606640f25ca695bc65d0dd9e16f5fa36184feb38d1253a5648dad68776b
|
||||||
|
|
Loading…
Reference in a new issue