summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 1 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 31b25253ef86..d2b0f2d46679 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=haste-server-git
_gitname=haste-server
-pkgver=r399.7286385
+pkgver=r408.b52b394
pkgrel=1
pkgdesc="Prettiest, easiest to use pastebin ever made"
arch=('any')
@@ -41,8 +41,4 @@ package() {
cd "${srcdir}/${_gitname}"
install -Dm644 "../../${_gitname}.service" -t "${pkgdir}/usr/lib/systemd/system"
npm install --cache ../cache -g --prefix "${pkgdir}/usr" *.tgz
-
- # npm gives ownership of ALL FILES to build user
- # https://bugs.archlinux.org/task/63396
- chown -R root:root "${pkgdir}"
}