Date: Wednesday, October 26, 2022 @ 15:52:54
  Author: heftig
Revision: 459138

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-26 15:52:44 UTC (rev 459137)
+++ PKGBUILD    2022-10-26 15:52:54 UTC (rev 459138)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
-
-pkgname=libmbim
-pkgver=1.26.4
-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=bcdbc8cba800137377048c2a5db7fe6d5996f48b  # tags/1.26.4^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"
-}

Copied: libmbim/repos/extra-x86_64/PKGBUILD (from rev 459137, 
libmbim/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-10-26 15:52:54 UTC (rev 459138)
@@ -0,0 +1,40 @@
+# 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:

Reply via email to