[arch-commits] Commit in nicotine+/repos/community-any (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Thu Jul 16 06:24:57 UTC 2020
Date: Thursday, July 16, 2020 @ 06:24:57
Author: arojas
Revision: 664041
archrelease: copy trunk to community-any
Added:
nicotine+/repos/community-any/PKGBUILD
(from rev 664040, nicotine+/trunk/PKGBUILD)
Deleted:
nicotine+/repos/community-any/PKGBUILD
----------+
PKGBUILD | 46 +++++++++++++++++++++++-----------------------
1 file changed, 23 insertions(+), 23 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-16 06:24:47 UTC (rev 664040)
+++ PKGBUILD 2020-07-16 06:24:57 UTC (rev 664041)
@@ -1,23 +0,0 @@
-# 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"
-}
Copied: nicotine+/repos/community-any/PKGBUILD (from rev 664040, nicotine+/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-07-16 06:24:57 UTC (rev 664041)
@@ -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=2
+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 python-miniupnpc gtk3 gsound gspell libnotify)
+optdepends=('libappindicator-gtk3: tray icon')
+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