summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Alexander Steffens (heftig)2022-05-02 19:45:44 +0200
committerJan Alexander Steffens (heftig)2022-05-02 19:45:44 +0200
commit04d266d2b97f089d3afd75cdcc0bd36190dec70e (patch)
tree88d31af7e46938f1a5fa8d83f6ae3e9cb374a3e0
parent46900fad175034e6d4c9c2f611ca7c31dd57ee8d (diff)
downloadaur-04d266d2b97f089d3afd75cdcc0bd36190dec70e.tar.gz
2022.05.02.00-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e29bdb3923ca..2558dcad47b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = watchman-bin
pkgdesc = An inotify-based file watching and job triggering command line utility
- pkgver = 2022.04.11.00
+ pkgver = 2022.05.02.00
pkgrel = 1
url = https://facebook.github.io/watchman/
install = watchman.install
@@ -10,10 +10,10 @@ pkgbase = watchman-bin
makedepends = python
depends = openssl
depends = gcc-libs
- provides = watchman=2022.04.11.00
+ provides = watchman=2022.05.02.00
conflicts = watchman
options = !strip
- source = https://github.com/facebook/watchman/releases/download/v2022.04.11.00/watchman-v2022.04.11.00-linux.zip
- sha256sums = fddf41fcb2a2a5e5d48ff238b0214c3c7b2e103dc47c4b98475e7cba26d6b800
+ source = https://github.com/facebook/watchman/releases/download/v2022.05.02.00/watchman-v2022.05.02.00-linux.zip
+ sha256sums = 4326e6dff5d200904c300a5e8cafb9de4677895944e60c8397b42800a3cd6826
pkgname = watchman-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0db0bd60490f..8cf21cbf4505 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
pkgname=watchman-bin
-pkgver=2022.04.11.00
+pkgver=2022.05.02.00
pkgrel=1
pkgdesc="An inotify-based file watching and job triggering command line utility"
url="https://facebook.github.io/watchman/"
@@ -16,7 +16,7 @@ install=watchman.install
# https://github.com/facebook/watchman/releases
source=("https://github.com/facebook/watchman/releases/download/v$pkgver/watchman-v$pkgver-linux.zip")
-sha256sums=('fddf41fcb2a2a5e5d48ff238b0214c3c7b2e103dc47c4b98475e7cba26d6b800')
+sha256sums=('4326e6dff5d200904c300a5e8cafb9de4677895944e60c8397b42800a3cd6826')
prepare() {
cd watchman-v$pkgver-linux
@@ -79,7 +79,7 @@ Documentation=$url
Requires=watchman.socket
[Service]
-ExecStart=/usr/bin/watchman --foreground --inetd --logfile=/
+ExecStart=/usr/bin/watchman --foreground --inetd --logfile=-
StandardInput=socket
StandardOutput=journal
StandardError=inherit