summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Cavalcanti2019-10-18 19:17:23 -0300
committerRafael Cavalcanti2019-10-18 19:19:07 -0300
commit95738173f14ed00cc86a8bcab21166e5fda0d556 (patch)
tree010bf0f1305c4e8e294a28e3c579efb6930d9a0c
parentad3c6c8877b7a74a923459e4c028db3b0f16066f (diff)
downloadaur-95738173f14ed00cc86a8bcab21166e5fda0d556.tar.gz
optdepends: Improve description
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b5077b212be..c15c904f3939 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = nicotine-plus-git
pkgdesc = A fork of Nicotine, a graphical client for Soulseek.
pkgver = 1.4.1.r17.g8b2c199
pkgrel = 1
- url = http://nicotine-plus.org
+ url = http://nicotine-plus.org/
arch = any
license = GPL3
makedepends = git
@@ -10,9 +10,9 @@ pkgbase = nicotine-plus-git
depends = pygtk
depends = gtk2
depends = mutagen
- optdepends = miniupnpc: To enable UPnP support
- optdepends = python2-geoip: To enable geo-blocker
- optdepends = python2-notify: Notification support
+ optdepends = miniupnpc: UPnP support
+ optdepends = python2-geoip: for geo-blocker
+ optdepends = python2-notify: for notifications
source = git+https://github.com/Nicotine-Plus/nicotine-plus.git
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 079c877235d6..b66f6ba039f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,13 +9,13 @@ pkgver=1.4.1.r17.g8b2c199
pkgrel=1
pkgdesc="A fork of Nicotine, a graphical client for Soulseek."
arch=('any')
-url="http://nicotine-plus.org"
+url="http://nicotine-plus.org/"
license=('GPL3')
depends=('pygtk' 'gtk2' 'mutagen')
makedepends=('git' 'python2')
-optdepends=('miniupnpc: To enable UPnP support'
- 'python2-geoip: To enable geo-blocker'
- 'python2-notify: Notification support')
+optdepends=('miniupnpc: UPnP support'
+ 'python2-geoip: for geo-blocker'
+ 'python2-notify: for notifications')
source=(git+https://github.com/Nicotine-Plus/${_gitname}.git)
sha512sums=('SKIP')