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

Maxime Gauduin alucryd at archlinux.org
Fri Dec 7 07:37:51 UTC 2018


    Date: Friday, December 7, 2018 @ 07:37:50
  Author: alucryd
Revision: 412020

upgpkg: pantheon-terminal 5.3.2-1

Modified:
  pantheon-terminal/trunk/PKGBUILD

----------+
 PKGBUILD |   29 ++++++++++++++++++++---------
 1 file changed, 20 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-07 06:27:43 UTC (rev 412019)
+++ PKGBUILD	2018-12-07 07:37:50 UTC (rev 412020)
@@ -1,18 +1,29 @@
 # Maintainer: Maxime Gauduin <alucryd at archlinux.org>
 
 pkgname=pantheon-terminal
-pkgver=0.5.3
+pkgver=5.3.2
 pkgrel=1
 pkgdesc='The Pantheon Terminal Emulator'
-arch=('x86_64')
+arch=(x86_64)
 url='https://github.com/elementary/terminal'
-license=('GPL3')
-depends=('appstream' 'glib2' 'gtk3' 'pango' 'vte3'
-         'libgranite.so')
-makedepends=('git' 'intltool' 'meson' 'vala')
-groups=('pantheon')
-source=("pantheon-terminal::git+https://github.com/elementary/terminal.git#tag=${pkgver}")
-sha256sums=('SKIP')
+license=(GPL3)
+depends=(
+  appstream
+  glib2
+  gtk3
+  libgranite.so
+  pango
+  vte3
+)
+makedepends=(
+  git
+  intltool
+  meson
+  vala
+)
+groups=(pantheon)
+source=(pantheon-terminal::git+https://github.com/elementary/terminal.git#tag=${pkgver})
+sha256sums=(SKIP)
 
 build() {
   arch-meson pantheon-terminal build \



More information about the arch-commits mailing list