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

Maxime Gauduin alucryd at archlinux.org
Sat Jan 18 14:24:36 UTC 2020


    Date: Saturday, January 18, 2020 @ 14:24:36
  Author: alucryd
Revision: 553004

upgpkg: pantheon-code 3.2.0-1

Modified:
  pantheon-code/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-18 14:21:53 UTC (rev 553003)
+++ PKGBUILD	2020-01-18 14:24:36 UTC (rev 553004)
@@ -2,8 +2,8 @@
 # Contributor: Ner0 <darkelfdarkelf666 at yahoo.co.uk>
 
 pkgname=pantheon-code
-pkgver=3.1.1
-pkgrel=3
+pkgver=3.2.0
+pkgrel=1
 pkgdesc='The Pantheon Text Editor'
 arch=(x86_64)
 url=https://github.com/elementary/code
@@ -37,11 +37,13 @@
   'vte3: Terminal plugin'
   'webkit2gtk: Browser Preview plugin'
 )
-source=(pantheon-code::git+https://github.com/elementary/code.git#tag=${pkgver})
-sha256sums=('SKIP')
+source=(pantheon-code::git+https://github.com/elementary/code.git#tag=419132ae2d24933456c79cf00251d3f38f0a6f4d)
+sha256sums=(SKIP)
 
-prepare() {
-  cd $pkgname
+pkgver() {
+  cd pantheon-code
+
+  git describe --tags
 }
 
 build() {



More information about the arch-commits mailing list