Date: Sunday, December 19, 2021 @ 09:22:55 Author: arojas Revision: 1078289
Update to 3.2.0 Modified: nicotine+/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-12-19 05:19:31 UTC (rev 1078288) +++ PKGBUILD 2021-12-19 09:22:55 UTC (rev 1078289) @@ -5,8 +5,8 @@ # Contributor: Andrew Wright <[email protected]> pkgname=nicotine+ -pkgver=3.1.1 -pkgrel=2 +pkgver=3.2.0 +pkgrel=1 pkgdesc='Soulseek music-sharing client, written in python' arch=(any) url='https://github.com/Nicotine-Plus/nicotine-plus' @@ -13,8 +13,9 @@ license=(GPL) depends=(python-gobject gtk3 gspell) optdepends=('libappindicator-gtk3: tray icon') +makedepends=(python-setuptools) source=(https://github.com/Nicotine-Plus/nicotine-plus/archive/$pkgver/$pkgname-$pkgver.tar.gz) -sha256sums=('d02f374eaf4cf8cebb2b4068ed5dd36f5774d5ea72b61715ff39bfd6936252d0') +sha256sums=('ec3a90ca9a791e7724bbb6504defe0b4104a21dd7da3f20fdc7a50519f90228e') build() { cd nicotine-plus-$pkgver
