Package Details: liquibase 5.0.1-1

Git Clone URL: https://aur.archlinux.org/liquibase.git (read-only, click to copy)
Package Base: liquibase
Description: VCS source control tailored for database management
Upstream URL: https://www.liquibase.org/
Licenses: FSL-1.1-ALv2
Submitter: severach
Maintainer: eugene
Last Packager: eugene
Votes: 10
Popularity: 0.192294
First Submitted: 2015-09-13 09:48 (UTC)
Last Updated: 2026-02-02 19:40 (UTC)

Dependencies (2)

Required by (0)

Sources (2)

Latest Comments

blinkingbit commented on 2025-12-12 23:42 (UTC) (edited on 2025-12-12 23:43 (UTC) by blinkingbit)

I applied this patch to update to 5.0.1:

index 9ac78bd..11f01de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@

 set -u
 pkgname=liquibase
-pkgver=4.31.1
+pkgver=5.0.1
 pkgrel=1
 pkgdesc='VCS source control tailored for database management'
 arch=('any')
@@ -16,7 +16,7 @@ _verwatch=("${_giturl}/releases.atom" '\s\+<link rel="alternate" type="text/html
 options=('!strip')
 source=("https://github.com/liquibase/liquibase/releases/download/v${pkgver}/liquibase-${pkgver}.tar.gz"
         "liquibase.profile")
-sha256sums=('0555808b59941d497f0c1114c3f2225698afde11c60d191c88e449506a60a3ea'
+sha256sums=('3ae11ccdcd4c080e421e5fd043bdbd624d56fcfc9b294d5d9d898cb8b074e449'
             '7c1939e5b1aee63db199c86989726bbdf81102784512ed69f8595fddf80c30c0')
 package() {
   set -u
@@ -43,8 +43,8 @@ package() {

   # install license files
   install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}/"
-  mv -v "${pkgdir}/opt/${pkgname}/licenses/"{commercial,oss} "${pkgdir}/usr/share/licenses/${pkgname}/"
-  ln -s "/usr/share/licenses/${pkgname}/"{commercial,oss} "${pkgdir}/opt/${pkgname}/licenses/"
+  mv -v "${pkgdir}/opt/${pkgname}/licenses/oss" "${pkgdir}/usr/share/licenses/${pkgname}/"
+  ln -s "/usr/share/licenses/${pkgname}/oss" "${pkgdir}/opt/${pkgname}/licenses/"
   mv -v "${pkgdir}/opt/${pkgname}/LICENSE.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
   ln -s "/usr/share/licenses/${pkgname}/LICENSE" "${pkgdir}/opt/${pkgname}/LICENSE.txt"

In summary it seems that commercial licenses were removed or moved elsewhere.

ator commented on 2021-10-11 08:30 (UTC) (edited on 2021-10-11 08:30 (UTC) by ator)

To work with postgresql, you need to perform the following steps:

pacaur -S postgresql-jdbc

cp /usr/share/java/postgresql-jdbc/*.jar /opt/liquibase/lib

raspi commented on 2018-04-17 12:40 (UTC)

Works only after installing https://aur.archlinux.org/packages/slf4j/ and copying slf4j-api-1.7.25.jar to lib directory.