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

Levente Polyak anthraxx at archlinux.org
Wed Dec 7 13:13:41 UTC 2016


    Date: Wednesday, December 7, 2016 @ 13:13:40
  Author: anthraxx
Revision: 282902

upgpkg: vala 0.34.4-1

Modified:
  vala/trunk/PKGBUILD

----------+
 PKGBUILD |   38 ++++++++++++++++++++------------------
 1 file changed, 20 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-07 12:34:35 UTC (rev 282901)
+++ PKGBUILD	2016-12-07 13:13:40 UTC (rev 282902)
@@ -1,43 +1,45 @@
-# $Id$
-# Maintainer : Ionut Biru <ibiru at archlinux.org>
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor : Ionut Biru <ibiru at archlinux.org>
 # Contributor: Timm Preetz <timm at preetz.us>
 
 pkgname=vala
-pkgver=0.34.3
+pkgver=0.34.4
 pkgrel=1
-pkgdesc="Compiler for the GObject type system"
-url="https://wiki.gnome.org/Projects/Vala"
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(glib2)
-makedepends=(libxslt git vala)
-checkdepends=(dbus libx11 gobject-introspection)
-_commit=1a91372f341aa1dc020bd91cd14ad3fecd1c2a57  # tags/0.34.3^0
-source=("git://git.gnome.org/vala#commit=$_commit")
+pkgdesc='Compiler for the GObject type system'
+url='https://wiki.gnome.org/Projects/Vala'
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('glib2')
+makedepends=('libxslt' 'git' 'vala')
+checkdepends=('dbus' 'libx11' 'gobject-introspection')
+_commit=5eb68d85524c914ae6a1e7d3a93abec5042f67f9  # tags/0.34.4^0
+source=("git+https://git.gnome.org/browse/vala#commit=${_commit}")
 sha256sums=('SKIP')
 
 pkgver() {
-  cd $pkgname
+  cd ${pkgname}
   git describe --tags | sed 's/-/+/g'
 }
 
 prepare() {
-  cd $pkgname
+  cd ${pkgname}
   NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {
-  cd $pkgname
+  cd ${pkgname}
   ./configure --prefix=/usr --enable-vapigen
   make
 }
 
 check() {
-  cd $pkgname
+  cd ${pkgname}
   make check
 }
 
 package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
+  cd ${pkgname}
+  make DESTDIR="${pkgdir}" install
 }
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list