Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
nicotine+


Commits:
bdf741b0 by Antonio Rojas at 2024-05-05T22:23:14+02:00
upgpkg: 3.3.3-1: Update to 3.3.3

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,10 +1,11 @@
 pkgbase = nicotine+
        pkgdesc = Soulseek music-sharing client, written in python
-       pkgver = 3.3.2
-       pkgrel = 2
+       pkgver = 3.3.3
+       pkgrel = 1
        url = https://github.com/Nicotine-Plus/nicotine-plus
        arch = any
        license = GPL-3.0-only
+       makedepends = git
        makedepends = python-build
        makedepends = python-installer
        makedepends = python-setuptools
@@ -15,7 +16,7 @@ pkgbase = nicotine+
        depends = pango
        depends = python
        depends = python-gobject
-       source = 
https://github.com/Nicotine-Plus/nicotine-plus/archive/3.3.2/nicotine+-3.3.2.tar.gz
-       sha256sums = 
1399e8edad1212ca17fdf4a44ab9975c195a57b269c16194e4f06a27d9d3d31a
+       source = git+https://github.com/Nicotine-Plus/nicotine-plus#tag=3.3.3
+       sha256sums = 
6a5621fad398c9a7ddb58ba8b573f2783feea8dda0e43d52b2f1adb880eeae1f
 
 pkgname = nicotine+


=====================================
PKGBUILD
=====================================
@@ -5,8 +5,8 @@
 # Contributor: Andrew Wright <[email protected]>
 
 pkgname=nicotine+
-pkgver=3.3.2
-pkgrel=2
+pkgver=3.3.3
+pkgrel=1
 pkgdesc='Soulseek music-sharing client, written in python'
 arch=(any)
 url='https://github.com/Nicotine-Plus/nicotine-plus'
@@ -17,21 +17,22 @@ depends=(gdk-pixbuf2
          pango
          python
          python-gobject)
-makedepends=(python-build
+makedepends=(git
+             python-build
              python-installer
              python-setuptools
              python-wheel)
-source=(https://github.com/Nicotine-Plus/nicotine-plus/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('1399e8edad1212ca17fdf4a44ab9975c195a57b269c16194e4f06a27d9d3d31a')
+source=(git+https://github.com/Nicotine-Plus/nicotine-plus#tag=$pkgver)
+sha256sums=('6a5621fad398c9a7ddb58ba8b573f2783feea8dda0e43d52b2f1adb880eeae1f')
 
 build() {
-  cd nicotine-plus-$pkgver
+  cd nicotine-plus
   
   python -m build --wheel --no-isolation
 }
 
 package() {
-  cd nicotine-plus-$pkgver
+  cd nicotine-plus
 
   python -m installer --destdir="$pkgdir" dist/*.whl
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nicotineplus/-/commit/bdf741b0afaf3fa1c962584a12a29312619ab8bd

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nicotineplus/-/commit/bdf741b0afaf3fa1c962584a12a29312619ab8bd
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to