summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b8f2b89fced..f6fbe1e5ccc9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = simplex-chat-bin
pkgdesc = A 100% private-by-design chat platform (pre-compiled)
- pkgver = 4.4.2
- pkgrel = 2
+ pkgver = 4.4.3
+ pkgrel = 1
url = https://simplex.chat/
arch = x86_64
license = AGPL3
@@ -10,7 +10,7 @@ pkgbase = simplex-chat-bin
depends = zlib
provides = simplex-chat
conflicts = simplex-chat
- source = simplex-chat-4.4.2::https://github.com/simplex-chat/simplex-chat/releases/download/v4.4.2/simplex-chat-ubuntu-20_04-x86-64
+ source = simplex-chat-4.4.3::https://github.com/simplex-chat/simplex-chat/releases/download/v4.4.3/simplex-chat-ubuntu-20_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
diff --git a/PKGBUILD b/PKGBUILD
index 43531262c418..680bf9cc9942 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname='simplex-chat-bin'
_pkgname="${pkgname%%-bin}"
-pkgver=4.4.2
-pkgrel=2
+pkgver=4.4.3
+pkgrel=1
pkgdesc='A 100% private-by-design chat platform (pre-compiled)'
arch=('x86_64')
_platform='ubuntu-20_04-x86-64'
@@ -32,7 +32,7 @@ package() {
cd "$srcdir" || exit 1
install -Dm0755 "$_pkgname-$pkgver" "$pkgdir/usr/bin/$_pkgname"
- install -Dm0644 message_views.sql "$pkgdir/usr/share/doc/$_pkgname/message_views.sql"
+ install -Dm0644 message_views.sql "$pkgdir/usr/share/doc/$_pkgname/message_views.sql"
install -m0644 {PRIVACY,README,CLI,SIMPLEX,SQL}.md "$pkgdir/usr/share/doc/$_pkgname/"
}