summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYury Bobylev2022-06-24 01:04:59 +0400
committerYury Bobylev2022-06-24 01:04:59 +0400
commite200d97b5352e2b28228fba4c3ec64e11c66830c (patch)
tree86ecfc25292b44e55ff0b216858c4b747bd002bc
parente1a9e6e69edabacbdc4abca279e5ab559beada82 (diff)
downloadaur-e200d97b5352e2b28228fba4c3ec64e11c66830c.tar.gz
Version 1.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98acf9bf2aa5..e028f7f0b383 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = communist
pkgdesc = Communist is a simple GTK4 based p2p messenger
- pkgver = 1.3
+ pkgver = 1.4
pkgrel = 1
arch = x86_64
license = GPL3
@@ -24,7 +24,7 @@ pkgbase = communist
depends = gst-plugins-good
provides = communist
options = strip
- source = https://github.com/ProfessorNavigator/communist/archive/refs/tags/v1.3.tar.gz
- md5sums = 923676a7a5eb72194190d7daaf19fe2c
+ source = https://github.com/ProfessorNavigator/communist/archive/refs/tags/v1.4.tar.gz
+ sha256sums = 34da64002df9ae6d046e96e1d06d53ab52d7c56c9d85b5191d92f3da706c6224
pkgname = communist
diff --git a/PKGBUILD b/PKGBUILD
index aca6f9183c43..6302f83d6444 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
#Maintainer Yury Bobylev <bobilev_yury@mail.ru>
pkgname="communist"
-pkgver="1.3"
+pkgver="1.4"
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.3.tar.gz")
+source=("https://github.com/ProfessorNavigator/communist/archive/refs/tags/v1.4.tar.gz")
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')
-md5sums=('923676a7a5eb72194190d7daaf19fe2c')
+sha256sums=('34da64002df9ae6d046e96e1d06d53ab52d7c56c9d85b5191d92f3da706c6224')
options=(strip)
build() {