Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages /
solaar
Commits:
f1340682 by Frederik Schwan at 2024-04-04T09:49:30+02:00
upgpkg: 1.1.11-2: python 3.12 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = solaar
pkgdesc = Linux device manager for a wide range of Logitech devices
pkgver = 1.1.11
- pkgrel = 1
+ pkgrel = 2
url = https://pwr-solaar.github.io/Solaar/
arch = any
license = GPL-2.0-or-later
@@ -24,8 +24,8 @@ pkgbase = solaar
depends = python-xlib
depends = python-yaml
optdepends = libayatana-appindicator: Display tray icon
- source =
git+https://github.com/pwr-Solaar/Solaar.git#tag=2e4f3883693256d770cdf87ae1a4d194da2445ee?signed
+ source = git+https://github.com/pwr-Solaar/Solaar.git#tag=1.1.11?signed
validpgpkeys = 2FF2ACA9D97FF7B42CF8494A1E32E75672D6A196
- sha512sums = SKIP
+ sha512sums =
c0a4ed099fe61da12854578d4c8576dfabbab5413b07ce9f290dc198aa4ad4af71cca3b58458cbdcf8b9b5c07bad55301315d1a1f439f9bde37a963d021850f5
pkgname = solaar
=====================================
PKGBUILD
=====================================
@@ -5,8 +5,7 @@
_name=Solaar
pkgname=solaar
pkgver=1.1.11
-_commit=2e4f3883693256d770cdf87ae1a4d194da2445ee # refs/tags/1.1.11
-pkgrel=1
+pkgrel=2
pkgdesc="Linux device manager for a wide range of Logitech devices"
url="https://pwr-solaar.github.io/Solaar/"
_url="https://github.com/pwr-Solaar/Solaar"
@@ -35,8 +34,8 @@ makedepends=(
python-wheel
)
optdepends=('libayatana-appindicator: Display tray icon')
-source=("git+$_url.git#tag=$_commit?signed")
-sha512sums=('SKIP')
+source=("git+$_url.git#tag=$pkgver?signed")
+sha512sums=('c0a4ed099fe61da12854578d4c8576dfabbab5413b07ce9f290dc198aa4ad4af71cca3b58458cbdcf8b9b5c07bad55301315d1a1f439f9bde37a963d021850f5')
validpgpkeys=('2FF2ACA9D97FF7B42CF8494A1E32E75672D6A196') # Peter F.
Patel-Schneider (key generated for github) <[email protected]>
pkgver() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/solaar/-/commit/f1340682a382d5a04c460325ebdf210c0f8afecf
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/solaar/-/commit/f1340682a382d5a04c460325ebdf210c0f8afecf
You're receiving this email because of your account on gitlab.archlinux.org.