[arch-commits] Commit in flatpak-builder/trunk (PKGBUILD)
Jan Steffens
heftig at gemini.archlinux.org
Sun Jan 9 02:55:21 UTC 2022
Date: Sunday, January 9, 2022 @ 02:55:20
Author: heftig
Revision: 433982
1.2.1-1
Modified:
flatpak-builder/trunk/PKGBUILD
----------+
PKGBUILD | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-01-09 02:51:49 UTC (rev 433981)
+++ PKGBUILD 2022-01-09 02:55:20 UTC (rev 433982)
@@ -1,7 +1,7 @@
# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
pkgname=flatpak-builder
-pkgver=1.2.0
+pkgver=1.2.1
pkgrel=1
pkgdesc="Tool to build flatpaks from source"
url="https://flatpak.org"
@@ -12,7 +12,7 @@
makedepends=(gobject-introspection git docbook-xsl xmlto libdwarf)
checkdepends=(valgrind)
replaces=('flatpak<0.9.10')
-_commit=ade6de21f7379886460b683810628a0a441be924 # tags/1.2.0^0
+_commit=b6027eb3ea4b0113c581e3b66d78e31a735281b0 # tags/1.2.1
source=("git+https://github.com/flatpak/flatpak-builder#commit=$_commit"
"git+https://gitlab.gnome.org/GNOME/libglnx.git"
"git+https://sourceware.org/git/debugedit.git")
@@ -20,6 +20,11 @@
'SKIP'
'SKIP')
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
prepare() {
cd $pkgname
@@ -34,11 +39,6 @@
NOCONFIGURE=1 ./autogen.sh
}
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/-/+/g'
-}
-
build() {
cd $pkgname
More information about the arch-commits
mailing list