summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKat2018-05-26 18:37:02 -0700
committerKat2018-05-26 18:37:02 -0700
commit0872bea1a19ea40710fbb1f9ca5e1660eb15a549 (patch)
tree1e1821c732cbef3a4d063db87d96da0c282e2252
parenta7ef32a4d188677df75be0c59a4ed8bac6abafde (diff)
downloadaur-0872bea1a19ea40710fbb1f9ca5e1660eb15a549.tar.gz
Bug fixes
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 31f6a0dc85dd..c4b30399c5b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,6 +11,7 @@ pkgbase = katweb
options = !strip
options = upx
source = https://github.com/kittyhacker101/KatWeb/archive/v1.9.6.1.tar.gz
+ source = https://cdn.kittyhacker101.tk/Static/aur.patch
sha256sums = SKIP
pkgname = katweb
diff --git a/PKGBUILD b/PKGBUILD
index 95afbbecb82c..4661f8e5f41d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=("any")
url="https://github.com/kittyhacker101/KatWeb"
license=('custom:Unlicense')
makedepends=('git' 'go' 'glibc')
-source=("https://github.com/kittyhacker101/KatWeb/archive/v$pkgver.tar.gz")
+source=("https://github.com/kittyhacker101/KatWeb/archive/v$pkgver.tar.gz" "https://cdn.kittyhacker101.tk/Static/aur.patch")
sha256sums=('SKIP')
options=('!strip' 'upx')