Date: Friday, April 28, 2023 @ 23:27:28
  Author: heftig
Revision: 475332

3.9.12-1

Modified:
  libdmapsharing/trunk/PKGBUILD

----------+
 PKGBUILD |   25 +++++++++++++++++++------
 1 file changed, 19 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-28 23:22:21 UTC (rev 475331)
+++ PKGBUILD    2023-04-28 23:27:28 UTC (rev 475332)
@@ -2,17 +2,28 @@
 # Contributor: Ionut Biru <[email protected]>
 
 pkgname=libdmapsharing
-pkgver=2.9.41
-pkgrel=2
+pkgver=3.9.12
+pkgrel=1
 pkgdesc="A library that implements the DMAP family of protocols"
 url="https://www.flyn.org/projects/libdmapsharing/index.html";
 arch=(x86_64)
 license=(LGPL2.1)
-depends=(libsoup avahi gst-plugins-base-libs gdk-pixbuf2)
-makedepends=(git gtk-doc gobject-introspection vala)
-_commit=ecee3cc737d748d45ef4524b2c19a0fdf7c73804  # 
tags/LIBDMAPSHARING_2_9_41^0
+depends=(
+  avahi
+  gdk-pixbuf2
+  gst-plugins-base-libs
+  libsoup3
+)
+makedepends=(
+  git
+  gobject-introspection
+  gtk-doc
+  vala
+)
+provides=(libdmapsharing-4.0.so)
+_commit=2bcf6286fc81ff9c964e5b1bfe918c01a18e98c4  # 
tags/LIBDMAPSHARING_3_9_12^0
 
source=("git+https://gitlab.gnome.org/GNOME/libdmapsharing.git#commit=$_commit";)
-sha256sums=('SKIP')
+b2sums=('SKIP')
 
 pkgver() {
   cd $pkgname
@@ -49,3 +60,5 @@
   cd $pkgname
   make DESTDIR="$pkgdir" install
 }
+
+# vim:set sw=2 sts=-1 et:

Reply via email to