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

Maxime Gauduin alucryd at archlinux.org
Thu Dec 6 13:17:55 UTC 2018


    Date: Thursday, December 6, 2018 @ 13:17:54
  Author: alucryd
Revision: 411723

upgpkg: pantheon-code 3.0.1-1

Modified:
  pantheon-code/trunk/PKGBUILD

----------+
 PKGBUILD |   46 +++++++++++++++++++++++++++++++---------------
 1 file changed, 31 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-06 13:12:43 UTC (rev 411722)
+++ PKGBUILD	2018-12-06 13:17:54 UTC (rev 411723)
@@ -2,28 +2,44 @@
 # Contributor: Ner0 <darkelfdarkelf666 at yahoo.co.uk>
 
 pkgname=pantheon-code
-pkgver=3.0
+pkgver=3.0.1
 pkgrel=1
 pkgdesc='The Pantheon Text Editor'
-arch=('x86_64')
+arch=(x86_64)
 url='https://github.com/elementary/code'
-license=('GPL3')
+license=(GPL3)
 depends=(
-  'editorconfig-core-c' 'glib2' 'gtk3' 'gtksourceview3' 'libgee' 'libgit2-glib'
-  'libpeas' 'pango' 'zeitgeist'
-  'libgranite.so'
+  editorconfig-core-c
+  glib2
+  gtk3
+  gtksourceview3
+  libgee
+  libgit2-glib
+  libgranite.so
+  libpeas
+  pango
+  zeitgeist
 )
 makedepends=(
-  'git' 'gobject-introspection' 'gtkspell3' 'intltool' 'libsoup' 'meson' 'vala'
-  'vte3' 'webkit2gtk'
+  git
+  gobject-introspection
+  gtkspell3
+  intltool
+  libsoup
+  meson
+  vala
+  vte3
+  webkit2gtk
 )
-optdepends=('gtkspell3: Spell Check plugin'
-            'libsoup: Pastebin plugin'
-            'vala: Outline plugin'
-            'vte3: Terminal plugin'
-            'webkit2gtk: Browser Preview plugin')
-source=("pantheon-code::git+https://github.com/elementary/code.git#tag=${pkgver}")
-sha256sums=('SKIP')
+optdepends=(
+  'gtkspell3: Spell Check plugin'
+  'libsoup: Pastebin plugin'
+  'vala: Outline plugin'
+  'vte3: Terminal plugin'
+  'webkit2gtk: Browser Preview plugin'
+)
+source=(pantheon-code::git+https://github.com/elementary/code.git#tag=${pkgver})
+sha256sums=(SKIP)
 
 build() {
   arch-meson pantheon-code build



More information about the arch-commits mailing list