summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortercean2022-03-10 22:36:18 +0100
committertercean2022-03-10 22:36:18 +0100
commite6df783aa60fca4a58d2ebc8fcfb07270f85cc8b (patch)
tree72458546f62369f4c3082f9aeec39e0e23c35e94
parent16ba9e97c129fdb3fd2e7c021fcf6e6cb92a95d9 (diff)
downloadaur-e6df783aa60fca4a58d2ebc8fcfb07270f85cc8b.tar.gz
1.27.1
-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 bc025ee15b40..dc4d694092a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = deltachat-desktop
pkgdesc = A privacy oriented chat application built on e-mail
- pkgver = 1.27.0
+ pkgver = 1.27.1
pkgrel = 1
url = https://github.com/deltachat/deltachat-desktop
arch = any
@@ -12,13 +12,13 @@ pkgbase = deltachat-desktop
makedepends = unzip
depends = electron
conflicts = deltachat-desktop-git
- source = deltachat-desktop-1.27.0.tar.gz::https://github.com/deltachat/deltachat-desktop/archive/v1.27.0.tar.gz
+ source = deltachat-desktop-1.27.1.tar.gz::https://github.com/deltachat/deltachat-desktop/archive/v1.27.1.tar.gz
source = deltachat-desktop.desktop
source = deltachat-desktop.sh
source = static_build_info.patch
- sha256sums = 40ddf46eb197cdea63bf4ba9b3430e5271591fb964830b1b8a3a1f700fe00e24
+ sha256sums = c121658efbff2e91445f04b45b308a69868695da0fe86ef7cda221372677553c
sha256sums = 39bae164c234b3c89e7ae2bde89753c90065df7f37fece084f7f5acccbb9f1f1
sha256sums = c7d2c3675faa09bb568b7f7c10779971783b1a4f11a225db8b2846fc1a6b4e14
- sha256sums = 0a4799282c4820d96ea2541d9f7967320fd5c8416bbc88cb75bafc7bffed8e38
+ sha256sums = 18fad1513946d69c19f5ac95bb8202107e0a555e4cd5d52bf6b80288830fcf63
pkgname = deltachat-desktop
diff --git a/PKGBUILD b/PKGBUILD
index 4085cac6e765..ec5871aa9f55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: tercean <cg@zknt.org>
pkgname=deltachat-desktop
-pkgver=1.27.0
+pkgver=1.27.1
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=('40ddf46eb197cdea63bf4ba9b3430e5271591fb964830b1b8a3a1f700fe00e24'
+sha256sums=('c121658efbff2e91445f04b45b308a69868695da0fe86ef7cda221372677553c'
'39bae164c234b3c89e7ae2bde89753c90065df7f37fece084f7f5acccbb9f1f1'
'c7d2c3675faa09bb568b7f7c10779971783b1a4f11a225db8b2846fc1a6b4e14'
- '0a4799282c4820d96ea2541d9f7967320fd5c8416bbc88cb75bafc7bffed8e38')
+ '18fad1513946d69c19f5ac95bb8202107e0a555e4cd5d52bf6b80288830fcf63')
prepare() {
cd "$srcdir/${pkgname}-${pkgver}"
diff --git a/static_build_info.patch b/static_build_info.patch
index 564b8157fbe2..fb12713d2cbc 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.27.0"
++ return "tags/v1.27.1"
}
async function gatherBuildInfo() {