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 <[email protected]>
+# Contributor: Alexander Rødseth <[email protected]>
+# Contributor: Angel Velasquez <[email protected]>
+# Contributor: Hugo Doria <[email protected]>
+# Contributor: Andrew Wright <[email protected]>
+
+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"
+}

Reply via email to