[arch-commits] Commit in pantheon-calculator/repos/community-x86_64 (2 files)

Maxime Gauduin alucryd at gemini.archlinux.org
Mon Jan 10 10:35:02 UTC 2022


    Date: Monday, January 10, 2022 @ 10:35:02
  Author: alucryd
Revision: 1099014

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   84 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-10 10:34:56 UTC (rev 1099013)
+++ PKGBUILD	2022-01-10 10:35:02 UTC (rev 1099014)
@@ -1,42 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=pantheon-calculator
-pkgver=1.7.0
-pkgrel=1
-pkgdesc='The Pantheon Calculator'
-arch=(x86_64)
-url=https://github.com/elementary/calculator
-license=(GPL3)
-groups=(pantheon)
-depends=(
-  glib2
-  gtk3
-  libgranite.so
-  libhandy-1.so
-)
-makedepends=(
-  git
-  intltool
-  meson
-  vala
-)
-_tag=ca1cdfdea9ad5908ee254ab394c3a85054279999
-source=(pantheon-calculator::git+https://github.com/elementary/calculator.git#tag=${_tag})
-sha256sums=(SKIP)
-
-pkgver() {
-  cd pantheon-calculator
-
-  git describe --tags
-}
-
-build() {
-  arch-meson pantheon-calculator build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: pantheon-calculator/repos/community-x86_64/PKGBUILD (from rev 1099013, pantheon-calculator/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-10 10:35:02 UTC (rev 1099014)
@@ -0,0 +1,42 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-calculator
+pkgver=1.7.2
+pkgrel=1
+pkgdesc='The Pantheon Calculator'
+arch=(x86_64)
+url=https://github.com/elementary/calculator
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  glib2
+  gtk3
+  libgranite.so
+  libhandy-1.so
+)
+makedepends=(
+  git
+  intltool
+  meson
+  vala
+)
+_tag=bcc44153cee994ff72e5b5058b7d0f8324b79a59
+source=(pantheon-calculator::git+https://github.com/elementary/calculator.git#tag=${_tag})
+sha256sums=(SKIP)
+
+pkgver() {
+  cd pantheon-calculator
+
+  git describe --tags
+}
+
+build() {
+  arch-meson pantheon-calculator 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