summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-10-13 09:51:32 -0600
committerMark Wagie2020-10-13 09:51:32 -0600
commit06ea3e7f0dbf89ad498596ae2c0d4ec651e4d302 (patch)
tree6a340368489fbfe6f503f410c627e5f892fc1624
parent54dae835665fab89065aec53e3c87f8dffcafb45 (diff)
downloadaur-06ea3e7f0dbf89ad498596ae2c0d4ec651e4d302.tar.gz
Migrate from libnotify to GNotification
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b513dd8472d9..840b7bb799d9 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 = 2.1.2.dev1.r3475.ac83dca4
+ pkgver = 2.1.2.1.r3493.c4ff5830
pkgrel = 1
url = https://nicotine-plus.github.io/nicotine-plus
arch = any
@@ -11,7 +11,6 @@ pkgbase = nicotine-plus-git
depends = python-pytaglib
depends = python-gobject
depends = gtk3
- depends = libnotify
optdepends = gspell: for spell checking in chat
optdepends = nuspell: for spell checking in chat
optdepends = libappindicator-gtk3: for tray icon
diff --git a/PKGBUILD b/PKGBUILD
index d23a26a89633..ef990e392a1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
# Contributor: Jorge Barroso <jorge.barroso.11 at gmail dot com>
# Contributor: x-demon
pkgname=nicotine-plus-git
-pkgver=2.1.2.dev1.r3475.ac83dca4
+pkgver=2.1.2.1.r3493.c4ff5830
pkgrel=1
pkgdesc="A graphical client for the SoulSeek peer-to-peer system"
arch=('any')
url="https://nicotine-plus.github.io/nicotine-plus"
license=('GPL3')
-depends=('python-miniupnpc' 'python-pytaglib' 'python-gobject' 'gtk3' 'libnotify')
+depends=('python-miniupnpc' 'python-pytaglib' 'python-gobject' 'gtk3')
makedepends=('git')
optdepends=('gspell: for spell checking in chat'
'nuspell: for spell checking in chat'