summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Alexander Steffens (heftig)2020-12-24 06:38:40 +0100
committerJan Alexander Steffens (heftig)2020-12-24 06:38:40 +0100
commitb764c5ff57533581758193452402711828b68c25 (patch)
tree0124ae9ed949a16f4e6e98374d750e57a10c4d26
parentef733f3ea09702cd35ce399453ce81b3f66b3f7d (diff)
downloadaur-b764c5ff57533581758193452402711828b68c25.tar.gz
2020.12.21.00-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 851d72b1d85a..33d383ccb053 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 = 2020.11.30.00
+ pkgver = 2020.12.21.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=2020.11.30.00
+ provides = watchman=2020.12.21.00
conflicts = watchman
- source = https://github.com/facebook/watchman/releases/download/v2020.11.30.00/watchman-v2020.11.30.00-linux.zip
- sha256sums = d55f5e085e09c63b26c3c7ca1ddb26eff2d787df4bab452a0729bf9aeffc22ff
+ source = https://github.com/facebook/watchman/releases/download/v2020.12.21.00/watchman-v2020.12.21.00-linux.zip
+ sha256sums = a54401425ef3a1648807ad190d6e36331b69f7582f4659923c878c6942525e0d
pkgname = watchman-bin
diff --git a/PKGBUILD b/PKGBUILD
index f0ce7139a5e0..ca0c9cc61d96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=watchman-bin
-pkgver=2020.11.30.00
+pkgver=2020.12.21.00
pkgrel=1
pkgdesc="An inotify-based file watching and job triggering command line utility"
url="https://facebook.github.io/watchman/"
@@ -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=('d55f5e085e09c63b26c3c7ca1ddb26eff2d787df4bab452a0729bf9aeffc22ff')
+sha256sums=('a54401425ef3a1648807ad190d6e36331b69f7582f4659923c878c6942525e0d')
prepare() {
python <watchman-v$pkgver-linux/bin/watchman >watchman.hex \