summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rwxr-xr-xPKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13daeeb638a5..21b9a8bfb848 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = kavita-bin
pkgdesc = Self hosted ebook and comic reader
pkgver = 0.7.14
- pkgrel = 0
+ pkgrel = 1
url = https://www.kavitareader.com/
arch = x86_64
arch = aarch64
arch = armv7h
license = GPL3
+ options = !debug
backup = etc/Kavita/appsettings.json
source_x86_64 = https://github.com/Kareadita/Kavita/releases/download/v0.7.14/kavita-linux-x64.tar.gz
md5sums_x86_64 = 065db511a2cc7ec00fe706efd7787a6d
diff --git a/PKGBUILD b/PKGBUILD
index ef719faf6ee0..27b8e7be5500 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: CountMurphy <spartan1086@gmail.com>
pkgname=kavita-bin
pkgver=0.7.14
-pkgrel=0
+pkgrel=1
pkgdesc="Self hosted ebook and comic reader"
arch=('x86_64' 'aarch64' 'armv7h')
url="https://www.kavitareader.com/"
@@ -9,6 +9,7 @@ license=('GPL3')
backup=("etc/Kavita/appsettings.json")
depends=()
makedepends=()
+options=(!debug)
source_x86_64=(
https://github.com/Kareadita/Kavita/releases/download/v$pkgver/kavita-linux-x64.tar.gz
)