summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKat2018-07-09 16:11:27 -0700
committerKat2018-07-09 16:11:27 -0700
commitf66f0078f9cb4177eead1a133f7402c8d602527c (patch)
treed73495bf4fe1ea7827291181878c4127687f3134 /PKGBUILD
parent4738a7c229fc7aac2c689d395d8391d8996668b4 (diff)
downloadaur-f66f0078f9cb4177eead1a133f7402c8d602527c.tar.gz
Updated to v1.9.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8a279eee172d..bf60c2495751 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: kittyhacker101 <kittyhacker101@protonmail.com>
pkgname=katweb
-pkgver=1.9.8
+pkgver=1.10.0
pkgrel=1
pkgdesc="A lightweight static web server and reverse proxy designed for the modern web."
-arch=("any")
+arch=("x86_64")
url="https://github.com/kittyhacker101/KatWeb"
license=('custom:Unlicense')
makedepends=('git' 'go' 'glibc')
@@ -17,6 +17,7 @@ prepare() {
cd "$srcdir/KatWeb-$pkgver"
go get "golang.org/x/crypto/acme/autocert" "github.com/yhat/wsutil" "github.com/klauspost/compress/gzip"
patch < aur.patch
+ rm -r
}
build() {