Forgot to enable strip
authorbegin-theadventure <99835765+begin-theadventure@users.noreply.github.com>
Fri, 7 Jul 2023 23:56:42 +0000 (01:56 +0200)
committerbegin-theadventure <99835765+begin-theadventure@users.noreply.github.com>
Fri, 7 Jul 2023 23:56:42 +0000 (01:56 +0200)
.SRCINFO
PKGBUILD
index abe463d7bd7aeb5fdef662910b46c4dfbbf7addc..661e72d67f8e015da61805e39242fc7aee36753b 100644 (file)
--- 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
index a19de0b6db3741187dd325f1a6cd6e4979b09e1e..c053925f7643f13809a547b0f24aa7017b76d9c7 100644 (file)
--- 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"