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

Jan Steffens heftig at archlinux.org
Wed Mar 24 20:24:11 UTC 2021


    Date: Wednesday, March 24, 2021 @ 20:24:10
  Author: heftig
Revision: 410864

6.00.0-1

Modified:
  tepl/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-24 20:14:18 UTC (rev 410863)
+++ PKGBUILD	2021-03-24 20:24:10 UTC (rev 410864)
@@ -3,8 +3,8 @@
 # Contributor: Tobias Bohrmann (PlainTextField) <honeypot.carbage at aechelon.de>
 
 pkgname=tepl
-pkgver=5.0.1
-pkgrel=2
+pkgver=6.00.0
+pkgrel=1
 pkgdesc="Library that eases the development of GtkSourceView-based text editors and IDEs"
 url="https://wiki.gnome.org/Projects/Tepl"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 depends=(amtk gtksourceview4 uchardet)
 makedepends=(gobject-introspection gtk-doc vala git meson)
 checkdepends=(xorg-server-xvfb)
-_commit=a31e1d866ac4f6a9e507350a075addd908bd6271  # tags/5.0.1^0
+_commit=51b15258e130d2b5134f6cd5ff7f91c75e0a482a  # tags/6.0.0.0^0
 source=("git+https://gitlab.gnome.org/GNOME/tepl.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -23,6 +23,7 @@
 
 prepare() {
   cd $pkgname
+  git tag -f 6.00.0 '6.0.0.0^0'; git tag -d 6.0.0.0  # Fixup tag
 }
 
 build() {



More information about the arch-commits mailing list