summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-02-10 10:47:45 -0700
committerMark Wagie2024-02-10 10:47:45 -0700
commit8aac4e3acfc7a7627b3b935c26116037682c6dcc (patch)
tree9356eee4d44aad0a3d8ea70a5271d76c83006b1e
parentce2e9d4ecc831b17b452f0958ed4316aba93ad6f (diff)
downloadaur-8aac4e3acfc7a7627b3b935c26116037682c6dcc.tar.gz
update deps
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 6 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 25c0a72a8e29..77e805a8d17a 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.dev6.r9955.023383076
+ pkgver = 3.3.1.dev1.r10541.2bf25fb39
pkgrel = 1
url = https://nicotine-plus.org
arch = any
@@ -13,11 +13,9 @@ pkgbase = nicotine-plus-git
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
+ depends = gtk4
depends = python-gobject
- 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)
+ optdepends = libadwaita: for Adwaita theme on GNOME
provides = nicotine-plus
provides = nicotine+
provides = nicotine
diff --git a/PKGBUILD b/PKGBUILD
index 4fe73fcfbd68..ac375182b61b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,18 +4,15 @@
# Contributor: x-demon
pkgname=nicotine-plus-git
_appdata_id=org.nicotine_plus.Nicotine
-pkgver=3.3.0.dev6.r9955.023383076
+pkgver=3.3.1.dev1.r10541.2bf25fb39
pkgrel=1
pkgdesc="A graphical client for the SoulSeek peer-to-peer system"
arch=('any')
url="https://nicotine-plus.org"
license=('GPL-3.0-or-later')
-depends=('python-gobject')
+depends=('gtk4' 'python-gobject')
makedepends=('git' 'python-build' 'python-installer' 'python-setuptools' 'python-wheel')
-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)')
+optdepends=('libadwaita: for Adwaita theme on GNOME')
checkdepends=('appstream-glib' 'desktop-file-utils' 'python-pytest')
provides=("${pkgname%-git}" 'nicotine+' 'nicotine')
conflicts=("${pkgname%-git}" 'nicotine+' 'nicotine')