summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYury Bobylev2022-05-24 18:06:06 +0400
committerYury Bobylev2022-05-24 18:06:06 +0400
commit5e7a30059fe30d4d6c8f68394c1e3812db29768a (patch)
tree0d8c28539625c4a73b5189a2fbc261b9aa5c9616
parent8561679b0c5df63291f04aa7275b90c5edc76645 (diff)
downloadaur-5e7a30059fe30d4d6c8f68394c1e3812db29768a.tar.gz
url added
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b59679cff111..df8dda73de62 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,6 +2,7 @@ pkgbase = communist
pkgdesc = Communist is a simple GTK4 based p2p messenger
pkgver = 1.1
pkgrel = 1
+ url = https://github.com/ProfessorNavigator/communist
arch = x86_64
license = GPL3
makedepends = meson
diff --git a/PKGBUILD b/PKGBUILD
index b677711d7980..9b35b639a720 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,6 +6,7 @@ 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")
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')