summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKat2018-05-26 18:41:09 -0700
committerKat2018-05-26 18:41:09 -0700
commitd4cfda36ddeaca40d801aa678087858aecbc465a (patch)
tree4f46b23e7a2dba1dc3d8bed41f1010ae6277de0a
parent5cca3c84ea96998d2b732f7b4d95997f66f43e6b (diff)
downloadaur-d4cfda36ddeaca40d801aa678087858aecbc465a.tar.gz
Fixed patching issue
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 72ef96d64c92..b9f0670e6759 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,6 +12,7 @@ sha256sums=('SKIP' 'SKIP')
options=('!strip' 'upx')
prepare() {
+ cd "$srcdir/KatWeb-$pkgver"
go get "golang.org/x/crypto/acme/autocert" "github.com/yhat/wsutil" "github.com/klauspost/compress/gzip"
patch < aur.patch
}