Date: Saturday, March 18, 2023 @ 01:42:01
  Author: heftig
Revision: 471440

0.4.4-1

Modified:
  gnome-autoar/trunk/PKGBUILD

----------+
 PKGBUILD |   33 ++++++++++++++++++++++++---------
 1 file changed, 24 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-18 01:41:15 UTC (rev 471439)
+++ PKGBUILD    2023-03-18 01:42:01 UTC (rev 471440)
@@ -2,18 +2,28 @@
 # Contributor: Jan de Groot <[email protected]>
 
 pkgname=gnome-autoar
-pkgver=0.4.3
-pkgrel=2
+pkgver=0.4.4
+pkgrel=1
 pkgdesc="Automatic archives creating and extracting library"
 url="https://wiki.gnome.org/TingweiLan/GSoC2013Final";
 arch=(x86_64)
 license=(LGPL)
-depends=(glib2 libarchive gtk3)
-makedepends=(git gobject-introspection gtk-doc vala meson)
+depends=(
+  glib2
+  gtk3
+  libarchive
+)
+makedepends=(
+  git
+  gobject-introspection
+  gtk-doc
+  meson
+  vala
+)
 provides=(libgnome-autoar{,-gtk}-${pkgver%%.*}.so)
-_commit=5739d99e286922dda48d4c0ebe51849c04561303  # tags/0.4.3^0
+_commit=b387c2482d2a5c8efdfc8c7498f13cd3881685c0  # tags/0.4.4^0
 source=("git+https://gitlab.gnome.org/GNOME/gnome-autoar.git#commit=$_commit";)
-sha256sums=('SKIP')
+b2sums=('SKIP')
 
 pkgver() {
   cd $pkgname
@@ -25,10 +35,13 @@
 }
 
 build() {
-  arch-meson $pkgname build \
-    -D gtk_doc=true \
-    -D tests=true \
+  local meson_options=(
+    -D gtk_doc=true
+    -D tests=true
     -D vapi=true
+  )
+
+  arch-meson $pkgname build "${meson_options[@]}"
   meson compile -C build
 }
 
@@ -39,3 +52,5 @@
 package() {
   meson install -C build --destdir "$pkgdir"
 }
+
+# vim:set sw=2 sts=-1 et:

Reply via email to