summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Alexander Steffens (heftig)2021-05-10 13:47:20 +0200
committerJan Alexander Steffens (heftig)2021-05-10 13:47:20 +0200
commit3057264cabdef11a186af296fa14b4accace9fcc (patch)
tree004e603e41c6905fe622b9db53b3ceb580c419d8
parent361dd1598317b0ddbe1362d99bd0714534e1c264 (diff)
downloadaur-3057264cabdef11a186af296fa14b4accace9fcc.tar.gz
2021.05.10.00-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1cf9f73a2d52..1ea183abf950 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 = 2021.05.03.00
+ pkgver = 2021.05.10.00
pkgrel = 1
url = https://facebook.github.io/watchman/
arch = x86_64
@@ -10,10 +10,10 @@ pkgbase = watchman-bin
depends = openssl
depends = google-glog
depends = gflags
- provides = watchman=2021.05.03.00
+ provides = watchman=2021.05.10.00
conflicts = watchman
- source = https://github.com/facebook/watchman/releases/download/v2021.05.03.00/watchman-v2021.05.03.00-linux.zip
- sha256sums = 925412b69c23cab7fdde0c7567a93bd01428e61b0ae40f27e6dfad15b1e306dd
+ source = https://github.com/facebook/watchman/releases/download/v2021.05.10.00/watchman-v2021.05.10.00-linux.zip
+ sha256sums = dd286b57b2f3c837aeea0ff67b646f247cd8e4c13c2199f321964a1cc7359355
pkgname = watchman-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0cf2df490104..37272606b778 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=watchman-bin
-pkgver=2021.05.03.00
+pkgver=2021.05.10.00
pkgrel=1
pkgdesc="An inotify-based file watching and job triggering command line utility"
url="https://facebook.github.io/watchman/"
@@ -11,7 +11,7 @@ provides=("watchman=$pkgver")
conflicts=(watchman)
# https://github.com/facebook/watchman/releases
source=("https://github.com/facebook/watchman/releases/download/v$pkgver/watchman-v$pkgver-linux.zip")
-sha256sums=('925412b69c23cab7fdde0c7567a93bd01428e61b0ae40f27e6dfad15b1e306dd')
+sha256sums=('dd286b57b2f3c837aeea0ff67b646f247cd8e4c13c2199f321964a1cc7359355')
prepare() {
python <<END