summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXZS2018-04-23 16:43:17 +0200
committerXZS2018-04-23 16:52:43 +0200
commit58968a7f35cf5a2a386fd12933499e2952bf4d64 (patch)
tree2d2e520e730e6af08afd145b5837f44ec420e3d1
parent5715bf8bddc1637dad4702aa0d8842e6d58c104f (diff)
downloadaur-58968a7f35cf5a2a386fd12933499e2952bf4d64.tar.gz
propagate dependency version change
The version actually was restricted to >=0.16.0 in configure.ac before without this being noted anywhere. In contrast to other variables like depends, which can be set in a package function, or pkgver, for which a dedicated function exists, an automatic detection of this restriction is not possible, as it has to be known before preparation even starts.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e149c7bc0a57..ad238341bbf6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = vala-dbus-binding-tool-git
pkgdesc = Creates gobject interfaces out of DBus XML specifications.
- pkgver = 1.0
+ pkgver = 1.0.r115
pkgrel = 1
url = https://github.com/freesmartphone/vala-dbus-binding-tool
arch = i686
arch = x86_64
license = GPLv3
+ makedepends = vala>=0.36.0
depends = vala
depends = dbus
source = vala-dbus-binding-tool-git::git+https://github.com/freesmartphone/vala-dbus-binding-tool.git
diff --git a/PKGBUILD b/PKGBUILD
index b36e4f5fc1e6..b55a0b9de59f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
# Maintainer: XZS <d dot f dot fischer at web dot de>
pkgname=vala-dbus-binding-tool-git
-pkgver=1.0
+pkgver=1.0.r115
pkgrel=1
pkgdesc="Creates gobject interfaces out of DBus XML specifications."
arch=('i686' 'x86_64')
url="https://github.com/freesmartphone/vala-dbus-binding-tool"
license=('GPLv3')
depends=('vala' 'dbus')
+makedepends=('vala>=0.36.0')
source=("$pkgname::git+$url.git")
md5sums=('SKIP')