summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYury Bobylev2022-06-01 17:09:00 +0400
committerYury Bobylev2022-06-01 17:09:00 +0400
commit6a124323bcc1eac745bee51073627d1629730ee4 (patch)
tree99e12e098cc1f62aadd4fab48b4c89c313009da8
parent5e7a30059fe30d4d6c8f68394c1e3812db29768a (diff)
downloadaur-6a124323bcc1eac745bee51073627d1629730ee4.tar.gz
Version 1.1.2
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df8dda73de62..f66ff4804d18 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,7 @@
pkgbase = communist
pkgdesc = Communist is a simple GTK4 based p2p messenger
- pkgver = 1.1
+ pkgver = 1.1.2
pkgrel = 1
- url = https://github.com/ProfessorNavigator/communist
arch = x86_64
license = GPL3
makedepends = meson
@@ -24,7 +23,7 @@ pkgbase = communist
depends = icu
provides = communist
options = strip
- source = https://github.com/ProfessorNavigator/communist/archive/refs/tags/v1.1.tar.gz
- md5sums = 70022c88b2aa15841ad5c24cffdc79ef
+ source = https://github.com/ProfessorNavigator/communist/archive/refs/tags/v1.1.2.tar.gz
+ md5sums = a29fb86ca3be045036763e5a502a9ec3
pkgname = communist
diff --git a/PKGBUILD b/PKGBUILD
index 9b35b639a720..aeb5286a8516 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,15 @@
#Maintainer Yury Bobylev <bobilev_yury@mail.ru>
pkgname="communist"
-pkgver="1.1"
+pkgver="1.1.2"
pkgrel="1"
pkgdesc="Communist is a simple GTK4 based p2p messenger"
license=('GPL3')
arch=('x86_64')
provides=("${pkgname}")
-url="https://github.com/ProfessorNavigator/communist"
-source=("https://github.com/ProfessorNavigator/communist/archive/refs/tags/v1.1.tar.gz")
+source=("https://github.com/ProfessorNavigator/communist/archive/refs/tags/v1.1.2.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')
-md5sums=('70022c88b2aa15841ad5c24cffdc79ef')
+md5sums=('a29fb86ca3be045036763e5a502a9ec3')
options=(strip)
build() {