[arch-commits] Commit in cerbere/trunk (PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Tue Mar 3 13:12:54 UTC 2020
Date: Tuesday, March 3, 2020 @ 13:12:54
Author: alucryd
Revision: 589648
upgpkg: cerbere 2.5.1-1
Modified:
cerbere/trunk/PKGBUILD
----------+
PKGBUILD | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-03 13:08:58 UTC (rev 589647)
+++ PKGBUILD 2020-03-03 13:12:54 UTC (rev 589648)
@@ -1,7 +1,7 @@
# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
pkgname=cerbere
-pkgver=2.5.0
+pkgver=2.5.1
pkgrel=1
pkgdesc='The Pantheon Watchdog'
arch=(x86_64)
@@ -18,9 +18,15 @@
meson
vala
)
-source=(git+https://github.com/elementary/cerbere.git#tag=${pkgver})
+source=(git+https://github.com/elementary/cerbere.git#tag=fcfe622aea6f50c23b1aed4a5bf20e6c515c31c1)
sha256sums=(SKIP)
+pkgver() {
+ cd cerbere
+
+ git describe --tags
+}
+
build() {
arch-meson cerbere build
ninja -C build
More information about the arch-commits
mailing list