[arch-commits] Commit in nicotine+/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Fri Jul 23 17:20:14 UTC 2021
Date: Friday, July 23, 2021 @ 17:20:13
Author: arojas
Revision: 984568
Update to 3.1.0
Modified:
nicotine+/trunk/PKGBUILD
----------+
PKGBUILD | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-23 16:56:43 UTC (rev 984567)
+++ PKGBUILD 2021-07-23 17:20:13 UTC (rev 984568)
@@ -5,7 +5,7 @@
# Contributor: Andrew Wright <andreww at photism.org>
pkgname=nicotine+
-pkgver=3.0.6
+pkgver=3.1.0
pkgrel=1
pkgdesc='Soulseek music-sharing client, written in python'
arch=(any)
@@ -13,10 +13,15 @@
license=(GPL)
depends=(python-gobject gtk3 gspell)
optdepends=('libappindicator-gtk3: tray icon')
-#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=('7ff5a256eb428037b2706bd87918fda509a36aa994cd157861acfdaaf140a6a2')
+source=(https://github.com/Nicotine-Plus/nicotine-plus/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('1234f2baa87efd6ead7260a01a2a43e54362504948782cc427c493c006d98175')
+build() {
+ cd nicotine-plus-$pkgver
+
+ python setup.py build
+}
+
package() {
cd nicotine-plus-$pkgver
More information about the arch-commits
mailing list