[arch-commits] Commit in nicotine+ (3 files)

Antonio Rojas arojas at archlinux.org
Tue Jul 14 19:19:56 UTC 2020


    Date: Tuesday, July 14, 2020 @ 19:19:56
  Author: arojas
Revision: 663782

archrelease: copy trunk to community-any

Added:
  nicotine+/repos/
  nicotine+/repos/community-any/
  nicotine+/repos/community-any/PKGBUILD
    (from rev 663781, nicotine+/trunk/PKGBUILD)

----------+
 PKGBUILD |   23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

Copied: nicotine+/repos/community-any/PKGBUILD (from rev 663781, nicotine+/trunk/PKGBUILD)
===================================================================
--- repos/community-any/PKGBUILD	                        (rev 0)
+++ repos/community-any/PKGBUILD	2020-07-14 19:19:56 UTC (rev 663782)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Angel Velasquez <angvp at archlinux.org>
+# Contributor: Hugo Doria <hugo at archlinux.org>
+# Contributor: Andrew Wright <andreww at photism.org>
+
+pkgname=nicotine+
+pkgver=2.0.0
+pkgrel=1
+pkgdesc='Soulseek music-sharing client, written in python'
+arch=(any)
+url='https://github.com/Nicotine-Plus/nicotine-plus'
+license=(GPL)
+depends=(python-mutagen python-gobject gtk3)
+optdepends=('python-geoip: to enable Geographical blocker')
+source=("https://github.com/Nicotine-Plus/nicotine-plus/releases/download/$pkgver/nicotine-$pkgver.tar.gz")
+sha256sums=('06b1f343089a93bd07e6394926d71793aa615c55d593e0be81df24d6ed2caa66')
+
+package() {
+  cd nicotine-$pkgver
+
+  python setup.py install --root="$pkgdir"
+}



More information about the arch-commits mailing list