summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortercean2023-12-02 20:45:50 +0100
committertercean2023-12-02 20:45:50 +0100
commit2b73dd06002978af8723f06281617e87d6e9d77f (patch)
tree4214e94713fc6c2167740a3d30bcbf74672d576c
parentabcf2354d5903543a752198abf5d838b8bb86f90 (diff)
downloadaur-2b73dd06002978af8723f06281617e87d6e9d77f.tar.gz
1.42.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rw-r--r--static_build_info.patch2
3 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c4feccca678..05ec42b91c33 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = deltachat-desktop
pkgdesc = A privacy oriented chat application built on e-mail
- pkgver = 1.42.1
+ pkgver = 1.42.2
pkgrel = 1
url = https://github.com/deltachat/deltachat-desktop
arch = any
@@ -12,13 +12,13 @@ pkgbase = deltachat-desktop
makedepends = unzip
depends = electron22
conflicts = deltachat-desktop-git
- source = deltachat-desktop-1.42.1.tar.gz::https://github.com/deltachat/deltachat-desktop/archive/v1.42.1.tar.gz
+ source = deltachat-desktop-1.42.2.tar.gz::https://github.com/deltachat/deltachat-desktop/archive/v1.42.2.tar.gz
source = deltachat-desktop.desktop
source = deltachat-desktop.sh
source = static_build_info.patch
- sha256sums = 5897cbef9d7347e664483ad413967a1cae669c1e7baee8788ff06ab081b6b67d
+ sha256sums = c1135f00d6ec870f73653b94f99d1246fe1ef40229bf92ac742531e7eed74c2e
sha256sums = 39bae164c234b3c89e7ae2bde89753c90065df7f37fece084f7f5acccbb9f1f1
sha256sums = b857308f06369e49422bf9266694b576936034940e83b4d6d92174af3c0706c4
- sha256sums = 98013f0b4150703fbcf4caf676e0cd1abfae9ec7c65c98a32ab1903b9bc331d8
+ sha256sums = 550c4adf31bd0bae1e92cb73f722c3bc85519b934ad303d0139253801ebb131a
pkgname = deltachat-desktop
diff --git a/PKGBUILD b/PKGBUILD
index c1109bd444a5..5cc15dcfcb6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: tercean <cg@zknt.org>
pkgname=deltachat-desktop
-pkgver=1.42.1
+pkgver=1.42.2
pkgrel=1
pkgdesc="A privacy oriented chat application built on e-mail"
arch=("any")
@@ -15,10 +15,10 @@ source=(
"deltachat-desktop.sh"
"static_build_info.patch"
)
-sha256sums=('5897cbef9d7347e664483ad413967a1cae669c1e7baee8788ff06ab081b6b67d'
+sha256sums=('c1135f00d6ec870f73653b94f99d1246fe1ef40229bf92ac742531e7eed74c2e'
'39bae164c234b3c89e7ae2bde89753c90065df7f37fece084f7f5acccbb9f1f1'
'b857308f06369e49422bf9266694b576936034940e83b4d6d92174af3c0706c4'
- '98013f0b4150703fbcf4caf676e0cd1abfae9ec7c65c98a32ab1903b9bc331d8')
+ '550c4adf31bd0bae1e92cb73f722c3bc85519b934ad303d0139253801ebb131a')
prepare() {
cd "$srcdir/${pkgname}-${pkgver}"
diff --git a/static_build_info.patch b/static_build_info.patch
index 761141f36df9..2e5ae37f34a3 100644
--- a/static_build_info.patch
+++ b/static_build_info.patch
@@ -39,7 +39,7 @@ diff --unified --recursive --text orig/bin/build-shared-version-info.js patched/
- const git_ref =
- git_describe + (git_branch === 'master' ? '' : '-' + git_branch)
- return git_ref
-+ return "tags/v1.42.1"
++ return "tags/v1.42.2"
}
async function gatherBuildInfo() {