[arch-commits] Commit in wayland-protocols/repos/extra-any (PKGBUILD PKGBUILD)
Sébastien Luttringer
seblu at archlinux.org
Tue Mar 8 20:32:15 UTC 2016
Date: Tuesday, March 8, 2016 @ 21:32:15
Author: seblu
Revision: 261226
archrelease: copy trunk to extra-any
Added:
wayland-protocols/repos/extra-any/PKGBUILD
(from rev 261225, wayland-protocols/trunk/PKGBUILD)
Deleted:
wayland-protocols/repos/extra-any/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2016-03-08 20:32:01 UTC (rev 261225)
+++ PKGBUILD 2016-03-08 20:32:15 UTC (rev 261226)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer <seblu at seblu.net>
-
-pkgname=wayland-protocols
-pkgver=1.1
-pkgrel=1
-pkgdesc='Specifications of extended Wayland protocols'
-arch=('any')
-url='http://wayland.freedesktop.org'
-license=('MIT')
-makedepends=('wayland')
-source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz")
-sha1sums=('62313f05ca710062192cb7b323b3e612d07fdb9e')
-
-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 261225, wayland-protocols/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2016-03-08 20:32:15 UTC (rev 261226)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sébastien Luttringer <seblu at seblu.net>
+
+pkgname=wayland-protocols
+pkgver=1.2
+pkgrel=1
+pkgdesc='Specifications of extended Wayland protocols'
+arch=('any')
+url='http://wayland.freedesktop.org'
+license=('MIT')
+makedepends=('wayland')
+source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz")
+sha1sums=('45433d32d78ed5967b21aee57ac95f35f2f599f4')
+
+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