Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / 
adriconf


Commits:
3a1410a6 by Daniel Bermond at 2024-06-07T21:06:41-03:00
upgpkg: 2.7.2-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,15 @@
+pkgbase = adriconf
+       pkgdesc = GUI tool to configure Mesa drivers by setting options and 
writing them to the standard drirc file
+       pkgver = 2.7.2
+       pkgrel = 1
+       url = https://gitlab.freedesktop.org/mesa/adriconf
+       arch = x86_64
+       license = GPL-3.0-or-later
+       makedepends = cmake
+       depends = gtkmm-4.0
+       depends = pciutils
+       depends = pugixml
+       source = 
https://gitlab.freedesktop.org/mesa/adriconf/-/archive/v2.7.2/adriconf-v2.7.2.tar.gz
+       sha256sums = 
615cf34d8de1ee8d537e001e81129b3d57fa86b5c2b18120bd6b5476fb3a11c0
+
+pkgname = adriconf


=====================================
PKGBUILD
=====================================
@@ -1,16 +1,16 @@
 # Maintainer: Balló György <ballogyor+arch at gmail dot com>
 
 pkgname=adriconf
-pkgver=2.7.1
+pkgver=2.7.2
 pkgrel=1
 pkgdesc="GUI tool to configure Mesa drivers by setting options and writing 
them to the standard drirc file"
 arch=(x86_64)
 url="https://gitlab.freedesktop.org/mesa/adriconf";
-license=(GPL3)
+license=(GPL-3.0-or-later)
 depends=(gtkmm-4.0 pciutils pugixml)
 makedepends=(cmake)
 
source=(https://gitlab.freedesktop.org/mesa/$pkgname/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz)
-sha256sums=('7b9a3b560109e82090965449230ad75abb37a75f0f9fcea09e7267dc5463ca95')
+sha256sums=('615cf34d8de1ee8d537e001e81129b3d57fa86b5c2b18120bd6b5476fb3a11c0')
 
 build() {
   cmake -B build -S $pkgname-v$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/adriconf/-/commit/3a1410a6ee9128a6321a870df65ee6bc4cff0b14

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


Reply via email to