summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorlillian rose winter2021-05-29 15:46:31 -0500
committerlillian rose winter2021-05-29 15:46:31 -0500
commit92a9c127036bdc47f5c84a52aff44c44f210c15d (patch)
tree492282dbd62f4953bfaf91f6e99c8f6e2dc6490b /PKGBUILD
parent4e11b97ced357d5d84c6e99ef45ceaa715421ad2 (diff)
downloadaur-92a9c127036bdc47f5c84a52aff44c44f210c15d.tar.gz
update to 1.8
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2e86226656d1..d1e1274f330b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: lillian rose winter <hi@neko.vg>
pkgname=catgirl
-pkgver=1.7
+pkgver=1.8
pkgrel=1
pkgdesc='catgirl is a TLS-only terminal IRC client.'
arch=('x86_64')
@@ -10,15 +10,15 @@ url="https://git.causal.agency/${pkgname}/"
license=('GPL3')
depends=('libretls' 'ncurses')
source=("https://git.causal.agency/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.gz")
-md5sums=('1f5f3c2c8457ae8136aa2c18728aca61')
+md5sums=('40290e3f9216d138b9ffa3f5bd50c0df')
build() {
- cd "${pkgname}-${pkgver}"
- ./configure --prefix=/usr
- make all
+ cd "${pkgname}-${pkgver}"
+ ./configure --prefix=/usr
+ make all
}
package() {
- cd "${pkgname}-${pkgver}"
- make DESTDIR="$pkgdir/" install
+ cd "${pkgname}-${pkgver}"
+ make DESTDIR="$pkgdir/" install
}