summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYury Bobylev2022-06-26 17:13:27 +0400
committerYury Bobylev2022-06-26 17:13:27 +0400
commit2d90b75feac96f3d82b95180f2b07795c5b10563 (patch)
treea73ea180b3342a80405786ae6eda3d2cc2409679
parent60a75650ca25d121cfcb8e851072533c13e48b05 (diff)
downloadaur-2d90b75feac96f3d82b95180f2b07795c5b10563.tar.gz
Version 1.4.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0741d4c24295..701ead99de03 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = communist
pkgdesc = Communist is a simple GTK4 based p2p messenger
- pkgver = 1.4
+ pkgver = 1.4.1
pkgrel = 1
url = https://github.com/ProfessorNavigator/communist
arch = x86_64
@@ -25,7 +25,7 @@ pkgbase = communist
depends = gst-plugins-good
provides = communist
options = strip
- source = https://github.com/ProfessorNavigator/communist/archive/refs/tags/v1.4.tar.gz
- sha256sums = 34da64002df9ae6d046e96e1d06d53ab52d7c56c9d85b5191d92f3da706c6224
+ source = https://github.com/ProfessorNavigator/communist/archive/refs/tags/v1.4.1.tar.gz
+ sha256sums = 698fa991735ede8253bfddb0e34044fcfd9207e800ee7e6d756500b1ca355779
pkgname = communist
diff --git a/PKGBUILD b/PKGBUILD
index 93c3a4cbd8f8..4c08f8bab888 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
#Maintainer Yury Bobylev <bobilev_yury@mail.ru>
pkgname="communist"
-pkgver="1.4"
+pkgver="1.4.1"
pkgrel="1"
pkgdesc="Communist is a simple GTK4 based p2p messenger"
license=('GPL3')
arch=('x86_64')
provides=("${pkgname}")
-source=("https://github.com/ProfessorNavigator/communist/archive/refs/tags/v1.4.tar.gz")
+source=("https://github.com/ProfessorNavigator/communist/archive/refs/tags/v1.4.1.tar.gz")
url="https://github.com/ProfessorNavigator/communist"
makedepends=('meson' 'ninja' 'pkgconf' 'gcc' 'gtkmm-4.0' 'hunspell' 'libtorrent-rasterbar' 'libgcrypt' 'libzip' 'icu' 'boost')
depends=('gtkmm-4.0' 'hunspell' 'libtorrent-rasterbar' 'libgcrypt' 'libzip' 'icu' 'gst-plugins-good')
-sha256sums=('34da64002df9ae6d046e96e1d06d53ab52d7c56c9d85b5191d92f3da706c6224')
+sha256sums=('698fa991735ede8253bfddb0e34044fcfd9207e800ee7e6d756500b1ca355779')
options=(strip)
build() {