summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Webster2024-05-05 06:52:56 -0700
committerDonald Webster2024-05-05 06:52:56 -0700
commit7f0e3e5e07d4df14319fed9f371ec10cecc89fc5 (patch)
treeea3ba7cafce134217e1e40cb7003284988c05178
parentfe70da362a7d81a2ec3568a122debf9167d0f2ef (diff)
downloadaur-7f0e3e5e07d4df14319fed9f371ec10cecc89fc5.tar.gz
Add debug to options.
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD8
2 files changed, 3 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 655b2575a9ab..a03878ea8b7c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,7 @@ pkgbase = recyclarr
depends = git
optdepends = sonarr: Movie download automation for usenet and torrents.
optdepends = radarr: TV download automation for usenet and torrents.
+ options = !debug
options = !strip
options = staticlibs
backup = etc/recyclarr/recyclarr.yml
diff --git a/PKGBUILD b/PKGBUILD
index 4e12d9853c63..653aea10983a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,16 +7,12 @@ pkgdesc="A command-line application that will automatically synchronize recommen
arch=('x86_64' 'aarch64' 'armv7h')
url="https://github.com/recyclarr/recyclarr"
license=('MIT')
-options=('!strip' 'staticlibs')
-depends=(
- 'git'
-)
-
+options=('!debug' '!strip' 'staticlibs')
+depends=('git')
optdepends=(
'sonarr: Movie download automation for usenet and torrents.'
'radarr: TV download automation for usenet and torrents.'
)
-
backup=('etc/recyclarr/recyclarr.yml')
source_x86_64=("recyclarr.${pkgver}.linux-x64.tar.gz::https://github.com/recyclarr/recyclarr/releases/download/v${pkgver}/recyclarr-linux-x64.tar.xz")