summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKusoneko2023-03-19 21:15:55 -0400
committerKusoneko2023-03-19 21:15:55 -0400
commit1c083d0bbb79503c2ec50b5d700caa6bd01e697a (patch)
tree566cf6b473140975b10459fa687ceff1f5e1359e /PKGBUILD
parent8d2b80b97bdb8ea577ab6d20f85c782f62ba62cf (diff)
downloadaur-catgirl-git.tar.gz
Add makedepends & send manpages to /usr/share/man
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8a62391f6052..87716344f6a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
# Maintainer: Kusoneko <kusoneko@kusoneko.moe>
pkgname=catgirl-git
-pkgver=2.1.r1030.0b79737
+pkgver=2.1.r1032.4961fdf
pkgrel=1
pkgdesc="TLS-only terminal IRC client"
arch=('x86_64')
url="https://git.causal.agency/catgirl"
license=('GPL3')
+makedepends=('git')
depends=('libretls' 'ncurses')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
@@ -20,7 +21,7 @@ pkgver() {
build() {
cd "$srcdir/${pkgname%-git}"
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --mandir=/usr/share/man
make all
}