summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcgugas2024-04-12 17:48:33 -0500
committercgugas2024-04-12 17:48:33 -0500
commit3d989e40c57696a8fed86e7cbfcc45e8c20b34ec (patch)
tree19bac09fee102334c3fb7fc374b40f485189f5e5
parent5c56240f11d8c63703f90ef3507a3bf189b24ce8 (diff)
downloadaur-3d989e40c57696a8fed86e7cbfcc45e8c20b34ec.tar.gz
made warning message more clear
-rw-r--r--.SRCINFO2
-rwxr-xr-xPKGBUILD2
-rw-r--r--kavita.install4
3 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2d213e2d8ba..24833bb5cfe2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kavita-bin
pkgdesc = Self hosted ebook and comic reader
pkgver = 0.8.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.kavitareader.com/
arch = x86_64
arch = aarch64
diff --git a/PKGBUILD b/PKGBUILD
index 11f7494e1280..9306b0f0a410 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: CountMurphy <spartan1086@gmail.com>
pkgname=kavita-bin
pkgver=0.8.0
-pkgrel=1
+pkgrel=2
pkgdesc="Self hosted ebook and comic reader"
arch=('x86_64' 'aarch64' 'armv7h')
url="https://www.kavitareader.com/"
diff --git a/kavita.install b/kavita.install
index a959adcd7400..0a60802afbb1 100644
--- a/kavita.install
+++ b/kavita.install
@@ -4,6 +4,10 @@ post_install() {
echo "WARNING: You MUST perform a forced library scan on all libraries to migrate properly to the new foundation. Failure to do so may result in data loss."
}
+post_upgrade() {
+ echo "WARNING: You MUST perform a forced library scan on all libraries to migrate properly to the new foundation. Failure to do so may result in data loss."
+}
+
post_remove() {
userdel kavita
}