Date: Saturday, March 9, 2019 @ 15:55:07 Author: bgyorgy Revision: 438367
upgpkg: adriconf 1.4-1 Update to new version Modified: adriconf/trunk/PKGBUILD ----------+ PKGBUILD | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-03-09 15:55:01 UTC (rev 438366) +++ PKGBUILD 2019-03-09 15:55:07 UTC (rev 438367) @@ -1,8 +1,8 @@ # Maintainer: Balló György <ballogyor+arch at gmail dot com> pkgname=adriconf -pkgver=1.3 -pkgrel=6 +pkgver=1.4 +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" @@ -9,7 +9,7 @@ license=(GPL3) depends=(boost-libs gtkmm3 libxml++ pciutils) makedepends=(boost cmake git gtest) -_commit=93e4ac64999c3ef3f73aab593cca642ef1d9da6f # tags/v1.3 +_commit=5491ad8d813731274e337a7125d98735e1722028 # tags/v1.4 source=("git+https://github.com/jlHertel/adriconf#commit=$_commit") sha256sums=('SKIP') @@ -20,15 +20,6 @@ prepare() { mkdir -p build - cd $pkgname - - # Build with libxml++ 3.0 - # https://github.com/jlHertel/adriconf/issues/47 - sed -i 's/libxml++-2.6/libxml++-3.0/' CMakeLists.txt - - # Fix AppStream metadata - # https://github.com/jlHertel/adriconf/pull/41 - git cherry-pick -n f4bf2225bad563b15161e193bf7ccecbd0c6d578 } build() {
