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

Maxime Gauduin alucryd at archlinux.org
Tue May 18 08:36:53 UTC 2021


    Date: Tuesday, May 18, 2021 @ 08:36:53
  Author: alucryd
Revision: 936234

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   82 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-18 08:36:47 UTC (rev 936233)
+++ PKGBUILD	2021-05-18 08:36:53 UTC (rev 936234)
@@ -1,41 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=pantheon-calculator
-pkgver=1.6.0
-pkgrel=2
-pkgdesc='The Pantheon Calculator'
-arch=(x86_64)
-url=https://github.com/elementary/calculator
-license=(GPL3)
-groups=(pantheon)
-depends=(
-  glib2
-  gtk3
-  libgranite.so
-)
-makedepends=(
-  git
-  intltool
-  meson
-  vala
-)
-_tag=6d4609875d216cd0e22a0fca906c7a6eb71179bc
-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 936233, pantheon-calculator/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-18 08:36:53 UTC (rev 936234)
@@ -0,0 +1,41 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-calculator
+pkgver=1.6.1
+pkgrel=1
+pkgdesc='The Pantheon Calculator'
+arch=(x86_64)
+url=https://github.com/elementary/calculator
+license=(GPL3)
+groups=(pantheon)
+depends=(
+  glib2
+  gtk3
+  libgranite.so
+)
+makedepends=(
+  git
+  intltool
+  meson
+  vala
+)
+_tag=b34a5891b574aefc33c559471d8276cbc3f44bda
+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