[arch-commits] Commit in nicotine+/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Tue Oct 13 06:11:56 UTC 2020
Date: Tuesday, October 13, 2020 @ 06:11:55
Author: arojas
Revision: 723800
Update to 2.1.2
Modified:
nicotine+/trunk/PKGBUILD
----------+
PKGBUILD | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-10-13 05:34:52 UTC (rev 723799)
+++ PKGBUILD 2020-10-13 06:11:55 UTC (rev 723800)
@@ -5,8 +5,8 @@
# Contributor: Andrew Wright <andreww at photism.org>
pkgname=nicotine+
-pkgver=2.1.1
-pkgrel=2
+pkgver=2.1.2
+pkgrel=1
pkgdesc='Soulseek music-sharing client, written in python'
arch=(any)
url='https://github.com/Nicotine-Plus/nicotine-plus'
@@ -14,11 +14,12 @@
depends=(python-pytaglib python-gobject python-miniupnpc gtk3 gspell libnotify)
makedepends=(python-setuptools)
optdepends=('libappindicator-gtk3: tray icon')
-source=("https://github.com/Nicotine-Plus/nicotine-plus/releases/download/$pkgver/nicotine-$pkgver.tar.gz")
-sha256sums=('44be702fbf3b7cdb4920eacb80bbb307e29ec7e9d736187a54f6d4b0760ec942')
+#source=("https://github.com/Nicotine-Plus/nicotine-plus/releases/download/$pkgver/nicotine-$pkgver.tar.gz")
+source=($pkgname-$pkgver.tar.gz::"https://github.com/Nicotine-Plus/nicotine-plus/archive/$pkgver.tar.gz")
+sha256sums=('3ed18ade97183c632836eb8e304a515fc19a35babb46cc6e6747bcfd8205dcdf')
package() {
- cd nicotine-$pkgver
+ cd nicotine-plus-$pkgver
python setup.py install --root="$pkgdir"
}
More information about the arch-commits
mailing list