summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Alexander Steffens (heftig)2022-11-14 18:00:39 +0100
committerJan Alexander Steffens (heftig)2022-11-14 18:00:39 +0100
commit46417827e7ffd08e2436d26e58be6cb3ec7ce4e1 (patch)
tree43bee906a1d9225ea2ed32a12455e2a9bf3aa1f2
parent35707e8d1abf7088767d49aac7c128ebde438f96 (diff)
downloadaur-46417827e7ffd08e2436d26e58be6cb3ec7ce4e1.tar.gz
2022.11.07.00-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c518cc741539..f1277483d0c4 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.10.17.00
+ pkgver = 2022.11.07.00
pkgrel = 1
url = https://facebook.github.io/watchman/
install = watchman.install
@@ -8,12 +8,12 @@ pkgbase = watchman-bin
license = MIT
makedepends = patchelf
makedepends = python
- depends = openssl
+ depends = openssl-1.1
depends = gcc-libs
- provides = watchman=2022.10.17.00
+ provides = watchman=2022.11.07.00
conflicts = watchman
options = !strip
- source = https://github.com/facebook/watchman/releases/download/v2022.10.17.00/watchman-v2022.10.17.00-linux.zip
- sha256sums = 8d76f0a0c0d0a72171814baad4fe69fadfce9fd0a513af137263fd50ab7f4aad
+ source = https://github.com/facebook/watchman/releases/download/v2022.11.07.00/watchman-v2022.11.07.00-linux.zip
+ sha256sums = e454dc93bebc73d0a1d416d87f29e4a14750a8a25a83f58bd93a38d2b39222a9
pkgname = watchman-bin
diff --git a/PKGBUILD b/PKGBUILD
index c69a48487734..51cfbb2f16b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
pkgname=watchman-bin
-pkgver=2022.10.17.00
+pkgver=2022.11.07.00
pkgrel=1
pkgdesc="An inotify-based file watching and job triggering command line utility"
url="https://facebook.github.io/watchman/"
arch=(x86_64)
license=(MIT)
-depends=(openssl gcc-libs)
+depends=(openssl-1.1 gcc-libs)
makedepends=(patchelf python)
provides=("watchman=$pkgver")
conflicts=(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=('8d76f0a0c0d0a72171814baad4fe69fadfce9fd0a513af137263fd50ab7f4aad')
+sha256sums=('e454dc93bebc73d0a1d416d87f29e4a14750a8a25a83f58bd93a38d2b39222a9')
prepare() {
cd watchman-v$pkgver-linux