summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD3
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b438bffa856..678f8500f656 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Jul 3 16:55:58 UTC 2017
+# Mon Dec 11 15:21:47 UTC 2017
pkgbase = vala-git
pkgdesc = Compiler for the GObject type system
- pkgver = 0.37.1
+ pkgver = 0.39.2
pkgrel = 1
url = https://wiki.gnome.org/Projects/Vala
arch = i686
@@ -20,6 +20,8 @@ pkgbase = vala-git
provides = valadoc
conflicts = vala
conflicts = valadoc
+ replaces = vala
+ replaces = valadoc
source = git+https://git.gnome.org/browse/vala
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 3e8775a41389..bf81f322ef92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Timm Preetz <timm@preetz.us>
pkgname=vala-git
-pkgver=0.37.1
+pkgver=0.39.2
pkgrel=1
pkgdesc="Compiler for the GObject type system"
url="https://wiki.gnome.org/Projects/Vala"
@@ -14,6 +14,7 @@ license=(LGPL)
depends=(glib2)
provides=(vala valadoc)
conflicts=(vala valadoc)
+replaces=(vala valadoc)
makedepends=(libxslt git vala graphviz)
checkdepends=(dbus libx11 gobject-introspection)
source=("git+https://git.gnome.org/browse/vala")