summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Alexander Steffens (heftig)2021-01-19 23:01:42 +0100
committerJan Alexander Steffens (heftig)2021-01-19 23:01:42 +0100
commitbc1b5537e72b944ff0baad79b130ae48c3e467f9 (patch)
treecfb62fdab67f3864fcf6152ac54684c090f9df36
parentb764c5ff57533581758193452402711828b68c25 (diff)
downloadaur-bc1b5537e72b944ff0baad79b130ae48c3e467f9.tar.gz
2021.01.18.00-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33d383ccb053..0b8096e75be0 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.12.21.00
+ pkgver = 2021.01.18.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.12.21.00
+ provides = watchman=2021.01.18.00
conflicts = watchman
- source = https://github.com/facebook/watchman/releases/download/v2020.12.21.00/watchman-v2020.12.21.00-linux.zip
- sha256sums = a54401425ef3a1648807ad190d6e36331b69f7582f4659923c878c6942525e0d
+ source = https://github.com/facebook/watchman/releases/download/v2021.01.18.00/watchman-v2021.01.18.00-linux.zip
+ sha256sums = 67f8a7eb5c270da5c609a24ba218eb947026b6d154edbcc5cacbf921fd2a8708
pkgname = watchman-bin
diff --git a/PKGBUILD b/PKGBUILD
index ca0c9cc61d96..8a8fa7cbb76a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=watchman-bin
-pkgver=2020.12.21.00
+pkgver=2021.01.18.00
pkgrel=1
pkgdesc="An inotify-based file watching and job triggering command line utility"
url="https://facebook.github.io/watchman/"
@@ -9,8 +9,9 @@ depends=(openssl google-glog gflags)
makedepends=(patchelf python)
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=('a54401425ef3a1648807ad190d6e36331b69f7582f4659923c878c6942525e0d')
+sha256sums=('67f8a7eb5c270da5c609a24ba218eb947026b6d154edbcc5cacbf921fd2a8708')
prepare() {
python <watchman-v$pkgver-linux/bin/watchman >watchman.hex \