[arch-commits] Commit in nicotine+/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Sat Mar 19 23:07:27 UTC 2022


    Date: Saturday, March 19, 2022 @ 23:07:26
  Author: arojas
Revision: 1162634

Update to 3.2.2

Modified:
  nicotine+/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-19 23:07:26 UTC (rev 1162633)
+++ PKGBUILD	2022-03-19 23:07:26 UTC (rev 1162634)
@@ -5,7 +5,7 @@
 # Contributor: Andrew Wright <andreww at photism.org>
 
 pkgname=nicotine+
-pkgver=3.2.1
+pkgver=3.2.2
 pkgrel=1
 pkgdesc='Soulseek music-sharing client, written in python'
 arch=(any)
@@ -13,18 +13,18 @@
 license=(GPL)
 depends=(python-gobject gtk3 gspell)
 optdepends=('libappindicator-gtk3: tray icon')
-makedepends=(python-setuptools)
+makedepends=(python-build python-installer python-setuptools python-wheel)
 source=(https://github.com/Nicotine-Plus/nicotine-plus/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('fa9301fe816e3a753948325ae193b58750c2e1e80c92aee3e049309ad47ee80b')
+sha256sums=('f58286f4dec6febfeab075cdfe2d2fc35c58349a504f7d393ec129df132ad40f')
 
 build() {
   cd nicotine-plus-$pkgver
   
-  python setup.py build
+  python -m build --wheel --no-isolation
 }
 
 package() {
   cd nicotine-plus-$pkgver
 
-  python setup.py install --root="$pkgdir"
+  python -m installer --destdir="$pkgdir" dist/*.whl
 }



More information about the arch-commits mailing list