summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 32c487105368..f7c68fa26b27 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = pounce-git
pkgdesc = A multi-client, TLS-only IRC bouncer
- pkgver = 3.0.r462.f2ca5b0
+ pkgver = 3.1.r470.2abf0df
pkgrel = 1
url = https://git.causal.agency/pounce
arch = x86_64
license = GPL3
+ makedepends = git
depends = libretls
depends = libxcrypt
provides = pounce
diff --git a/PKGBUILD b/PKGBUILD
index 68401c2d890c..5fca1983f16a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
# Maintainer: Kusoneko <kusoneko@kusoneko.moe>
pkgname=pounce-git
-pkgver=3.0.r462.f2ca5b0
+pkgver=3.1.r470.2abf0df
pkgrel=1
pkgdesc="A multi-client, TLS-only IRC bouncer"
arch=('x86_64')
url="https://git.causal.agency/pounce"
license=('GPL3')
+makedepends=('git')
depends=('libretls' 'libxcrypt')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")