Date: Sunday, March 5, 2023 @ 23:23:41
Author: arojas
Revision: 1415181
archrelease: copy trunk to community-any
Added:
nicotine+/repos/community-any/PKGBUILD
(from rev 1415180, nicotine+/trunk/PKGBUILD)
Deleted:
nicotine+/repos/community-any/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-05 23:23:32 UTC (rev 1415180)
+++ PKGBUILD 2023-03-05 23:23:41 UTC (rev 1415181)
@@ -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.8
-pkgrel=2
-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)
-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
-}
Copied: nicotine+/repos/community-any/PKGBUILD (from rev 1415180,
nicotine+/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-05 23:23:41 UTC (rev 1415181)
@@ -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.9
+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)
+makedepends=(python-build python-installer python-setuptools python-wheel)
+source=(https://github.com/Nicotine-Plus/nicotine-plus/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('aeaf45742a915345d1635f36ca334c3f332788c7a27262408be9998985f99e41')
+
+build() {
+ cd nicotine-plus-$pkgver
+
+ python -m build --wheel --no-isolation
+}
+
+package() {
+ cd nicotine-plus-$pkgver
+
+ python -m installer --destdir="$pkgdir" dist/*.whl
+}