[arch-commits] Commit in gtk-layer-shell/trunk (PKGBUILD)

Brett Cornwall ainola at archlinux.org
Thu Oct 22 15:18:10 UTC 2020


    Date: Thursday, October 22, 2020 @ 15:18:09
  Author: ainola
Revision: 729234

upgpkg: gtk-layer-shell 0.4.0-1; enable tests

Modified:
  gtk-layer-shell/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-22 15:15:41 UTC (rev 729233)
+++ PKGBUILD	2020-10-22 15:18:09 UTC (rev 729234)
@@ -3,7 +3,7 @@
 
 pkgdesc='Library to create Wayland desktop components using the Layer Shell protocol'
 pkgname=gtk-layer-shell
-pkgver=0.3.0
+pkgver=0.4.0
 pkgrel=1
 arch=(x86_64)
 license=(LGPL3)
@@ -19,7 +19,7 @@
     "ninja"
 )
 source=("$pkgname-$pkgver.tar.gz::https://github.com/wmww/gtk-layer-shell/archive/v$pkgver.tar.gz")
-sha512sums=('55464cf1c41b5e5ab12b6c7e0bccade8fbf77c09da08e5d160c5dfdfbb3160830d456ed0325bedc8e8a0e6af683f62b51c23e3cfc6e3094c31f5a5c1fbaed350')
+sha512sums=('60882fa1b79c81ececd7d5dd1b3722cde10f48ff1e25a533afc6c0474d75f8e83d596ec3585301917337e770766db4a14c1c45132c4fef09d49967e2fd531049')
 
 build() {
     meson --prefix=/usr \
@@ -31,6 +31,10 @@
     ninja -C build
 }
 
+test() {
+    ninja -C test
+}
+
 package() {
     DESTDIR="$pkgdir" ninja -C build install
 }



More information about the arch-commits mailing list