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

Balló György bgyorgy at archlinux.org
Sun Mar 14 14:51:26 UTC 2021


    Date: Sunday, March 14, 2021 @ 14:51:26
  Author: bgyorgy
Revision: 891108

upgpkg: libmanette 0.2.6-1: Update to new version

Modified:
  libmanette/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-14 14:50:39 UTC (rev 891107)
+++ PKGBUILD	2021-03-14 14:51:26 UTC (rev 891108)
@@ -1,19 +1,19 @@
 # Maintainer: Balló György <ballogyor+arch at gmail dot com>
 
 pkgname=libmanette
-pkgver=0.2.5
+pkgver=0.2.6
 pkgrel=1
 pkgdesc='Simple GObject game controller library'
 arch=('x86_64')
 license=('LGPL2.1')
-url='https://wiki.gnome.org/Apps/Games'
+url='https://gnome.pages.gitlab.gnome.org/libmanette/'
 depends=('libevdev' 'libgudev')
 makedepends=('gobject-introspection' 'meson' 'vala')
 source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
-sha256sums=('8006e08480c0cbd4f749ec155827d100447cf23903fad8240a7c4c321aa09a2b')
+sha256sums=('63653259a821ec7d90d681e52e757e2219d462828c9d74b056a5f53267636bac')
 
 build() {
-  arch-meson $pkgname-$pkgver build
+  arch-meson $pkgname-$pkgver build -D doc=true
   meson compile -C build
 }
 



More information about the arch-commits mailing list