summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJannis Mattheis2023-07-19 20:06:27 +0200
committerJannis Mattheis2023-07-19 20:06:27 +0200
commit355a846e4aaedfd3260fc71d947fac18ce485e20 (patch)
tree1d611b53031ba2799a564dfc51148f46620c215e /PKGBUILD
parentd12654c13e8c7a4404c37f216736fe8c7649760e (diff)
downloadaur-355a846e4aaedfd3260fc71d947fac18ce485e20.tar.gz
Remove packr execution
https://github.com/gotify/server/pull/581
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dfbaedf6c66f..972e908de32e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -40,7 +40,6 @@ build() {
yarn --frozen-lockfile
NODE_ENV=production yarn --frozen-lockfile build
)
- go run hack/packr/packr.go -- .
export CGO_CFLAGS="$CFLAGS"
export CGO_LDFLAGS="$LDFLAGS"
export CGO_CPPFLAGS="$CPPFLAGS"