summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabioLolix2023-06-13 19:39:51 +0200
committerFabioLolix2023-06-13 19:39:51 +0200
commit00a0822eedd1eb7f372483b4e6c9dec665d5ca48 (patch)
treeff2fcea63d6f6005dff640dae47ca225e2930305
parent61a0635275b77912fa1b98c3304e99969695f664 (diff)
downloadaur-vala-git.tar.gz
revision
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD11
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f210e6af646b..5546382bcb42 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
pkgbase = vala-git
pkgdesc = Compiler for the GObject type system
- pkgver = 0.54.1+r150+gc46078fa4
+ pkgver = 0.57.0.r155.g94b18c6b0
pkgrel = 1
url = https://wiki.gnome.org/Projects/Vala
- arch = i686
arch = x86_64
license = LGPL
checkdepends = dbus
diff --git a/PKGBUILD b/PKGBUILD
index 6104a70d131e..72ff65086168 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
-# Maintainer: AdriĆ  Arrufat <adria.arrufat+AUR@protonmail.ch>
-# Original Maintainer: Ionut Biru <ibiru@archlinux.org>
+# Maintainer: Fabio 'Lolix' Loli <fabio.loli@disroot.org> -> https://github.com/FabioLolix
+# Contributor: AdriĆ  Arrufat <adria.arrufat+AUR@protonmail.ch>
+# Contributor: Ionut Biru <ibiru@archlinux.org>
# Contributor: Xiao-Long Chen <chenxiaolong@cxl.epac.to>
# Contributor: Timm Preetz <timm@preetz.us>
pkgname=vala-git
-pkgver=0.54.1+r150+gc46078fa4
+pkgver=0.57.0.r155.g94b18c6b0
pkgrel=1
pkgdesc="Compiler for the GObject type system"
url="https://wiki.gnome.org/Projects/Vala"
-arch=(i686 x86_64)
+arch=(x86_64)
license=(LGPL)
depends=(glib2 gtk-doc graphviz ttf-font pkg-config gcc)
provides=(vala valadoc)
@@ -20,7 +21,7 @@ sha256sums=('SKIP')
pkgver() {
cd ${pkgname/-git}
- git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+ git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
prepare() {