summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKat2018-06-07 14:43:59 -0700
committerKat2018-06-07 14:43:59 -0700
commitc3c0f10021f11fac44d0d39ee52fcaca8d604e6e (patch)
tree0f0ff0c147dec9e24aba08f16df9def74850b02c
parent0eaeb34cda59e0af29add6843684db0dd042fe43 (diff)
downloadaur-c3c0f10021f11fac44d0d39ee52fcaca8d604e6e.tar.gz
Updated to v1.9.7
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 10140acd3d5e..8bcd1ac7dd2a 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 = 2
+ pkgver = 1.9.7
+ pkgrel = 1
url = https://github.com/kittyhacker101/KatWeb
arch = any
license = custom:Unlicense
@@ -9,12 +9,11 @@ pkgbase = katweb
makedepends = go
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://github.com/kittyhacker101/KatWeb/archive/v1.9.7.tar.gz
source = https://cdn.kittyhacker101.tk/Static/aur.patch
sha256sums = SKIP
sha256sums = SKIP
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() {