summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcgugas2024-02-09 16:24:20 -0600
committercgugas2024-02-09 16:24:20 -0600
commit3b0db08c3216d50ca1ce806eaefc3c88437ad820 (patch)
treeebaa395ba2d2710f3c84fe4fdeaa3d11115b84f2
parentd28700a8480ddd3dfc724e285605a38a5a7d62a9 (diff)
downloadaur-3b0db08c3216d50ca1ce806eaefc3c88437ad820.tar.gz
removed erroneously created debug package
-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
)