[arch-commits] Commit in wayland-protocols/repos/extra-any (PKGBUILD PKGBUILD)
Sébastien Luttringer
seblu at archlinux.org
Wed Aug 17 22:38:39 UTC 2016
Date: Wednesday, August 17, 2016 @ 22:38:38
Author: seblu
Revision: 273904
archrelease: copy trunk to extra-any
Added:
wayland-protocols/repos/extra-any/PKGBUILD
(from rev 273903, wayland-protocols/trunk/PKGBUILD)
Deleted:
wayland-protocols/repos/extra-any/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2016-08-17 22:36:47 UTC (rev 273903)
+++ PKGBUILD 2016-08-17 22:38:38 UTC (rev 273904)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer <seblu at seblu.net>
-
-pkgname=wayland-protocols
-pkgver=1.5
-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=('fb1df343635407b4082ff73cca7005f2b780b518')
-
-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 273903, wayland-protocols/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2016-08-17 22:38:38 UTC (rev 273904)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sébastien Luttringer <seblu at seblu.net>
+
+pkgname=wayland-protocols
+pkgver=1.7
+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=('c4726694daf5feb1437f5f4f13c3b2a9b94b8118')
+
+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