summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYury Bobylev2022-09-11 15:38:31 +0400
committerYury Bobylev2022-09-11 15:38:31 +0400
commita7dc5bbe32cbe1f42fc05024b4f5150c62b70b50 (patch)
tree6e22fd06299f1572ec3d86dcd04a554e9d437d35
parentc23bf85bacec0c18a757c9e6f1766903cd6beffc (diff)
downloadaur-a7dc5bbe32cbe1f42fc05024b4f5150c62b70b50.tar.gz
Version 2.0.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 707f8a37ae6c..ca8fbf784986 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = communist
pkgdesc = Simple GTK4 based p2p messenger
- pkgver = 2.0.1
+ pkgver = 2.0.2
pkgrel = 1
url = https://github.com/ProfessorNavigator/communist
arch = x86_64
@@ -20,7 +20,7 @@ pkgbase = communist
depends = libcommunist
provides = communist
options = strip
- source = https://github.com/ProfessorNavigator/communist/archive/refs/tags/v2.0.1.tar.gz
- sha256sums = 0dce384590631fbbb4ab1690c9580b3b9894801bde538e7b86a0a3695a1d06be
+ source = https://github.com/ProfessorNavigator/communist/archive/refs/tags/v2.0.2.tar.gz
+ sha256sums = 1bfdd7239ae3c9cac0b722b102124a3792f0e5c41d3d8f0339a5eb9f3b9dfbf1
pkgname = communist
diff --git a/PKGBUILD b/PKGBUILD
index af5eb7d8f652..426078898cb3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
#Maintainer Yury Bobylev <bobilev_yury@mail.ru>
pkgname="communist"
-pkgver="2.0.1"
+pkgver="2.0.2"
pkgrel="1"
pkgdesc="Simple GTK4 based p2p messenger"
license=('GPL3')
arch=('x86_64')
provides=("${pkgname}")
-source=("https://github.com/ProfessorNavigator/communist/archive/refs/tags/v2.0.1.tar.gz")
+source=("https://github.com/ProfessorNavigator/communist/archive/refs/tags/v2.0.2.tar.gz")
url="https://github.com/ProfessorNavigator/communist"
makedepends=('meson' 'ninja' 'pkgconf' 'gcc' 'gtkmm-4.0' 'hunspell' 'icu' 'libcommunist')
depends=('gtkmm-4.0' 'hunspell' 'icu' 'gst-plugins-good' 'libcommunist')
-sha256sums=('0dce384590631fbbb4ab1690c9580b3b9894801bde538e7b86a0a3695a1d06be')
+sha256sums=('1bfdd7239ae3c9cac0b722b102124a3792f0e5c41d3d8f0339a5eb9f3b9dfbf1')
options=(strip)
build() {