summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Alexander Steffens (heftig)2022-09-06 00:14:36 +0200
committerJan Alexander Steffens (heftig)2022-09-06 00:14:36 +0200
commit791fa9d2ffafca1817e28bdddd58384bb1927986 (patch)
tree45f93bdd800b5e207c5d28f2b13acaeeeca876d5
parent425d21e5dfcfd11205ab79c6e05eb21e0bc88a1c (diff)
downloadaur-791fa9d2ffafca1817e28bdddd58384bb1927986.tar.gz
2022.09.05.00-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72f8b30c900c..5086890d00ba 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.08.29.00
+ pkgver = 2022.09.05.00
pkgrel = 1
url = https://facebook.github.io/watchman/
install = watchman.install
@@ -10,10 +10,10 @@ pkgbase = watchman-bin
makedepends = python
depends = openssl
depends = gcc11-libs
- provides = watchman=2022.08.29.00
+ provides = watchman=2022.09.05.00
conflicts = watchman
options = !strip
- source = https://github.com/facebook/watchman/releases/download/v2022.08.29.00/watchman-v2022.08.29.00-linux.zip
- sha256sums = 3bd0fd3d7a18cc2ab4b29ea13d3c72021cdec0c57ef5d40fc2d1ddd747c01434
+ source = https://github.com/facebook/watchman/releases/download/v2022.09.05.00/watchman-v2022.09.05.00-linux.zip
+ sha256sums = 40d6ee18a56dcbdf951019f44ed4740e7b1cfd523e523624d526cf96baca29b5
pkgname = watchman-bin
diff --git a/PKGBUILD b/PKGBUILD
index 517eec0ef4e7..5d862905795c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
pkgname=watchman-bin
-pkgver=2022.08.29.00
+pkgver=2022.09.05.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=('3bd0fd3d7a18cc2ab4b29ea13d3c72021cdec0c57ef5d40fc2d1ddd747c01434')
+sha256sums=('40d6ee18a56dcbdf951019f44ed4740e7b1cfd523e523624d526cf96baca29b5')
prepare() {
cd watchman-v$pkgver-linux
@@ -40,7 +40,6 @@ END
--replace-needed {/usr/local/lib/,}libgflags.so.2.2 \
--replace-needed {/usr/local/lib/,}libglog.so.0 \
--replace-needed {/usr/local/lib/,}libsnappy.so.1 \
- --replace-needed {/usr/local/lib/,}libzstd.so.1 \
bin/* lib/*
patchelf --set-rpath /usr/lib/watchman bin/* lib/*