summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbegin-theadventure2023-07-08 01:56:42 +0200
committerbegin-theadventure2023-07-08 01:56:42 +0200
commitb259a68c3a58017107782df104e0437f1a43c0d7 (patch)
tree2fd0e3789db48b6d94f974cceb727f24db476772
parentdeae91449ef01ea6d5448e2747b2d1a14a662678 (diff)
downloadaur-b259a68c3a58017107782df104e0437f1a43c0d7.tar.gz
Forgot to enable strip
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index abe463d7bd7a..661e72d67f8e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = listmonk-bin
pkgdesc = Self-hosted newsletter and mailing list manager with a modern dashboard
pkgver = 2.4.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/knadh/listmonk
install = listmonk.install
arch = x86_64
@@ -9,7 +9,6 @@ pkgbase = listmonk-bin
depends = postgresql
provides = listmonk
conflicts = listmonk
- options = !strip
backup = etc/listmonk/config.toml
source = https://github.com/knadh/listmonk/releases/download/v2.4.0/listmonk_2.4.0_linux_amd64.tar.gz
source = listmonk-2.4.0.toml::https://raw.githubusercontent.com/knadh/listmonk/v2.4.0/config.toml.sample
diff --git a/PKGBUILD b/PKGBUILD
index a19de0b6db37..c053925f7643 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=listmonk
pkgname=$_pkgname-bin
pkgver=2.4.0
-pkgrel=1
+pkgrel=2
pkgdesc='Self-hosted newsletter and mailing list manager with a modern dashboard'
arch=(x86_64)
url=https://github.com/knadh/listmonk
@@ -13,7 +13,6 @@ depends=(postgresql)
provides=("$_pkgname")
conflicts=("$_pkgname")
backup=(etc/listmonk/config.toml)
-options=('!strip')
install=$_pkgname.install
source=("https://github.com/knadh/$_pkgname/releases/download/v$pkgver/${_pkgname}_${pkgver}_linux_amd64.tar.gz"
"$_pkgname-$pkgver.toml::https://raw.githubusercontent.com/knadh/$_pkgname/v$pkgver/config.toml.sample"