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

Jan Steffens heftig at archlinux.org
Mon May 14 17:07:36 UTC 2018


    Date: Monday, May 14, 2018 @ 17:07:35
  Author: heftig
Revision: 324262

1.14-1

Modified:
  wayland-protocols/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-14 17:07:23 UTC (rev 324261)
+++ PKGBUILD	2018-05-14 17:07:35 UTC (rev 324262)
@@ -2,7 +2,7 @@
 # Maintainer: Sébastien Luttringer <seblu at seblu.net>
 
 pkgname=wayland-protocols
-pkgver=1.13
+pkgver=1.14
 pkgrel=1
 pkgdesc='Specifications of extended Wayland protocols'
 arch=('any')
@@ -12,9 +12,13 @@
 validpgpkeys=('8307C0A224BABDA1BABD0EB9A6EEEC9E0136164A'  # Jonas Ådahl
               'A66D805F7C9329B4C5D82767CCC4F07FAC641EFF') # Daniel Stone
 source=("https://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"{,.sig})
-sha1sums=('1b4b3385e168c361b4d350668d92f3a90ceee189'
+sha1sums=('54cf2afd63afb4512ee45514d4e8bcb86cc15100'
           'SKIP')
 
+prepare() {
+  cd $pkgname-$pkgver
+}
+
 build() {
   cd $pkgname-$pkgver
 
@@ -22,6 +26,12 @@
   make
 }
 
+check() {
+  cd $pkgname-$pkgver
+
+  make check
+}
+
 package() {
   cd $pkgname-$pkgver
 



More information about the arch-commits mailing list