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

Jerome Leclanche jleclanche at archlinux.org
Fri Jul 29 11:14:01 UTC 2016


    Date: Friday, July 29, 2016 @ 11:14:01
  Author: jleclanche
Revision: 184618

upgpkg: wlc 0.0.4-1

Upstream release 0.0.4

Modified:
  wlc/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-29 10:54:50 UTC (rev 184617)
+++ PKGBUILD	2016-07-29 11:14:01 UTC (rev 184618)
@@ -1,6 +1,6 @@
 # $Id$
 pkgname=wlc
-pkgver=0.0.3
+pkgver=0.0.4
 pkgrel=1
 pkgdesc="Wayland Compositor Library"
 url="https://github.com/Cloudef/wlc"
@@ -11,9 +11,15 @@
 	"wayland" "wayland-protocols" "libxkbcommon" "libinput" "libgl"
 )
 makedepends=("cmake")
-source=("https://github.com/Cloudef/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.bz2")
-sha256sums=("086556f97e635469afd1f73e191ac57c888925f4480d526346946350273ebb3f")
+source=(
+	"https://github.com/Cloudef/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.bz2"
+)
+sha256sums=(
+	"16e621ba3c1571433f1b5c6d2853f9bb6aa355de610070e403cbb79d35e8815e"
+)
+validpgpkeys=("F769BB961AF6D26A")
 
+
 build() {
 	mkdir -p build
 	cd build



More information about the arch-commits mailing list