summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorentin Girard2021-11-23 00:36:20 +0100
committerCorentin Girard2021-11-23 00:36:20 +0100
commit0265a16905956cd30cdd92074388ee4644990fb6 (patch)
tree3e8a0d988b666bddb6638bfa46f9b8829f3d5b19
parent0d8b4ea19117bb8c6ffe9d141b3dfc5e9448867c (diff)
downloadaur-0265a16905956cd30cdd92074388ee4644990fb6.tar.gz
Require vala0.52
The latest fixed AUR package is vala0.44 but doesn't build. Same with current AUR vala (version 0.54.3-1).
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e970e380aa12..453d75f030d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,18 @@
-# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
+# Maintainer: drarig29 <corentingirard.dev@gmail.com>
+# Contributor: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Luca Weiss <luca (at) z3ntu (dot) xyz>
# Contributor: Denis Meiswinkel <denis.meiswinkel@gmail.com>
# Contributor: Balló György <ballogyor+arch@gmail.com>
pkgname=dee
pkgver=1.2.7
-pkgrel=11
+pkgrel=12
pkgdesc="Model to synchronize multiple instances over DBus"
arch=("x86_64")
url="https://launchpad.net/dee"
license=("LGPL")
depends=("glib2" "icu")
-makedepends=("gobject-introspection" "python" "vala")
+makedepends=("gobject-introspection" "python" "vala0.52")
source=("https://launchpad.net/${pkgname}/1.0/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz"
dee-1.2.7-gcc6-fixes.patch
dee-1.2.7-deprecated-g_type_class_add_private.patch