Date: Tuesday, December 15, 2020 @ 07:31:45 Author: arojas Revision: 775849
archrelease: copy trunk to community-any Added: nicotine+/repos/community-any/PKGBUILD (from rev 775848, nicotine+/trunk/PKGBUILD) Deleted: nicotine+/repos/community-any/PKGBUILD ----------+ PKGBUILD | 50 +++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2020-12-15 07:31:35 UTC (rev 775848) +++ PKGBUILD 2020-12-15 07:31:45 UTC (rev 775849) @@ -1,25 +0,0 @@ -# Maintainer: Antonio Rojas <aro...@archlinux.org> -# Contributor: Alexander Rødseth <rods...@gmail.com> -# Contributor: Angel Velasquez <an...@archlinux.org> -# Contributor: Hugo Doria <h...@archlinux.org> -# Contributor: Andrew Wright <andr...@photism.org> - -pkgname=nicotine+ -pkgver=2.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) -makedepends=(python-setuptools) -optdepends=('libappindicator-gtk3: tray icon') -#source=("https://github.com/Nicotine-Plus/nicotine-plus/releases/download/$pkgver/nicotine-$pkgver.tar.gz") -source=($pkgname-$pkgver.tar.gz::"https://github.com/Nicotine-Plus/nicotine-plus/archive/$pkgver.tar.gz") -sha256sums=('05a3e3816cce0751dae75602387ebe12791fe59942c14845a2632e4eb16d17d5') - -package() { - cd nicotine-plus-$pkgver - - python setup.py install --root="$pkgdir" -} Copied: nicotine+/repos/community-any/PKGBUILD (from rev 775848, nicotine+/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2020-12-15 07:31:45 UTC (rev 775849) @@ -0,0 +1,25 @@ +# Maintainer: Antonio Rojas <aro...@archlinux.org> +# Contributor: Alexander Rødseth <rods...@gmail.com> +# Contributor: Angel Velasquez <an...@archlinux.org> +# Contributor: Hugo Doria <h...@archlinux.org> +# Contributor: Andrew Wright <andr...@photism.org> + +pkgname=nicotine+ +pkgver=2.2.2 +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-setuptools) +optdepends=('libappindicator-gtk3: tray icon') +#source=("https://github.com/Nicotine-Plus/nicotine-plus/releases/download/$pkgver/nicotine-$pkgver.tar.gz") +source=($pkgname-$pkgver.tar.gz::"https://github.com/Nicotine-Plus/nicotine-plus/archive/$pkgver.tar.gz") +sha256sums=('a2734f11beb7ec4e32d1c8270b7328721b841830b22aed2db3c4acf2b66791bb') + +package() { + cd nicotine-plus-$pkgver + + python setup.py install --root="$pkgdir" +}