summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Alexander Steffens (heftig)2020-10-22 17:38:41 +0200
committerJan Alexander Steffens (heftig)2020-10-22 17:38:41 +0200
commit9a5bc7c61db586da40b597aff5e0e6cfcbd3d5f8 (patch)
tree6e93432e4e37e3a2d3b5c7da6fbba32f4377be59
parent8d5d37080b66ee73dc1d4063a91f07c57e1b5c2e (diff)
downloadaur-9a5bc7c61db586da40b597aff5e0e6cfcbd3d5f8.tar.gz
Whoops, forgot sticky bit
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 565c15450b01..3bf72501451b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = watchman-bin
pkgdesc = An inotify-based file watching and job triggering command line utility
pkgver = 2020.09.21.00
- pkgrel = 1
+ pkgrel = 2
url = https://facebook.github.io/watchman/
arch = x86_64
license = Apache
diff --git a/PKGBUILD b/PKGBUILD
index 8b2e043aaba0..a1ad1add7b33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=watchman-bin
pkgver=2020.09.21.00
-pkgrel=1
+pkgrel=2
pkgdesc="An inotify-based file watching and job triggering command line utility"
url="https://facebook.github.io/watchman/"
arch=(x86_64)
@@ -33,7 +33,7 @@ prepare() {
package() {
install -Dt "$pkgdir/usr/bin" watchman
install -Dm644 /dev/stdin "$pkgdir"/usr/lib/tmpfiles.d/watchman.conf <<END
-d /run/watchman 0777 root root
+d /run/watchman 1777 root root
END
}