summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-09-17 11:32:51 -0600
committerMark Wagie2023-09-17 11:32:51 -0600
commit4f65090681ea2f80125f7e14bbf30f152db21ee6 (patch)
tree6328d58d2e9e1b303e4769bfcb12f3178aa31911
parent8efd48a1db95e3e6b96b8542f5cd9987fd181a26 (diff)
downloadaur-4f65090681ea2f80125f7e14bbf30f152db21ee6.tar.gz
update optdepends descripitons
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3da0912fd76f..f7d46bf078b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nicotine-plus-git
pkgdesc = A graphical client for the SoulSeek peer-to-peer system
- pkgver = 3.3.0.dev4.r8629.897858496
+ pkgver = 3.3.0.dev5.r9680.2b040538b
pkgrel = 1
url = https://nicotine-plus.org
arch = any
@@ -14,10 +14,10 @@ pkgbase = nicotine-plus-git
makedepends = python-setuptools
makedepends = python-wheel
depends = python-gobject
- optdepends = gtk4: default Gtk version
- optdepends = libadwaita: used with gtk4 if available
- optdepends = gtk3: fallback if gtk4 is not installed
- optdepends = gspell: for spell checking in chat (Gtk 3 only)
+ optdepends = gtk4: default GTK version
+ optdepends = libadwaita: for Adwaita theme on GNOME (GTK 4)
+ optdepends = gtk3: fallback if GTK 4 is not installed
+ optdepends = gspell: for spell checking in chat (GTK 3)
provides = nicotine-plus
provides = nicotine+
provides = nicotine
diff --git a/PKGBUILD b/PKGBUILD
index 6a68a49d8f79..60ff3f14d1b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: x-demon
pkgname=nicotine-plus-git
_appdata_id=org.nicotine_plus.Nicotine
-pkgver=3.3.0.dev4.r8629.897858496
+pkgver=3.3.0.dev5.r9680.2b040538b
pkgrel=1
pkgdesc="A graphical client for the SoulSeek peer-to-peer system"
arch=('any')
@@ -12,10 +12,10 @@ url="https://nicotine-plus.org"
license=('GPL3')
depends=('python-gobject')
makedepends=('git' 'python-build' 'python-installer' 'python-setuptools' 'python-wheel')
-optdepends=('gtk4: default Gtk version'
- 'libadwaita: used with gtk4 if available'
- 'gtk3: fallback if gtk4 is not installed'
- 'gspell: for spell checking in chat (Gtk 3 only)')
+optdepends=('gtk4: default GTK version'
+ 'libadwaita: for Adwaita theme on GNOME (GTK 4)'
+ 'gtk3: fallback if GTK 4 is not installed'
+ 'gspell: for spell checking in chat (GTK 3)')
checkdepends=('appstream-glib' 'desktop-file-utils' 'python-pytest-xvfb')
provides=("${pkgname%-git}" 'nicotine+' 'nicotine')
conflicts=("${pkgname%-git}" 'nicotine+' 'nicotine')