summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYury Bobylev2022-09-07 21:07:30 +0400
committerYury Bobylev2022-09-07 21:07:30 +0400
commitc23bf85bacec0c18a757c9e6f1766903cd6beffc (patch)
treec46b2d79b0a6973a815b7499d63d5ad740d24173
parent9bcff581dbd29c0af21a19ed897bdbff7c3affe8 (diff)
downloadaur-c23bf85bacec0c18a757c9e6f1766903cd6beffc.tar.gz
Version 2.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce51e2193b2c..707f8a37ae6c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = communist
pkgdesc = Simple GTK4 based p2p messenger
- pkgver = 2.0
+ pkgver = 2.0.1
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.tar.gz
- sha256sums = 552f94ffa2a67b254809cd6a567ffebd4bd3ed95c41de58f9eab2f2c23b58195
+ source = https://github.com/ProfessorNavigator/communist/archive/refs/tags/v2.0.1.tar.gz
+ sha256sums = 0dce384590631fbbb4ab1690c9580b3b9894801bde538e7b86a0a3695a1d06be
pkgname = communist
diff --git a/PKGBUILD b/PKGBUILD
index 3e4410609465..af5eb7d8f652 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
#Maintainer Yury Bobylev <bobilev_yury@mail.ru>
pkgname="communist"
-pkgver="2.0"
+pkgver="2.0.1"
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.tar.gz")
+source=("https://github.com/ProfessorNavigator/communist/archive/refs/tags/v2.0.1.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=('552f94ffa2a67b254809cd6a567ffebd4bd3ed95c41de58f9eab2f2c23b58195')
+sha256sums=('0dce384590631fbbb4ab1690c9580b3b9894801bde538e7b86a0a3695a1d06be')
options=(strip)
build() {