summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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
}