[arch-commits] Commit in adriconf/trunk (PKGBUILD)
Balló György
bgyorgy at archlinux.org
Fri Oct 4 15:52:03 UTC 2019
Date: Friday, October 4, 2019 @ 15:52:02
Author: bgyorgy
Revision: 512820
upgpkg: adriconf 1.5.1-1
Update to new version
Modified:
adriconf/trunk/PKGBUILD
----------+
PKGBUILD | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-04 15:48:43 UTC (rev 512819)
+++ PKGBUILD 2019-10-04 15:52:02 UTC (rev 512820)
@@ -1,15 +1,15 @@
# Maintainer: Balló György <ballogyor+arch at gmail dot com>
pkgname=adriconf
-pkgver=1.4
-pkgrel=2
+pkgver=1.5.1
+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://github.com/jlHertel/adriconf"
license=(GPL3)
depends=(boost-libs gtkmm3 libxml++ pciutils)
-makedepends=(boost cmake git gtest)
-_commit=5491ad8d813731274e337a7125d98735e1722028 # tags/v1.4
+makedepends=(boost cmake git)
+_commit=bfdd9128771a5c46c61b3bc36270161824d35ffd # tags/v1.5.1
source=("git+https://github.com/jlHertel/adriconf#commit=$_commit")
sha256sums=('SKIP')
@@ -25,7 +25,8 @@
build() {
cd build
cmake ../$pkgname \
- -DCMAKE_INSTALL_PREFIX=/usr
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DENABLE_UNIT_TESTS=OFF
make
}
More information about the arch-commits
mailing list