summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKat2018-05-26 19:08:42 -0700
committerKat2018-05-26 19:08:42 -0700
commit0eaeb34cda59e0af29add6843684db0dd042fe43 (patch)
tree7a588e3a6fefec4720fc59a4b24275401484f400
parentab5018091bb4eb6bc6d0ee2fbce401ea74eb499b (diff)
downloadaur-0eaeb34cda59e0af29add6843684db0dd042fe43.tar.gz
Updated to v1.9.6.1-2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD3
2 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cfb062eb292a..10140acd3d5e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = katweb
pkgdesc = A lightweight static web server and reverse proxy designed for the modern web.
pkgver = 1.9.6.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/kittyhacker101/KatWeb
arch = any
license = custom:Unlicense
@@ -10,6 +10,10 @@ pkgbase = katweb
makedepends = glibc
options = !strip
options = upx
+ backup = usr/share/katweb/conf.json
+ backup = usr/share/katweb/html/index.html
+ backup = usr/share/katweb/ssl/server.crt
+ backup = usr/share/katweb/ssl/server.key
source = https://github.com/kittyhacker101/KatWeb/archive/v1.9.6.1.tar.gz
source = https://cdn.kittyhacker101.tk/Static/aur.patch
sha256sums = SKIP
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"