summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYury Bobylev2022-09-05 15:54:03 +0400
committerYury Bobylev2022-09-05 15:54:03 +0400
commit9bcff581dbd29c0af21a19ed897bdbff7c3affe8 (patch)
treecb858b83d4994e6ce844fc4ce995bcdde207d10b
parent2d90b75feac96f3d82b95180f2b07795c5b10563 (diff)
downloadaur-9bcff581dbd29c0af21a19ed897bdbff7c3affe8.tar.gz
Version 2.0
-rw-r--r--.SRCINFO17
-rw-r--r--PKGBUILD12
2 files changed, 12 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 701ead99de03..ce51e2193b2c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = communist
- pkgdesc = Communist is a simple GTK4 based p2p messenger
- pkgver = 1.4.1
+ pkgdesc = Simple GTK4 based p2p messenger
+ pkgver = 2.0
pkgrel = 1
url = https://github.com/ProfessorNavigator/communist
arch = x86_64
@@ -11,21 +11,16 @@ pkgbase = communist
makedepends = gcc
makedepends = gtkmm-4.0
makedepends = hunspell
- makedepends = libtorrent-rasterbar
- makedepends = libgcrypt
- makedepends = libzip
makedepends = icu
- makedepends = boost
+ makedepends = libcommunist
depends = gtkmm-4.0
depends = hunspell
- depends = libtorrent-rasterbar
- depends = libgcrypt
- depends = libzip
depends = icu
depends = gst-plugins-good
+ depends = libcommunist
provides = communist
options = strip
- source = https://github.com/ProfessorNavigator/communist/archive/refs/tags/v1.4.1.tar.gz
- sha256sums = 698fa991735ede8253bfddb0e34044fcfd9207e800ee7e6d756500b1ca355779
+ source = https://github.com/ProfessorNavigator/communist/archive/refs/tags/v2.0.tar.gz
+ sha256sums = 552f94ffa2a67b254809cd6a567ffebd4bd3ed95c41de58f9eab2f2c23b58195
pkgname = communist
diff --git a/PKGBUILD b/PKGBUILD
index 4c08f8bab888..3e4410609465 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
#Maintainer Yury Bobylev <bobilev_yury@mail.ru>
pkgname="communist"
-pkgver="1.4.1"
+pkgver="2.0"
pkgrel="1"
-pkgdesc="Communist is a simple GTK4 based p2p messenger"
+pkgdesc="Simple GTK4 based p2p messenger"
license=('GPL3')
arch=('x86_64')
provides=("${pkgname}")
-source=("https://github.com/ProfessorNavigator/communist/archive/refs/tags/v1.4.1.tar.gz")
+source=("https://github.com/ProfessorNavigator/communist/archive/refs/tags/v2.0.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=('698fa991735ede8253bfddb0e34044fcfd9207e800ee7e6d756500b1ca355779')
+makedepends=('meson' 'ninja' 'pkgconf' 'gcc' 'gtkmm-4.0' 'hunspell' 'icu' 'libcommunist')
+depends=('gtkmm-4.0' 'hunspell' 'icu' 'gst-plugins-good' 'libcommunist')
+sha256sums=('552f94ffa2a67b254809cd6a567ffebd4bd3ed95c41de58f9eab2f2c23b58195')
options=(strip)
build() {