summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzxp198210052023-08-03 10:04:43 +0800
committerzxp198210052023-08-03 10:04:43 +0800
commit812adb52c58cd17e701935b7834258a2d15a4882 (patch)
tree8469924ebde70871b30a7e8851ec76520347925b
parent93b4a3836adfe99d1760d3ebd0ebeab3622f21cb (diff)
downloadaur-812adb52c58cd17e701935b7834258a2d15a4882.tar.gz
update to 0.9.395+2291
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index beb02f195163..1b15271e514c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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.394.2289
+ pkgver = 0.9.395_2291
pkgrel = 1
url = https://github.com/matthiasn/lotti
arch = x86_64
@@ -20,10 +20,10 @@ pkgbase = lotti-bin
depends = glibc
depends = sqlite
conflicts = lotti
- noextract = lotti-0.9.394.2289.tar.gz
- source = lotti-0.9.394.2289.tar.gz::https://github.com/matthiasn/lotti/releases/download/0.9.394%2B2289/linux.x64.tar.gz
+ 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
source = lotti.png::https://raw.githubusercontent.com/matthiasn/lotti/main/assets/icon/app_icon_1024.png
- sha256sums = c794b3fa9b5f835b8c7caa692517a0070a5b770ec1f49ff1dd1e4f946c5aa781
+ sha256sums = 585ba9745dd626da5aa14fcb1db0ef7d71e6ed0dfb507969df01001db36eac0d
sha256sums = 306adaeff6c8613e536db665d24cab8551b4a3774c5729492dd132dc690256c6
pkgname = lotti-bin
diff --git a/PKGBUILD b/PKGBUILD
index 43271e7be586..f4c79d8700b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,6 @@
# Maintainer: zxp19821005 <zxp19821005 at 163 dot com>
pkgname="lotti-bin"
-pkgver=0.9.394.2289
-_pkgver=0.9.394%2B2289
+pkgver=0.9.395_2291
pkgrel=1
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')
@@ -9,12 +8,11 @@ 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')
conflicts=("${pkgname%-bin}")
-source=("${pkgname%-bin}-${pkgver}.tar.gz::${url}/releases/download/${_pkgver}/linux.x64.tar.gz"
+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")
-sha256sums=('c794b3fa9b5f835b8c7caa692517a0070a5b770ec1f49ff1dd1e4f946c5aa781'
+sha256sums=('585ba9745dd626da5aa14fcb1db0ef7d71e6ed0dfb507969df01001db36eac0d'
'306adaeff6c8613e536db665d24cab8551b4a3774c5729492dd132dc690256c6')
-
package() {
install -Dm755 -d "${pkgdir}/opt/${pkgname%-bin}"
bsdtar -xf "${srcdir}/${pkgname%-bin}-${pkgver}.tar.gz" -C "${pkgdir}/opt/${pkgname%-bin}" --gname root --uname root