Date: Thursday, March 14, 2019 @ 07:35:58
  Author: bpiotrowski
Revision: 347892

archrelease: copy trunk to extra-x86_64

Added:
  baobab/repos/extra-x86_64/PKGBUILD
    (from rev 347891, baobab/trunk/PKGBUILD)
Deleted:
  baobab/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2019-03-14 07:35:51 UTC (rev 347891)
+++ PKGBUILD    2019-03-14 07:35:58 UTC (rev 347892)
@@ -1,37 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com>
-# Contributor: Ionut Biru <ib...@archlinux.org>
-
-pkgname=baobab
-pkgver=3.30.0
-pkgrel=1
-pkgdesc="A graphical directory tree analyzer"
-url="https://wiki.gnome.org/Apps/DiskUsageAnalyzer";
-arch=(x86_64)
-license=(GPL2)
-depends=(dconf gtk3 gsettings-desktop-schemas librsvg)
-makedepends=(vala gobject-introspection yelp-tools appstream-glib git meson)
-groups=(gnome)
-_commit=f027d265603a206585228043abe9c35cf69d061c  # tags/3.30.0^0
-source=("git+https://gitlab.gnome.org/GNOME/baobab.git#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  arch-meson $pkgname build
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-
-  # https://bugs.archlinux.org/task/31861
-  sed -i '/^MimeType=/d' 
"$pkgdir/usr/share/applications/org.gnome.baobab.desktop"
-}

Copied: baobab/repos/extra-x86_64/PKGBUILD (from rev 347891, 
baobab/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2019-03-14 07:35:58 UTC (rev 347892)
@@ -0,0 +1,37 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com>
+# Contributor: Ionut Biru <ib...@archlinux.org>
+
+pkgname=baobab
+pkgver=3.32.0
+pkgrel=1
+pkgdesc="A graphical directory tree analyzer"
+url="https://wiki.gnome.org/Apps/DiskUsageAnalyzer";
+arch=(x86_64)
+license=(GPL2)
+depends=(dconf gtk3 gsettings-desktop-schemas librsvg)
+makedepends=(vala gobject-introspection yelp-tools appstream-glib git meson)
+groups=(gnome)
+_commit=40614a70d361e67d6377409d97c1771ae1d19f47  # tags/3.32.0^0
+source=("git+https://gitlab.gnome.org/GNOME/baobab.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+
+  # https://bugs.archlinux.org/task/31861
+  sed -i '/^MimeType=/d' 
"$pkgdir/usr/share/applications/org.gnome.baobab.desktop"
+}

Reply via email to