catgirl: update to 1.9a.
This commit is contained in:
parent
3f5a7d12e1
commit
e140cdfc62
|
@ -1,10 +0,0 @@
|
|||
--- a/ui.c
|
||||
+++ b/ui.c
|
||||
@@ -47,6 +47,7 @@
|
||||
#include <unistd.h>
|
||||
#include <wchar.h>
|
||||
#include <wctype.h>
|
||||
+#include <sys/file.h>
|
||||
|
||||
#ifdef __FreeBSD__
|
||||
#include <capsicum_helpers.h>
|
|
@ -1,9 +1,8 @@
|
|||
# Template file for 'catgirl'
|
||||
pkgname=catgirl
|
||||
version=1.9
|
||||
version=1.9a
|
||||
revision=1
|
||||
build_style=configure
|
||||
configure_args="--prefix=/usr --mandir=/usr/share/man"
|
||||
build_style=gnu-configure
|
||||
make_build_target="all"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libtls-devel ncurses-devel"
|
||||
|
@ -12,4 +11,4 @@ maintainer="Michal Vasilek <michal@vasilek.cz>"
|
|||
license="GPL-3.0-or-later"
|
||||
homepage="https://git.causal.agency/catgirl/"
|
||||
distfiles="https://git.causal.agency/catgirl/snapshot/catgirl-$version.tar.gz"
|
||||
checksum=1ce8110a820db10e646dada98d45bdeb7efe2da3248eff70772e54ecb33f54a0
|
||||
checksum=3049b99abad67cda7e9811c58c648e1afbdfbc127e1e8fcafa63d4c73243915d
|
||||
|
|
Loading…
Reference in New Issue