[arch-commits] Commit in wayland-protocols/repos/extra-any (PKGBUILD PKGBUILD)
Sébastien Luttringer
seblu at archlinux.org
Thu May 26 00:09:17 UTC 2016
Date: Thursday, May 26, 2016 @ 02:09:16
Author: seblu
Revision: 268579
archrelease: copy trunk to extra-any
Added:
wayland-protocols/repos/extra-any/PKGBUILD
(from rev 268578, wayland-protocols/trunk/PKGBUILD)
Deleted:
wayland-protocols/repos/extra-any/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2016-05-26 00:09:06 UTC (rev 268578)
+++ PKGBUILD 2016-05-26 00:09:16 UTC (rev 268579)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer <seblu at seblu.net>
-
-pkgname=wayland-protocols
-pkgver=1.3
-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=('3b68cc2e55ccaf3522c854dc0c8816f8452aa079')
-
-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 268578, wayland-protocols/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2016-05-26 00:09:16 UTC (rev 268579)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sébastien Luttringer <seblu at seblu.net>
+
+pkgname=wayland-protocols
+pkgver=1.4
+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=('39c466c9a2328e3ee1c6c2c71298a72ddaa44dfc')
+
+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