[arch-commits] Commit in adriconf/trunk (PKGBUILD)

Daniel Bermond dbermond at gemini.archlinux.org
Sat Feb 5 12:46:25 UTC 2022


    Date: Saturday, February 5, 2022 @ 12:46:22
  Author: dbermond
Revision: 1126436

upgpkg: adriconf 2.5.0-1

Modified:
  adriconf/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-05 12:27:50 UTC (rev 1126435)
+++ PKGBUILD	2022-02-05 12:46:22 UTC (rev 1126436)
@@ -1,16 +1,16 @@
 # Maintainer: Balló György <ballogyor+arch at gmail dot com>
 
 pkgname=adriconf
-pkgver=2.4.1
-pkgrel=3
+pkgver=2.5.0
+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)
-depends=(boost-libs gtkmm3 libxml++ pciutils)
-makedepends=(boost cmake)
+depends=(gtkmm3 pciutils pugixml)
+makedepends=(cmake)
 source=(https://gitlab.freedesktop.org/mesa/$pkgname/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz)
-sha256sums=('a0b6d9c2165cde5a1753fe7885246fbd17e51a768c88bc5b14ab83ac61d869f7')
+sha256sums=('d57bef5e72c7ccd68b442c998f63119da86e637d5d8284bc066347333492e183')
 
 build() {
   cmake -B build -S $pkgname-v$pkgver \



More information about the arch-commits mailing list