[arch-commits] Commit in pantheon-terminal/trunk (PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Mon Nov 18 09:15:09 UTC 2019


    Date: Monday, November 18, 2019 @ 09:15:09
  Author: alucryd
Revision: 530308

upgpkg: pantheon-terminal 5.4.0-1

Modified:
  pantheon-terminal/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-18 09:10:24 UTC (rev 530307)
+++ PKGBUILD	2019-11-18 09:15:09 UTC (rev 530308)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin <alucryd at archlinux.org>
 
 pkgname=pantheon-terminal
-pkgver=5.3.6
+pkgver=5.4.0
 pkgrel=1
 pkgdesc='The Pantheon Terminal Emulator'
 arch=(x86_64)
@@ -22,9 +22,15 @@
   vala
 )
 groups=(pantheon)
-source=(pantheon-terminal::git+https://github.com/elementary/terminal.git#tag=${pkgver})
+source=(pantheon-terminal::git+https://github.com/elementary/terminal.git#tag=4144a00720624e7b39869dd43f81092d5e8be3a0)
 sha256sums=(SKIP)
 
+pkgver() {
+  cd pantheon-terminal
+
+  git describe --tags
+}
+
 build() {
   arch-meson pantheon-terminal build \
     -Dubuntu-bionic-patched-vte=false



More information about the arch-commits mailing list