Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / piper


Commits:
8aac454f by Robin Candau at 2024-04-07T19:38:20+02:00
upgpkg: 0.7-3: Python 3.12 rebuild
https://archlinux.org/todo/python-modules-part-1/

- - - - -


3 changed files:

- + .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,25 @@
+pkgbase = piper
+       pkgdesc = GTK application to configure gaming mice
+       pkgver = 0.7
+       pkgrel = 3
+       url = https://github.com/libratbag/piper
+       arch = any
+       license = GPL-2.0-only
+       makedepends = git
+       makedepends = meson
+       makedepends = flake8
+       makedepends = appstream
+       depends = python
+       depends = python-gobject
+       depends = libratbag
+       depends = python-evdev
+       depends = python-lxml
+       depends = python-cairo
+       source = git+https://github.com/libratbag/piper#tag=0.7?signed
+       validpgpkeys = 3DCE51D60930EBA47858BA4146F633CBB0EB4BF2
+       validpgpkeys = 3C2C43D9447D5938EF4551EBE23B7E70B467F0BF
+       validpgpkeys = 2F2670AC164DB36F
+       validpgpkeys = BB45B0B3FF561BDBD45EE8A9B35B49EA5D563EFE
+       sha256sums = 
ec031b6c440c1308cafd8d2d2756a1e9550ce65ae66464f1c8d2d8c62b250084
+
+pkgname = piper


=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,6 @@
+[piper]
+source = "github"
+github = "libratbag/piper"
+prefix = "v"
+use_max_tag = true
+exclude_regex = ".*(pre|a|alpha|b|beta|r|rc).*"


=====================================
PKGBUILD
=====================================
@@ -1,12 +1,13 @@
 # Maintainer: Filipe Laíns (FFY00) <la...@archlinux.org>
+# Maintainer: Robin Candau <an...@archlinux.org>
 
 pkgname=piper
 pkgver=0.7
-pkgrel=2
+pkgrel=3
 pkgdesc='GTK application to configure gaming mice'
 arch=('any')
 url='https://github.com/libratbag/piper'
-license=('GPL')
+license=('GPL-2.0-only')
 depends=('python' 'python-gobject' 'libratbag' 'python-evdev' 'python-lxml' 
'python-cairo')
 makedepends=('git' 'meson' 'flake8' 'appstream')
 validpgpkeys=('3DCE51D60930EBA47858BA4146F633CBB0EB4BF2'  # Filipe Laíns 
(FFY00) <la...@archlinux.org>
@@ -14,7 +15,7 @@ validpgpkeys=('3DCE51D60930EBA47858BA4146F633CBB0EB4BF2'  # 
Filipe Laíns (FFY00
               '2F2670AC164DB36F'                          # Benjamin Tissoires 
<benjamin.tissoi...@gmail.com>
               'BB45B0B3FF561BDBD45EE8A9B35B49EA5D563EFE') # 
stephanlach...@protonmail.com <stephanlach...@protonmail.com>
 source=("git+$url#tag=$pkgver?signed")
-sha512sums=('SKIP')
+sha256sums=('ec031b6c440c1308cafd8d2d2756a1e9550ce65ae66464f1c8d2d8c62b250084')
 
 prepare() {
   cd $pkgname



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/piper/-/commit/8aac454ff3dc7d1524920fa7eef46db70b96c2cf

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/piper/-/commit/8aac454ff3dc7d1524920fa7eef46db70b96c2cf
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to