Date: Tuesday, November 15, 2022 @ 22:23:36
  Author: heftig
Revision: 461849

archrelease: copy trunk to extra-x86_64

Added:
  libmbim/repos/extra-x86_64/PKGBUILD
    (from rev 461848, libmbim/trunk/PKGBUILD)
Deleted:
  libmbim/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   80 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-15 22:23:13 UTC (rev 461848)
+++ PKGBUILD    2022-11-15 22:23:36 UTC (rev 461849)
@@ -1,40 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
-
-pkgname=libmbim
-pkgver=1.28.0
-pkgrel=1
-pkgdesc="MBIM modem protocol helper library"
-url="https://www.freedesktop.org/wiki/Software/libmbim/";
-arch=(x86_64)
-license=(GPL2)
-depends=(glib2 bash systemd)
-makedepends=(gtk-doc meson git help2man gobject-introspection bash-completion)
-provides=(libmbim-glib.so)
-options=(debug)
-_commit=3c2f2571d746e37d9ee9f750999b179e580056cd  # tags/1.28.0^0
-source=("git+https://gitlab.freedesktop.org/mobile-broadband/libmbim.git#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd libmbim
-  git describe --tags | sed 's/-rc/rc/;s/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
-  cd libmbim
-}
-
-build() {
-  arch-meson libmbim build -D gtk_doc=true
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  meson install -C build --destdir "$pkgdir"
-}
-
-# vim:set sw=2 sts=-1 et:

Copied: libmbim/repos/extra-x86_64/PKGBUILD (from rev 461848, 
libmbim/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-11-15 22:23:36 UTC (rev 461849)
@@ -0,0 +1,40 @@
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+
+pkgname=libmbim
+pkgver=1.28.2
+pkgrel=1
+pkgdesc="MBIM modem protocol helper library"
+url="https://www.freedesktop.org/wiki/Software/libmbim/";
+arch=(x86_64)
+license=(GPL2)
+depends=(glib2 bash systemd)
+makedepends=(gtk-doc meson git help2man gobject-introspection bash-completion)
+provides=(libmbim-glib.so)
+options=(debug)
+_commit=c94b858d1c5a98238adf0e6006e453c984c8e5d5  # tags/1.28.2^0
+source=("git+https://gitlab.freedesktop.org/mobile-broadband/libmbim.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd libmbim
+  git describe --tags | sed 's/-rc/rc/;s/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd libmbim
+}
+
+build() {
+  arch-meson libmbim build -D gtk_doc=true
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}
+
+# vim:set sw=2 sts=-1 et:

Reply via email to