summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Alexander Steffens (heftig)2021-05-12 21:43:47 +0200
committerJan Alexander Steffens (heftig)2021-05-12 21:46:14 +0200
commit99337a988efc63ebc5e1cdea12b4446a05d587f1 (patch)
tree8ed7357c7af36baefe6f7a7335a06d379bdf2394
parentd4e4e03ee72b3929a46f2c3ba9f6becec7eb6bd7 (diff)
downloadaur-99337a988efc63ebc5e1cdea12b4446a05d587f1.tar.gz
2021.05.10.00-3: Don't strip, mangles patched binaries
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c0e5e204ec1f..8f2ad2210cfc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = watchman-bin
pkgdesc = An inotify-based file watching and job triggering command line utility
pkgver = 2021.05.10.00
- pkgrel = 2
+ pkgrel = 3
url = https://facebook.github.io/watchman/
arch = x86_64
license = Apache
@@ -11,6 +11,7 @@ pkgbase = watchman-bin
depends = gcc-libs
provides = watchman=2021.05.10.00
conflicts = watchman
+ options = !strip
source = https://github.com/facebook/watchman/releases/download/v2021.05.10.00/watchman-v2021.05.10.00-linux.zip
sha256sums = dd286b57b2f3c837aeea0ff67b646f247cd8e4c13c2199f321964a1cc7359355
diff --git a/PKGBUILD b/PKGBUILD
index 0ab5aa25ad40..da0a1e69929f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=watchman-bin
pkgver=2021.05.10.00
-pkgrel=2
+pkgrel=3
pkgdesc="An inotify-based file watching and job triggering command line utility"
url="https://facebook.github.io/watchman/"
arch=(x86_64)
@@ -9,6 +9,7 @@ depends=(openssl gcc-libs)
makedepends=(patchelf python)
provides=("watchman=$pkgver")
conflicts=(watchman)
+options=(!strip)
# https://github.com/facebook/watchman/releases
source=("https://github.com/facebook/watchman/releases/download/v$pkgver/watchman-v$pkgver-linux.zip")
sha256sums=('dd286b57b2f3c837aeea0ff67b646f247cd8e4c13c2199f321964a1cc7359355')