summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDonald Webster2024-05-05 06:52:56 -0700
committerDonald Webster2024-05-05 06:52:56 -0700
commit7f0e3e5e07d4df14319fed9f371ec10cecc89fc5 (patch)
treeea3ba7cafce134217e1e40cb7003284988c05178 /PKGBUILD
parentfe70da362a7d81a2ec3568a122debf9167d0f2ef (diff)
downloadaur-recyclarr.tar.gz
Add debug to options.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 2 insertions, 6 deletions
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")