summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYury Bobylev2022-11-20 20:07:52 +0400
committerYury Bobylev2022-11-20 20:07:52 +0400
commit0b45f9a534a8e88c4a058dd7f8464b85ded8f5c8 (patch)
tree130734cdbb0d32087dd6b09d7df7f9a6e5ee4e69
parent382e32ab76d94ddd76a344c72529e97b53fbd9e0 (diff)
downloadaur-0b45f9a534a8e88c4a058dd7f8464b85ded8f5c8.tar.gz
version correction
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a1aa4d3aef0..0f656aef4d15 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = communist
pkgdesc = Simple GTK4 based p2p messenger
pkgver = 2.0.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ProfessorNavigator/communist
arch = x86_64
license = GPL3
@@ -22,6 +22,6 @@ pkgbase = communist
provides = communist
options = strip
source = https://github.com/ProfessorNavigator/communist/archive/refs/tags/v2.0.3.tar.gz
- sha256sums = c673d2904a7cd02d5d73dfe6f58dc36ddd8d0bedd6a51350943c5e0b80e51273
+ sha256sums = 5c8b7468a66f9e60ad7c70d0706dcb2c6ef22faac5c65299b6c32f558af49c77
pkgname = communist
diff --git a/PKGBUILD b/PKGBUILD
index b9478286ad12..aebd6340a841 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer Yury Bobylev <bobilev_yury@mail.ru>
pkgname="communist"
pkgver="2.0.3"
-pkgrel="1"
+pkgrel="2"
pkgdesc="Simple GTK4 based p2p messenger"
license=('GPL3')
arch=('x86_64')
@@ -10,7 +10,7 @@ source=("https://github.com/ProfessorNavigator/communist/archive/refs/tags/v2.0.
url="https://github.com/ProfessorNavigator/communist"
makedepends=('meson' 'ninja' 'pkgconf' 'gcc' 'gtkmm-4.0' 'hunspell' 'icu' 'libcommunist' 'boost')
depends=('gtkmm-4.0' 'hunspell' 'icu' 'gst-plugins-good' 'libcommunist')
-sha256sums=('c673d2904a7cd02d5d73dfe6f58dc36ddd8d0bedd6a51350943c5e0b80e51273')
+sha256sums=('5c8b7468a66f9e60ad7c70d0706dcb2c6ef22faac5c65299b6c32f558af49c77')
options=(strip)
build() {