[arch-commits] Commit in schemacrawler/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at gemini.archlinux.org
Mon Mar 21 21:20:53 UTC 2022


    Date: Monday, March 21, 2022 @ 21:20:53
  Author: svenstaro
Revision: 1168455

upgpkg: schemacrawler 16.16.12-1

Modified:
  schemacrawler/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-21 21:20:50 UTC (rev 1168454)
+++ PKGBUILD	2022-03-21 21:20:53 UTC (rev 1168455)
@@ -1,6 +1,6 @@
 # Maintainer: Sven-Hendrik Haase <svenstaro at archlinux.org>
 pkgname=schemacrawler
-pkgver=16.16.11
+pkgver=16.16.12
 pkgrel=1
 pkgdesc="Free database schema discovery and comprehension tool"
 arch=('any')
@@ -9,7 +9,7 @@
 depends=('java-runtime' 'graphviz')
 makedepends=('maven' 'java-environment' 'unzip')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/schemacrawler/SchemaCrawler/archive/refs/tags/v${pkgver}.tar.gz")
-sha512sums=('6f2d45b5250b20c93b82ca1e080c87b456b7e263bf77dafcee6d70075746f629f72ea2e8c1d413955e45df1c234c7893c6029109270c58ea8896562e4738b00d')
+sha512sums=('2cc738cdc8681e063df39a41b6d755243d2c8990e1aecacc73574c8d2aa55872dc39e8886341c00b9d06a21b7c5d6ca27ab69450eb7f1ad2c424ad66032de5be')
 
 build() {
   cd SchemaCrawler-$pkgver
@@ -22,7 +22,7 @@
   unzip schemacrawler-$pkgver-distribution.zip
   mkdir -p "$pkgdir"/{opt,usr/bin}
   cp -r schemacrawler-$pkgver-distribution "$pkgdir"/opt/schemacrawler
-  echo -e '#!/bin/bash\ncd /opt/schemacrawler/_schemacrawler\n./schemacrawler.sh $@' > "$pkgdir"/usr/bin/schemacrawler
+  echo -e '#!/bin/bash\ncd /opt/schemacrawler/_schemacrawler/bin\n./schemacrawler.sh $@' > "$pkgdir"/usr/bin/schemacrawler
   chmod -R +r "$pkgdir"/opt/schemacrawler
   chmod +x "$pkgdir"/usr/bin/schemacrawler
 }



More information about the arch-commits mailing list