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

Antonio Rojas arojas at gemini.archlinux.org
Fri Jul 29 17:07:06 UTC 2022


    Date: Friday, July 29, 2022 @ 17:07:06
  Author: arojas
Revision: 451742

upgpkg: uhttpmock 0.5.5-1: Update to 0.5.5

Modified:
  uhttpmock/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-29 12:07:03 UTC (rev 451741)
+++ PKGBUILD	2022-07-29 17:07:06 UTC (rev 451742)
@@ -1,23 +1,25 @@
-# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Maintainer:
+# Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=uhttpmock
-pkgver=0.5.3
+pkgver=0.5.5
 pkgrel=1
 pkgdesc="HTTP web service mocking project for projects which use libsoup"
-url="https://gitlab.com/uhttpmock/uhttpmock"
+url="https://gitlab.freedesktop.org/pwithnall/uhttpmock"
 depends=('glib2' 'libsoup')
+makedepends=('meson' 'gtk-doc')
 license=('LGPL2.1')
 arch=(x86_64)
-source=(https://tecnocode.co.uk/downloads/uhttpmock/$pkgname-$pkgver.tar.xz)
-sha256sums=('90843223c3a30bdb7f1eb3442373a03fee425af85a9df289cd687698ccff112f')
+source=(https://gitlab.freedesktop.org/pwithnall/uhttpmock/-/archive/$pkgver/uhttpmock-$pkgver.tar.gz)
+sha256sums=('61e812c33f15ecd840ebe729cf10727142c1ef0244b589fd82be7d1f9f19b8fe')
 
 build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
+  meson build $pkgname-$pkgver \
+    --prefix=/usr \
+    -D introspection=false
+  meson compile -C build
 }
 
 package() {
-  cd $pkgname-$pkgver
-  make install DESTDIR="$pkgdir"
+  meson install -C build --destdir="$pkgdir"
 }



More information about the arch-commits mailing list