summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKat2018-05-26 19:08:42 -0700
committerKat2018-05-26 19:08:42 -0700
commit0eaeb34cda59e0af29add6843684db0dd042fe43 (patch)
tree7a588e3a6fefec4720fc59a4b24275401484f400 /PKGBUILD
parentab5018091bb4eb6bc6d0ee2fbce401ea74eb499b (diff)
downloadaur-0eaeb34cda59e0af29add6843684db0dd042fe43.tar.gz
Updated to v1.9.6.1-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 74caedda7e14..5e6236aa756c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: kittyhacker101 <kittyhacker101@protonmail.com>
pkgname=katweb
pkgver=1.9.6.1
-pkgrel=1
+pkgrel=2
pkgdesc="A lightweight static web server and reverse proxy designed for the modern web."
arch=("any")
url="https://github.com/kittyhacker101/KatWeb"
@@ -10,6 +10,7 @@ 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')
+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() {
cp "aur.patch" "$srcdir/KatWeb-$pkgver"