summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcgugas2024-04-22 15:43:05 -0500
committercgugas2024-04-22 15:43:05 -0500
commitd2fad6fa23c3fa3bcd47b202edc8bd0eb16d3a72 (patch)
tree85ac3e8e01db3b8ae1f68cbedf261d9c6dd236e6
parent6a5b29f96f3eaf152879666bcfd0a8fe5c2a9b7a (diff)
downloadaur-kavita-bin.tar.gz
Updated update text
-rw-r--r--.SRCINFO2
-rwxr-xr-xPKGBUILD2
-rw-r--r--kavita.install3
3 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 14b86b8b963b..1b6a0671168e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kavita-bin
pkgdesc = Self hosted ebook and comic reader
pkgver = 0.8.1
- pkgrel = 1
+ pkgrel = 2
url = https://www.kavitareader.com/
arch = x86_64
arch = aarch64
diff --git a/PKGBUILD b/PKGBUILD
index 0ca8d0da5293..36bdf3e937f3 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: CountMurphy <spartan1086@gmail.com>
pkgname=kavita-bin
pkgver=0.8.1
-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 0a60802afbb1..d5d0c02a322a 100644
--- a/kavita.install
+++ b/kavita.install
@@ -1,11 +1,10 @@
post_install() {
echo "To run, systemctl start kavita"
echo "site at localhost:5000"
- 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."
+ echo "WARNING: Migration from 0.7 to 0.8 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() {