[arch-commits] Commit in nicotine+/repos/community-any (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Tue Nov 19 07:41:06 UTC 2019
Date: Tuesday, November 19, 2019 @ 07:41:05
Author: arojas
Revision: 530410
archrelease: copy trunk to community-any
Added:
nicotine+/repos/community-any/PKGBUILD
(from rev 530409, nicotine+/trunk/PKGBUILD)
Deleted:
nicotine+/repos/community-any/PKGBUILD
----------+
PKGBUILD | 50 +++++++++++++++++++++++++-------------------------
1 file changed, 25 insertions(+), 25 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-11-19 07:40:37 UTC (rev 530409)
+++ PKGBUILD 2019-11-19 07:41:05 UTC (rev 530410)
@@ -1,25 +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=1.4.1
-pkgrel=3
-pkgdesc='Soulseek music-sharing client, written in python'
-arch=(any)
-url='https://github.com/Nicotine-Plus/nicotine-plus'
-license=(GPL)
-depends=(mutagen pygtk)
-optdepends=('python2-geoip: to enable Geographical blocker')
-conflicts=(nicotine)
-replaces=(nicotine)
-source=($pkgname-$pkgver::"https://github.com/Nicotine-Plus/nicotine-plus/archive/$pkgver.tar.gz")
-sha256sums=('1b38ef196d981e4eb96fa990cc463143289784f988f559c4400b1d461497b7d6')
-
-package() {
- cd nicotine-plus-$pkgver
-
- python2 setup.py install --root="$pkgdir"
-}
Copied: nicotine+/repos/community-any/PKGBUILD (from rev 530409, nicotine+/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-11-19 07:41:05 UTC (rev 530410)
@@ -0,0 +1,25 @@
+# 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=1.4.1
+pkgrel=4
+pkgdesc='Soulseek music-sharing client, written in python'
+arch=(any)
+url='https://github.com/Nicotine-Plus/nicotine-plus'
+license=(GPL)
+depends=(python2-mutagen pygtk)
+optdepends=('python2-geoip: to enable Geographical blocker')
+conflicts=(nicotine)
+replaces=(nicotine)
+source=($pkgname-$pkgver::"https://github.com/Nicotine-Plus/nicotine-plus/archive/$pkgver.tar.gz")
+sha256sums=('1b38ef196d981e4eb96fa990cc463143289784f988f559c4400b1d461497b7d6')
+
+package() {
+ cd nicotine-plus-$pkgver
+
+ python2 setup.py install --root="$pkgdir"
+}
More information about the arch-commits
mailing list