summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarl Smedstad2023-12-01 13:05:18 +0100
committerCarl Smedstad2023-12-01 13:05:18 +0100
commit210c42f6060b5d64abe06d93af85722c1fe2f018 (patch)
tree57bdfedf8ed020b504642da48e94e8760a3fa1a8
parentf59cb16f991e1acf6c976a7e5741c8f39cc5eb75 (diff)
downloadaur-210c42f6060b5d64abe06d93af85722c1fe2f018.tar.gz
Publish version 2023.11.27.00-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba0d60dbb517..9b8c4fd5bc67 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = watchman
pkgdesc = Watches files and records, or triggers actions, when they change
- pkgver = 2023.11.20.00
+ pkgver = 2023.11.27.00
pkgrel = 1
url = https://github.com/facebook/watchman
arch = x86_64
@@ -24,13 +24,13 @@ pkgbase = watchman
depends = pcre2
depends = python
backup = etc/watchman.json
- source = watchman-2023.11.20.00.tar.gz::https://github.com/facebook/watchman/archive/refs/tags/v2023.11.20.00.tar.gz
- source = https://src.fedoraproject.org/rpms/watchman/raw/a446ccc61c73d74053792656c3832f93bf0fe262/f/watchman-destdir.patch
+ source = watchman-2023.11.27.00.tar.gz::https://github.com/facebook/watchman/archive/refs/tags/v2023.11.27.00.tar.gz
+ source = watchman-destdir.patch::https://src.fedoraproject.org/rpms/watchman/raw/a446ccc61c73d74053792656c3832f93bf0fe262/f/watchman-destdir.patch
source = watchman.conf
source = watchman.json
source = watchman.service
source = watchman.socket
- sha256sums = 1f17d329a00a66744ef6f0fb558fd276988a3d96b46df8fd2fde8f1773278d68
+ sha256sums = 2bed101e3f18641d45e07b80c003106c4f25ac38d6a7029989e8257eebce3e9e
sha256sums = d40feab6aa7dc6522c648660e88642fdf721ee1f9d80c23f6891a6381067a38b
sha256sums = 3ebc93cb91ec9b9603969e222fd3ffd9baa4a1d07a7b3bd7aabf956ec2e177c8
sha256sums = ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356
diff --git a/PKGBUILD b/PKGBUILD
index 8ced4684d2d6..8c1795529944 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Michael Louis Thaler <michael.louis.thaler@gmail.com>
pkgname=watchman
-pkgver=2023.11.20.00
+pkgver=2023.11.27.00
pkgrel=1
pkgdesc="Watches files and records, or triggers actions, when they change"
url="https://github.com/facebook/watchman"
@@ -37,14 +37,14 @@ backup=(etc/watchman.json)
source=(
"$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz"
- "https://src.fedoraproject.org/rpms/watchman/raw/a446ccc61c73d74053792656c3832f93bf0fe262/f/watchman-destdir.patch"
+ "watchman-destdir.patch::https://src.fedoraproject.org/rpms/watchman/raw/a446ccc61c73d74053792656c3832f93bf0fe262/f/watchman-destdir.patch"
"watchman.conf"
"watchman.json"
"watchman.service"
"watchman.socket"
)
sha256sums=(
- '1f17d329a00a66744ef6f0fb558fd276988a3d96b46df8fd2fde8f1773278d68'
+ '2bed101e3f18641d45e07b80c003106c4f25ac38d6a7029989e8257eebce3e9e'
'd40feab6aa7dc6522c648660e88642fdf721ee1f9d80c23f6891a6381067a38b'
'3ebc93cb91ec9b9603969e222fd3ffd9baa4a1d07a7b3bd7aabf956ec2e177c8'
'ca3d163bab055381827226140568f3bef7eaac187cebd76878e0b63e9e442356'