M .SRCINFO => .SRCINFO +4 -4
@@ 1,13 1,13 @@
pkgbase = catgirl
pkgdesc = TLS-only terminal IRC client
- pkgver = 2.0.a
- pkgrel = 2
+ pkgver = 2.1
+ pkgrel = 1
url = https://git.causal.agency/catgirl/
arch = x86_64
license = GPL3
depends = libretls
depends = ncurses
- source = https://git.causal.agency/catgirl/snapshot/catgirl-2.0a.tar.gz
- md5sums = 58537d6a5ea0f9f2b1b3cddfff0ff2b6
+ source = https://git.causal.agency/catgirl/snapshot/catgirl-2.1.tar.gz
+ md5sums = 75b381022a7ae9ac1e2fc19329ffcbe7
pkgname = catgirl
M PKGBUILD => PKGBUILD +4 -4
@@ 3,16 3,16 @@
# Contributor: Evan McCarthy <evan@mccarthy.mn>
pkgname=catgirl
-_pkgver=2.0a # pacman believes that 2.0a < 2.0. So we need this bodge for now
-pkgver=2.0.a
-pkgrel=2
+_pkgver=2.1
+pkgver=2.1
+pkgrel=1
pkgdesc='TLS-only terminal IRC client'
arch=('x86_64')
url="https://git.causal.agency/${pkgname}/"
license=('GPL3')
depends=('libretls' 'ncurses')
source=("https://git.causal.agency/${pkgname}/snapshot/${pkgname}-${_pkgver}.tar.gz")
-md5sums=('58537d6a5ea0f9f2b1b3cddfff0ff2b6')
+md5sums=('75b381022a7ae9ac1e2fc19329ffcbe7')
build() {
cd "${pkgname}-${_pkgver}"