[arch-commits] Commit in nicotine+/repos/community-any (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Fri Aug 26 22:14:20 UTC 2022
Date: Friday, August 26, 2022 @ 22:14:20
Author: arojas
Revision: 1284485
archrelease: copy trunk to community-any
Added:
nicotine+/repos/community-any/PKGBUILD
(from rev 1284484, nicotine+/trunk/PKGBUILD)
Deleted:
nicotine+/repos/community-any/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-08-26 22:14:11 UTC (rev 1284484)
+++ PKGBUILD 2022-08-26 22:14:20 UTC (rev 1284485)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Angel Velasquez <angvp at archlinux.org>
-# Contributor: Hugo Doria <hugo at archlinux.org>
-# Contributor: Andrew Wright <andreww at photism.org>
-
-pkgname=nicotine+
-pkgver=3.2.3
-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=('1c988b567bd45fd2c24e237557e000a9a36f4c562980146968a8ff09c6271995')
-
-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 1284484, nicotine+/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-08-26 22:14:20 UTC (rev 1284485)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Angel Velasquez <angvp at archlinux.org>
+# Contributor: Hugo Doria <hugo at archlinux.org>
+# Contributor: Andrew Wright <andreww at photism.org>
+
+pkgname=nicotine+
+pkgver=3.2.4
+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=('2041f42934273e9e899d6ec2221e927af41cf013ec4f70049f4f4e8eb74c0b7d')
+
+build() {
+ cd nicotine-plus-$pkgver
+
+ python -m build --wheel --no-isolation
+}
+
+package() {
+ cd nicotine-plus-$pkgver
+
+ python -m installer --destdir="$pkgdir" dist/*.whl
+}
More information about the arch-commits
mailing list