[arch-commits] Commit in nicotine+/repos/community-any (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Thu Feb 10 23:10:31 UTC 2022
Date: Thursday, February 10, 2022 @ 23:10:31
Author: arojas
Revision: 1131510
archrelease: copy trunk to community-any
Added:
nicotine+/repos/community-any/PKGBUILD
(from rev 1131509, nicotine+/trunk/PKGBUILD)
Deleted:
nicotine+/repos/community-any/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-02-10 23:10:21 UTC (rev 1131509)
+++ PKGBUILD 2022-02-10 23:10:31 UTC (rev 1131510)
@@ -1,30 +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.0
-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)
-optdepends=('libappindicator-gtk3: tray icon')
-makedepends=(python-setuptools)
-source=(https://github.com/Nicotine-Plus/nicotine-plus/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('ec3a90ca9a791e7724bbb6504defe0b4104a21dd7da3f20fdc7a50519f90228e')
-
-build() {
- cd nicotine-plus-$pkgver
-
- python setup.py build
-}
-
-package() {
- cd nicotine-plus-$pkgver
-
- python setup.py install --root="$pkgdir"
-}
Copied: nicotine+/repos/community-any/PKGBUILD (from rev 1131509, nicotine+/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-02-10 23:10:31 UTC (rev 1131510)
@@ -0,0 +1,30 @@
+# 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.1
+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)
+optdepends=('libappindicator-gtk3: tray icon')
+makedepends=(python-setuptools)
+source=(https://github.com/Nicotine-Plus/nicotine-plus/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('fa9301fe816e3a753948325ae193b58750c2e1e80c92aee3e049309ad47ee80b')
+
+build() {
+ cd nicotine-plus-$pkgver
+
+ python setup.py build
+}
+
+package() {
+ cd nicotine-plus-$pkgver
+
+ python setup.py install --root="$pkgdir"
+}
More information about the arch-commits
mailing list