summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordadav2024-03-01 20:09:09 +0100
committerdadav2024-03-01 20:09:09 +0100
commita3353fdbeffbbebe58144164fb21aafb0c4811d2 (patch)
tree2e14f19a2805ff352594d11c766be016df2bbf71
parentbfab116f072ec29a7094b3c5b37b7e261fa6ad07 (diff)
downloadaur-a3353fdbeffbbebe58144164fb21aafb0c4811d2.tar.gz
fix: Do not run strip script
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 828b97631bf6..f85ade411703 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = go2rtc
url = https://github.com/AlexxIT/go2rtc
arch = x86_64
license = MIT
+ options = !strip
source = https://github.com/AlexxIT/go2rtc/releases/download/v1.8.5/go2rtc_linux_amd64
sha256sums = a10b03ee68e4502933eaf2c1cda871a9e5b1080fd775a85115ee6c15a5fcde1d
diff --git a/PKGBUILD b/PKGBUILD
index ac4e811e51ec..dccfba636412 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@ url="https://github.com/AlexxIT/go2rtc"
license=('MIT')
source=("https://github.com/AlexxIT/go2rtc/releases/download/v${pkgver}/go2rtc_linux_amd64")
sha256sums=('a10b03ee68e4502933eaf2c1cda871a9e5b1080fd775a85115ee6c15a5fcde1d')
+options=(!strip)
package() {
install -D -m755 "$srcdir"/go2rtc_linux_amd64 "$pkgdir/usr/bin/go2rtc"