Date: Monday, February 22, 2021 @ 18:54:26
  Author: heftig
Revision: 408596

archrelease: copy trunk to extra-x86_64

Added:
  libqmi/repos/extra-x86_64/PKGBUILD
    (from rev 408594, libqmi/trunk/PKGBUILD)
Deleted:
  libqmi/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   86 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2021-02-22 18:54:25 UTC (rev 408595)
+++ PKGBUILD    2021-02-22 18:54:26 UTC (rev 408596)
@@ -1,43 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <hef...@archlinux.org>
-
-pkgname=libqmi
-pkgver=1.26.10
-pkgrel=1
-pkgdesc="QMI modem protocol helper library"
-arch=(x86_64)
-url="https://www.freedesktop.org/wiki/Software/libqmi/";
-license=(GPL2)
-depends=(libmbim libgudev)
-makedepends=(gtk-doc python git help2man autoconf-archive 
gobject-introspection)
-provides=(libqmi-glib.so)
-_commit=2315c22ef81f8187d878cb1bd611bfb8ca26ebb4  # tags/1.26.10
-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'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-    --libexecdir=/usr/lib --disable-static --enable-gtk-doc \
-    --enable-compile-warnings=yes
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: libqmi/repos/extra-x86_64/PKGBUILD (from rev 408594, 
libqmi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2021-02-22 18:54:26 UTC (rev 408596)
@@ -0,0 +1,43 @@
+# Maintainer: Jan Alexander Steffens (heftig) <hef...@archlinux.org>
+
+pkgname=libqmi
+pkgver=1.28.0
+pkgrel=1
+pkgdesc="QMI modem protocol helper library"
+arch=(x86_64)
+url="https://www.freedesktop.org/wiki/Software/libqmi/";
+license=(GPL2)
+depends=(libmbim libqrtr-glib libgudev)
+makedepends=(gtk-doc python git help2man autoconf-archive 
gobject-introspection)
+provides=(libqmi-glib.so)
+_commit=0d5f4f790480467c7897ccc2dca368b14b5752b4  # tags/1.28.0
+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'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+    --libexecdir=/usr/lib --disable-static --enable-gtk-doc \
+    --enable-compile-warnings=yes
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Reply via email to