[arch-commits] Commit in pantheon-calendar/repos/community-x86_64 (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Thu Nov 28 08:28:09 UTC 2019


    Date: Thursday, November 28, 2019 @ 08:28:09
  Author: alucryd
Revision: 534263

archrelease: copy trunk to community-x86_64

Added:
  pantheon-calendar/repos/community-x86_64/PKGBUILD
    (from rev 534262, pantheon-calendar/trunk/PKGBUILD)
Deleted:
  pantheon-calendar/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   98 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-28 08:28:04 UTC (rev 534262)
+++ PKGBUILD	2019-11-28 08:28:09 UTC (rev 534263)
@@ -1,49 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=pantheon-calendar
-pkgver=5.0.2
-pkgrel=1
-pkgdesc='The Pantheon Calendar'
-arch=(x86_64)
-url=https://github.com/elementary/calendar
-license=(GPL3)
-groups=(pantheon)
-depends=(
-  clutter
-  evolution-data-server
-  folks
-  gdk-pixbuf2
-  geoclue
-  geocode-glib
-  glib2
-  gtk3
-  libchamplain
-  libgee
-  libgranite.so
-  libical
-)
-makedepends=(
-  git
-  intltool
-  meson
-  vala
-)
-source=(pantheon-calendar::git+https://github.com/elementary/calendar.git#tag=89b4661756b363d525ef2d18978dca52c3abb162)
-sha256sums=(SKIP)
-
-pkgver() {
-  cd pantheon-calendar
-
-  git describe --tags | sed 's/-/.r/; s/-g/./'
-}
-
-build() {
-  arch-meson pantheon-calendar build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: pantheon-calendar/repos/community-x86_64/PKGBUILD (from rev 534262, pantheon-calendar/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-28 08:28:09 UTC (rev 534263)
@@ -0,0 +1,49 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-calendar
+pkgver=5.0.3
+pkgrel=1
+pkgdesc='The Pantheon Calendar'
+arch=(x86_64)
+url=https://github.com/elementary/calendar
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  clutter
+  evolution-data-server
+  folks
+  gdk-pixbuf2
+  geoclue
+  geocode-glib
+  glib2
+  gtk3
+  libchamplain
+  libgee
+  libgranite.so
+  libical
+)
+makedepends=(
+  git
+  intltool
+  meson
+  vala
+)
+source=(pantheon-calendar::git+https://github.com/elementary/calendar.git#tag=3d4f70ad046a45f59725856486276d482326fae1)
+sha256sums=(SKIP)
+
+pkgver() {
+  cd pantheon-calendar
+
+  git describe --tags | sed 's/-/.r/; s/-g/./'
+}
+
+build() {
+  arch-meson pantheon-calendar build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list