Date: Friday, January 6, 2023 @ 23:22:37
Author: arojas
Revision: 1380252
archrelease: copy trunk to community-any
Added:
nicotine+/repos/community-any/PKGBUILD
(from rev 1380251, nicotine+/trunk/PKGBUILD)
Deleted:
nicotine+/repos/community-any/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-01-06 23:22:29 UTC (rev 1380251)
+++ PKGBUILD 2023-01-06 23:22:37 UTC (rev 1380252)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-# Contributor: Alexander Rødseth <[email protected]>
-# Contributor: Angel Velasquez <[email protected]>
-# Contributor: Hugo Doria <[email protected]>
-# Contributor: Andrew Wright <[email protected]>
-
-pkgname=nicotine+
-pkgver=3.2.7
-pkgrel=1
-pkgdesc='Soulseek music-sharing client, written in python'
-arch=(any)
-url='https://github.com/Nicotine-Plus/nicotine-plus'
-license=(GPL)
-depends=(python-gobject gtk3 gspell libayatana-appindicator)
-makedepends=(python-build python-installer python-setuptools python-wheel)
-source=(https://github.com/Nicotine-Plus/nicotine-plus/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('575b56e17624d326be32b73b5ab4670967bf3cef3d7d02b1de8d07b950946cc7')
-
-build() {
- cd nicotine-plus-$pkgver
-
- python -m build --wheel --no-isolation
-}
-
-package() {
- cd nicotine-plus-$pkgver
-
- python -m installer --destdir="$pkgdir" dist/*.whl
-}
Copied: nicotine+/repos/community-any/PKGBUILD (from rev 1380251,
nicotine+/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-01-06 23:22:37 UTC (rev 1380252)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Alexander Rødseth <[email protected]>
+# Contributor: Angel Velasquez <[email protected]>
+# Contributor: Hugo Doria <[email protected]>
+# Contributor: Andrew Wright <[email protected]>
+
+pkgname=nicotine+
+pkgver=3.2.8
+pkgrel=1
+pkgdesc='Soulseek music-sharing client, written in python'
+arch=(any)
+url='https://github.com/Nicotine-Plus/nicotine-plus'
+license=(GPL)
+depends=(python-gobject gtk3 gspell libayatana-appindicator)
+makedepends=(python-build python-installer python-setuptools python-wheel)
+source=(https://github.com/Nicotine-Plus/nicotine-plus/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('09c8f2d3965a39f119aac2144fdc809afdd7b38c0c9bc2c7ad2c4ced4646338c')
+
+build() {
+ cd nicotine-plus-$pkgver
+
+ python -m build --wheel --no-isolation
+}
+
+package() {
+ cd nicotine-plus-$pkgver
+
+ python -m installer --destdir="$pkgdir" dist/*.whl
+}