[arch-commits] Commit in wayland-protocols/repos/extra-any (PKGBUILD PKGBUILD)

Sébastien Luttringer seblu at archlinux.org
Sat Dec 9 20:21:01 UTC 2017


    Date: Saturday, December 9, 2017 @ 20:21:01
  Author: seblu
Revision: 311984

archrelease: copy trunk to extra-any

Added:
  wayland-protocols/repos/extra-any/PKGBUILD
    (from rev 311983, wayland-protocols/trunk/PKGBUILD)
Deleted:
  wayland-protocols/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-09 20:20:53 UTC (rev 311983)
+++ PKGBUILD	2017-12-09 20:21:01 UTC (rev 311984)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer <seblu at seblu.net>
-
-pkgname=wayland-protocols
-pkgver=1.11
-pkgrel=1
-pkgdesc='Specifications of extended Wayland protocols'
-arch=('any')
-url='https://wayland.freedesktop.org/'
-license=('MIT')
-makedepends=('wayland')
-validpgpkeys=('8307C0A224BABDA1BABD0EB9A6EEEC9E0136164A'  # Jonas Ådahl
-              'A66D805F7C9329B4C5D82767CCC4F07FAC641EFF') # Daniel Stone
-source=("https://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"{,.sig})
-sha1sums=('2870a628fc0035c9932dd6475f04976bf86f2933'
-          'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-  install -Dm 644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: wayland-protocols/repos/extra-any/PKGBUILD (from rev 311983, wayland-protocols/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-12-09 20:21:01 UTC (rev 311984)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sébastien Luttringer <seblu at seblu.net>
+
+pkgname=wayland-protocols
+pkgver=1.12
+pkgrel=1
+pkgdesc='Specifications of extended Wayland protocols'
+arch=('any')
+url='https://wayland.freedesktop.org/'
+license=('MIT')
+makedepends=('wayland')
+validpgpkeys=('8307C0A224BABDA1BABD0EB9A6EEEC9E0136164A'  # Jonas Ådahl
+              'A66D805F7C9329B4C5D82767CCC4F07FAC641EFF') # Daniel Stone
+source=("https://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"{,.sig})
+sha1sums=('ac908e91c6c5e7802c0af48f55725ad683017e72'
+          'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+  install -Dm 644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list