[arch-commits] Commit in pantheon-calculator/repos/community-x86_64 (2 files)
Maxime Gauduin
alucryd at gemini.archlinux.org
Wed Jul 21 13:31:43 UTC 2021
Date: Wednesday, July 21, 2021 @ 13:31:42
Author: alucryd
Revision: 982000
archrelease: copy trunk to community-x86_64
Added:
pantheon-calculator/repos/community-x86_64/PKGBUILD
(from rev 981999, 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-07-21 13:31:38 UTC (rev 981999)
+++ PKGBUILD 2021-07-21 13:31:42 UTC (rev 982000)
@@ -1,41 +0,0 @@
-# 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:
Copied: pantheon-calculator/repos/community-x86_64/PKGBUILD (from rev 981999, pantheon-calculator/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-07-21 13:31:42 UTC (rev 982000)
@@ -0,0 +1,41 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-calculator
+pkgver=1.6.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
+)
+makedepends=(
+ git
+ intltool
+ meson
+ vala
+)
+_tag=e727578ffe86993fbdc9754ab186a9753cd05bb7
+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