summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-08-16 09:21:38 +0800
committerzxp198210052023-08-16 09:21:38 +0800
commit453ba222655672411fef20216aa9632da8af8854 (patch)
tree349bf151279cce2c6f4cd0670cceb8177eb537dd
parent812adb52c58cd17e701935b7834258a2d15a4882 (diff)
downloadaur-453ba222655672411fef20216aa9632da8af8854.tar.gz
fix errors
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1b15271e514c..8354489a06b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lotti-bin
pkgdesc = Achieve your goals and keep your data private with Lotti. This life tracking app is designed to help you stay motivated and on track, all while keeping your personal information safe and secure. Now with on-device speech recognition.
pkgver = 0.9.395_2291
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/matthiasn/lotti
arch = x86_64
license = GPL3
@@ -19,6 +19,7 @@ pkgbase = lotti-bin
depends = harfbuzz
depends = glibc
depends = sqlite
+ provides = lotti=0.9.395_2291
conflicts = lotti
noextract = lotti-0.9.395_2291.tar.gz
source = lotti-0.9.395_2291.tar.gz::https://github.com/matthiasn/lotti/releases/download/0.9.395+2291/linux.x64.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index f4c79d8700b9..0ae4577e758b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
-pkgname="lotti-bin"
+pkgname=lotti-bin
pkgver=0.9.395_2291
-pkgrel=1
+pkgrel=2
pkgdesc="Achieve your goals and keep your data private with Lotti. This life tracking app is designed to help you stay motivated and on track, all while keeping your personal information safe and secure. Now with on-device speech recognition."
arch=('x86_64')
url="https://github.com/matthiasn/lotti"
license=('GPL3')
-depends=('pango' 'gdk-pixbuf2' 'jsoncpp' 'gtk3' 'gcc-libs' 'libkeybinder3' 'libsecret' 'libepoxy' 'cairo' 'glib2' 'at-spi2-core' 'harfbuzz' 'glibc' 'sqlite')
+provides=("${pkgname%-bin}=${pkgver}")
conflicts=("${pkgname%-bin}")
+depends=('pango' 'gdk-pixbuf2' 'jsoncpp' 'gtk3' 'gcc-libs' 'libkeybinder3' 'libsecret' 'libepoxy' 'cairo' 'glib2' 'at-spi2-core' 'harfbuzz' 'glibc' 'sqlite')
source=("${pkgname%-bin}-${pkgver}.tar.gz::${url}/releases/download/${pkgver//_/+}/linux.x64.tar.gz"
"${pkgname%-bin}.png::https://raw.githubusercontent.com/matthiasn/lotti/main/assets/icon/app_icon_1024.png")
noextract=("${pkgname%-bin}-${pkgver}.tar.gz")