summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD4
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f459a93ddcf9..1af9648b883f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = simplex-chat-bin
pkgdesc = A 100% private-by-design chat platform for the command-line (pre-compiled)
pkgver = 5.4.1
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = https://simplex.chat/
arch = x86_64
@@ -14,12 +14,12 @@ pkgbase = simplex-chat-bin
provides = simplex-chat
conflicts = simplex-chat
source = simplex-chat-5.4.1::https://github.com/simplex-chat/simplex-chat/releases/download/v5.4.1/simplex-chat-ubuntu-22_04-x86-64
- source = https://raw.githubusercontent.com/simplex-chat/simplex-chat/master/PRIVACY.md
- source = https://raw.githubusercontent.com/simplex-chat/simplex-chat/master/README.md
- source = https://raw.githubusercontent.com/simplex-chat/simplex-chat/master/docs/CLI.md
- source = https://raw.githubusercontent.com/simplex-chat/simplex-chat/master/docs/SIMPLEX.md
- source = https://raw.githubusercontent.com/simplex-chat/simplex-chat/master/docs/SQL.md
- source = https://raw.githubusercontent.com/simplex-chat/simplex-chat/master/scripts/message_views.sql
+ source = https://raw.githubusercontent.com/simplex-chat/simplex-chat/stable/PRIVACY.md
+ source = https://raw.githubusercontent.com/simplex-chat/simplex-chat/stable/README.md
+ source = https://raw.githubusercontent.com/simplex-chat/simplex-chat/stable/docs/CLI.md
+ source = https://raw.githubusercontent.com/simplex-chat/simplex-chat/stable/docs/SIMPLEX.md
+ source = https://raw.githubusercontent.com/simplex-chat/simplex-chat/stable/docs/SQL.md
+ source = https://raw.githubusercontent.com/simplex-chat/simplex-chat/stable/scripts/message_views.sql
source = logo-symbol-dark.svg
source = logo-symbol-light.svg
source = simplex-chat.desktop
diff --git a/PKGBUILD b/PKGBUILD
index 0054e47e21d2..47a83c7ccdce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@ pkgname='simplex-chat-bin'
_pkgname="${pkgname%%-bin}"
epoch=1
pkgver=5.4.1
-pkgrel=1
+pkgrel=2
pkgdesc='A 100% private-by-design chat platform for the command-line (pre-compiled)'
arch=('x86_64')
_platform='ubuntu-22_04-x86-64'
url='https://simplex.chat/'
-_rawurl='https://raw.githubusercontent.com/simplex-chat/simplex-chat/master'
+_rawurl='https://raw.githubusercontent.com/simplex-chat/simplex-chat/stable'
source=(
"$_pkgname-$pkgver::https://github.com/$_pkgname/$_pkgname/releases/download/v$pkgver/$_pkgname-$_platform"
"$_rawurl/PRIVACY.md"