summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Geiler2024-09-17 18:37:58 +0200
committerJonas Geiler2024-09-17 18:37:58 +0200
commit79c9c71ab8bd5247d39e497c74aa5a95bb120fbe (patch)
tree6ffaeacfcaab654fb7be66b7344f77fe0b6b5e2c
parent1bf6054f042e55381f5d8756efb37e3d09f38c7c (diff)
downloadaur-79c9c71ab8bd5247d39e497c74aa5a95bb120fbe.tar.gz
feat: updated to 2024.9.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 20ff663d59ca..887a584b4f15 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yaak-bin
pkgdesc = Simple and intuitive API client for calling REST, GraphQL, and gRPC APIs (Pre-compiled version)
- pkgver = 2024.8.2
+ pkgver = 2024.9.1
pkgrel = 1
url = https://yaak.app/
arch = x86_64
@@ -24,9 +24,9 @@ pkgbase = yaak-bin
conflicts = yaak-git
options = !strip
options = !emptydirs
- source_x86_64 = yaak-bin-2024.8.2.deb::https://github.com/yaakapp/app/releases/download/v2024.8.2/yaak_2024.8.2_amd64.deb
- source_x86_64 = yaak-bin-2024.8.2.LICENSE::https://raw.githubusercontent.com/yaakapp/app/b616c5d78f5ac9aa721b847e755ada2f87353f4d/LICENSE
- b2sums_x86_64 = 2a6325b121932f66a6d84c3e3f56caeae1418f2fc53ff9e8925917925922d26e33de2f716b2ec3693372032f74ad6ecb199bca8964e05551c5ef927639f85614
+ source_x86_64 = yaak-bin-2024.9.1.deb::https://github.com/yaakapp/app/releases/download/v2024.9.1/yaak_2024.9.1_amd64.deb
+ source_x86_64 = yaak-bin-2024.9.1.LICENSE::https://raw.githubusercontent.com/yaakapp/app/refs/tags/v2024.9.1/LICENSE
+ b2sums_x86_64 = 83893ebe0c934d57edff77938e0c41a6b5957aeb88827ddc3e77733de07a37eb8a4bd5a1a3c63a3679d4a60f0d3dde8d12078effa3087177e7ea1d4498807b98
b2sums_x86_64 = 011fb406bfe4a8944efbae1f9cfa420fe421f1de3ae628802548676a1fe1318850a5f98c60cd29899efe3946dec329b6607f04917e966808f62f9e4ecaaea13b
pkgname = yaak-bin
diff --git a/PKGBUILD b/PKGBUILD
index 198b86d96d93..b2113be322ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonas Geiler <aur@jonasgeiler.com>
pkgname=yaak-bin
# renovate: datasource=github-releases depName=yaakapp/app
-pkgver=2024.8.2
+pkgver=2024.9.1
pkgrel=1
pkgdesc='Simple and intuitive API client for calling REST, GraphQL, and gRPC APIs (Pre-compiled version)'
arch=(x86_64)
@@ -34,10 +34,9 @@ options=(
)
source_x86_64=(
"${pkgname}-${pkgver}.deb::https://github.com/yaakapp/app/releases/download/v${pkgver}/yaak_${pkgver}_amd64.deb"
- # TODO: Use "https://raw.githubusercontent.com/yaakapp/app/v${pkgver}/LICENSE" after next release
- "${pkgname}-${pkgver}.LICENSE::https://raw.githubusercontent.com/yaakapp/app/b616c5d78f5ac9aa721b847e755ada2f87353f4d/LICENSE"
+ "${pkgname}-${pkgver}.LICENSE::https://raw.githubusercontent.com/yaakapp/app/refs/tags/v${pkgver}/LICENSE"
)
-b2sums_x86_64=('2a6325b121932f66a6d84c3e3f56caeae1418f2fc53ff9e8925917925922d26e33de2f716b2ec3693372032f74ad6ecb199bca8964e05551c5ef927639f85614'
+b2sums_x86_64=('83893ebe0c934d57edff77938e0c41a6b5957aeb88827ddc3e77733de07a37eb8a4bd5a1a3c63a3679d4a60f0d3dde8d12078effa3087177e7ea1d4498807b98'
'011fb406bfe4a8944efbae1f9cfa420fe421f1de3ae628802548676a1fe1318850a5f98c60cd29899efe3946dec329b6607f04917e966808f62f9e4ecaaea13b')
prepare() {
@@ -47,7 +46,7 @@ prepare() {
build() {
sed -e 's|Name=yaak|Name=Yaak|' \
-e '$aGenericName=API Client' \
- -i "${srcdir}/usr/share/applications/yaak-app.desktop"
+ -i "${srcdir}/usr/share/applications/yaak.desktop"
}
package() {