[arch-commits] Commit in pantheon-calculator/repos/community-x86_64 (2 files)
Maxime Gauduin
alucryd at archlinux.org
Sun Apr 5 19:26:01 UTC 2020
Date: Sunday, April 5, 2020 @ 19:26:00
Author: alucryd
Revision: 611901
archrelease: copy trunk to community-x86_64
Added:
pantheon-calculator/repos/community-x86_64/PKGBUILD
(from rev 611900, pantheon-calculator/trunk/PKGBUILD)
Deleted:
pantheon-calculator/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 80 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 40 insertions(+), 40 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-05 19:25:55 UTC (rev 611900)
+++ PKGBUILD 2020-04-05 19:26:00 UTC (rev 611901)
@@ -1,40 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=pantheon-calculator
-pkgver=1.5.4
-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
-)
-source=(pantheon-calculator::git+https://github.com/elementary/calculator.git#tag=39161758eda4637d35afbd0ac662cb212a8b9fc2)
-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 611900, pantheon-calculator/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-05 19:26:00 UTC (rev 611901)
@@ -0,0 +1,40 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=pantheon-calculator
+pkgver=1.5.5
+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
+)
+source=(pantheon-calculator::git+https://github.com/elementary/calculator.git#tag=17bce14a1a44533ce8026a58abc494d995acdbc3)
+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