[arch-commits] Commit in cerbere/repos/community-x86_64 (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Tue Mar 3 13:13:00 UTC 2020
Date: Tuesday, March 3, 2020 @ 13:12:59
Author: alucryd
Revision: 589649
archrelease: copy trunk to community-x86_64
Added:
cerbere/repos/community-x86_64/PKGBUILD
(from rev 589648, cerbere/trunk/PKGBUILD)
Deleted:
cerbere/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 72 +++++++++++++++++++++++++++++++++----------------------------
1 file changed, 39 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-03 13:12:54 UTC (rev 589648)
+++ PKGBUILD 2020-03-03 13:12:59 UTC (rev 589649)
@@ -1,33 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=cerbere
-pkgver=2.5.0
-pkgrel=1
-pkgdesc='The Pantheon Watchdog'
-arch=(x86_64)
-url=https://github.com/elementary/cerbere
-license=(GPL2)
-groups=(pantheon)
-depends=(
- dconf
- glib2
- libgee
-)
-makedepends=(
- git
- meson
- vala
-)
-source=(git+https://github.com/elementary/cerbere.git#tag=${pkgver})
-sha256sums=(SKIP)
-
-build() {
- arch-meson cerbere build
- ninja -C build
-}
-
-package() {
- DESTDIR="${pkgdir}" meson install -C build
-}
-
-# vim: ts=2 sw=2 et:
Copied: cerbere/repos/community-x86_64/PKGBUILD (from rev 589648, cerbere/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-03 13:12:59 UTC (rev 589649)
@@ -0,0 +1,39 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=cerbere
+pkgver=2.5.1
+pkgrel=1
+pkgdesc='The Pantheon Watchdog'
+arch=(x86_64)
+url=https://github.com/elementary/cerbere
+license=(GPL2)
+groups=(pantheon)
+depends=(
+ dconf
+ glib2
+ libgee
+)
+makedepends=(
+ git
+ meson
+ vala
+)
+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
+}
+
+package() {
+ DESTDIR="${pkgdir}" meson install -C build
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list