summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Alexander Steffens (heftig)2020-12-03 03:17:15 +0100
committerJan Alexander Steffens (heftig)2020-12-03 03:18:54 +0100
commitef733f3ea09702cd35ce399453ce81b3f66b3f7d (patch)
tree6178ad4a5f8e2db1fe670b1c9fc9ff5247dc1a02
parent9a5bc7c61db586da40b597aff5e0e6cfcbd3d5f8 (diff)
downloadaur-ef733f3ea09702cd35ce399453ce81b3f66b3f7d.tar.gz
2020.11.30.00-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3bf72501451b..851d72b1d85a 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 = 2
+ pkgver = 2020.11.30.00
+ pkgrel = 1
url = https://facebook.github.io/watchman/
arch = x86_64
license = Apache
@@ -10,10 +10,10 @@ pkgbase = watchman-bin
depends = openssl
depends = google-glog
depends = gflags
- provides = watchman=2020.09.21.00
+ provides = watchman=2020.11.30.00
conflicts = watchman
- source = https://github.com/facebook/watchman/releases/download/v2020.09.21.00/watchman-v2020.09.21.00-linux.zip
- sha256sums = 172a191f14bee5e94fb99ffe9c47983b323c07952fcb9581a55f115e41b0efae
+ source = https://github.com/facebook/watchman/releases/download/v2020.11.30.00/watchman-v2020.11.30.00-linux.zip
+ sha256sums = d55f5e085e09c63b26c3c7ca1ddb26eff2d787df4bab452a0729bf9aeffc22ff
pkgname = watchman-bin
diff --git a/PKGBUILD b/PKGBUILD
index a1ad1add7b33..f0ce7139a5e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=watchman-bin
-pkgver=2020.09.21.00
-pkgrel=2
+pkgver=2020.11.30.00
+pkgrel=1
pkgdesc="An inotify-based file watching and job triggering command line utility"
url="https://facebook.github.io/watchman/"
arch=(x86_64)
@@ -10,7 +10,7 @@ makedepends=(patchelf python)
provides=("watchman=$pkgver")
conflicts=(watchman)
source=("https://github.com/facebook/watchman/releases/download/v$pkgver/watchman-v$pkgver-linux.zip")
-sha256sums=('172a191f14bee5e94fb99ffe9c47983b323c07952fcb9581a55f115e41b0efae')
+sha256sums=('d55f5e085e09c63b26c3c7ca1ddb26eff2d787df4bab452a0729bf9aeffc22ff')
prepare() {
python <watchman-v$pkgver-linux/bin/watchman >watchman.hex \