summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKat2018-06-07 14:43:59 -0700
committerKat2018-06-07 14:43:59 -0700
commitc3c0f10021f11fac44d0d39ee52fcaca8d604e6e (patch)
tree0f0ff0c147dec9e24aba08f16df9def74850b02c /PKGBUILD
parent0eaeb34cda59e0af29add6843684db0dd042fe43 (diff)
downloadaur-c3c0f10021f11fac44d0d39ee52fcaca8d604e6e.tar.gz
Updated to v1.9.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5e6236aa756c..a2752bb9bb96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: kittyhacker101 <kittyhacker101@protonmail.com>
pkgname=katweb
-pkgver=1.9.6.1
-pkgrel=2
+pkgver=1.9.7
+pkgrel=1
pkgdesc="A lightweight static web server and reverse proxy designed for the modern web."
arch=("any")
url="https://github.com/kittyhacker101/KatWeb"
@@ -9,7 +9,7 @@ license=('custom:Unlicense')
makedepends=('git' 'go' 'glibc')
source=("https://github.com/kittyhacker101/KatWeb/archive/v$pkgver.tar.gz" "https://cdn.kittyhacker101.tk/Static/aur.patch")
sha256sums=('SKIP' 'SKIP')
-options=('!strip' 'upx')
+options=('!strip')
backup=('usr/share/katweb/conf.json' 'usr/share/katweb/html/index.html' 'usr/share/katweb/ssl/server.crt' 'usr/share/katweb/ssl/server.key')
prepare() {