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

Jan Steffens heftig at gemini.archlinux.org
Sat Feb 12 01:49:39 UTC 2022


    Date: Saturday, February 12, 2022 @ 01:49:38
  Author: heftig
Revision: 436997

1.30.4-1

Modified:
  libqmi/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-12 01:48:55 UTC (rev 436996)
+++ PKGBUILD	2022-02-12 01:49:38 UTC (rev 436997)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
 
 pkgname=libqmi
-pkgver=1.30.2
+pkgver=1.30.4
 pkgrel=1
 pkgdesc="QMI modem protocol helper library"
 arch=(x86_64)
@@ -10,22 +10,22 @@
 depends=(libmbim libqrtr-glib libgudev)
 makedepends=(gtk-doc python git help2man gobject-introspection)
 provides=(libqmi-glib.so)
-_commit=4831d54483ee7e517068dee189f489d3eed1cd81  # tags/1.30.2
+_commit=f6c2feaf199e0f129a0bde8c5e6cba5f2117b564  # tags/1.30.4
 source=("git+https://gitlab.freedesktop.org/mobile-broadband/libqmi.git#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-rc/rc/;s/-/+/g'
+  cd libqmi
+  git describe --tags | sed 's/-rc/rc/;s/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {
-  cd $pkgname
+  cd libqmi
   NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {
-  cd $pkgname
+  cd libqmi
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
     --libexecdir=/usr/lib --disable-static --enable-gtk-doc \
     --enable-compile-warnings=yes
@@ -33,11 +33,11 @@
 }
 
 check() {
-  cd $pkgname
+  cd libqmi
   make check
 }
 
 package() {
-  cd $pkgname
+  cd libqmi
   make DESTDIR="$pkgdir" install
 }



More information about the arch-commits mailing list