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

Jan Steffens heftig at gemini.archlinux.org
Mon May 2 17:34:49 UTC 2022


    Date: Monday, May 2, 2022 @ 17:34:49
  Author: heftig
Revision: 1192294

6.0.1-1

Modified:
  tepl/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-02 17:32:31 UTC (rev 1192293)
+++ PKGBUILD	2022-05-02 17:34:49 UTC (rev 1192294)
@@ -5,11 +5,11 @@
 # Contributor: Tobias Bohrmann (PlainTextField) <honeypot.carbage at aechelon.de>
 
 pkgname=tepl
-pkgver=6.00.0
-pkgrel=5
-_commit=51b15258e130d2b5134f6cd5ff7f91c75e0a482a  # tags/6.0.0.0^0
+pkgver=6.0.1
+pkgrel=1
+_commit=2db87c240f86ec05b6707c069dd132f835be653a  # tags/6.0.1^0
 pkgdesc="Library that eases the development of GtkSourceView-based text editors and IDEs"
-url="https://gitlab.gnome.org/Archive/tepl"
+url="https://gitlab.gnome.org/swilmet/tepl"
 arch=(x86_64)
 license=(LGPL3)
 depends=(amtk
@@ -21,17 +21,17 @@
              meson
              vala)
 checkdepends=(xorg-server-xvfb)
-source=("git+https://gitlab.gnome.org/Archive/tepl.git#commit=$_commit")
+options=(debug)
+source=("git+https://gitlab.gnome.org/swilmet/tepl.git#commit=$_commit")
 sha256sums=('SKIP')
 
 prepare() {
 	cd $pkgname
-	git tag -f 6.00.0 '6.0.0.0^0'; git tag -d 6.0.0.0  # Fixup tag
 }
 
 pkgver() {
 	cd $pkgname
-	git describe --tags | sed 's/-/+/g'
+	git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
 }
 
 build() {
@@ -50,5 +50,5 @@
 	          libg{d,t}k-3.so
 	          libg{lib,object,io}-2.0.so)
 	provides+=("libtepl-${pkgver%%.*}.so")
-	DESTDIR="$pkgdir" meson install -C build
+	meson install -C build --destdir "$pkgdir"
 }



More information about the arch-commits mailing list