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

Jan Steffens heftig at archlinux.org
Wed Mar 17 15:31:41 UTC 2021


    Date: Wednesday, March 17, 2021 @ 15:31:41
  Author: heftig
Revision: 893411

1.8.0-1: vala 0.52, meson

Modified:
  valabind/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-17 15:27:58 UTC (rev 893410)
+++ PKGBUILD	2021-03-17 15:31:41 UTC (rev 893411)
@@ -1,25 +1,27 @@
 # Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
 
 pkgname=valabind
-pkgver=1.7.2
+pkgver=1.8.0
 pkgrel=1
 pkgdesc='Tool to parse vala or vapi files to transform them into swig interface files, C++, NodeJS-ffi or GIR'
 url='https://github.com/radare/valabind'
 arch=('x86_64')
 license=('GPL3')
-depends=('sh' 'glibc' 'glib2' 'vala' 'swig' 'libvala-0.50.so')
+depends=('sh' 'glibc' 'glib2' 'vala' 'swig' 'libvala-0.52.so')
+makedepends=('meson')
 source=(${pkgname}-${pkgver}.tar.gz::https://github.com/radare/${pkgname}/archive/${pkgver}.tar.gz)
-sha256sums=('643c1ddc85e31de975df361a20e3f39d385f5ced0e50483c6e96b33bb3d32261')
-sha512sums=('52b944eaf5cbe07ef1b6601141544d3549d9e6aa0470d67a5e1dd967d591ff033f0426b4159a762896647863de70d510abd6e0146c5ee8e8891d12047868d9f3')
+sha256sums=('3eba8c36c923eda932a95b8d0c16b7b30e8cdda442252431990436519cf87cdd')
+sha512sums=('50a32b080e1f55b88ce65facd8df948e77938a74b800658cadd9874ff4f78fa3d11cee97b5fe19d69c0fc664af8ab1750bbc2a4163c89546ee2cc4e82034f7e4')
 
 build() {
   cd ${pkgname}-${pkgver}
-  make
+  arch-meson . build
+  meson compile -C build
 }
 
 package() {
   cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
+  DESTDIR="${pkgdir}" meson install -C build
 }
 
 # vim: ts=2 sw=2 et:



More information about the arch-commits mailing list