Date: Saturday, January 7, 2023 @ 15:11:00
Author: arojas
Revision: 1381685
archrelease: copy trunk to community-any
Added:
nicotine+/repos/community-any/PKGBUILD
(from rev 1381684, nicotine+/trunk/PKGBUILD)
Deleted:
nicotine+/repos/community-any/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-01-07 15:10:51 UTC (rev 1381684)
+++ PKGBUILD 2023-01-07 15:11:00 UTC (rev 1381685)
@@ -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=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
-}
Copied: nicotine+/repos/community-any/PKGBUILD (from rev 1381684,
nicotine+/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-01-07 15:11:00 UTC (rev 1381685)
@@ -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=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
+}