summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorandy brandt2024-04-09 14:17:16 -0500
committerandy brandt2024-04-09 14:17:16 -0500
commit94924a4d0f6a4cc809241eb0620ec483f352fc0d (patch)
treeae5c52b788d6cb833df5dd049b80b2f07d5989e6 /PKGBUILD
parent439d4e3bd87f2b208b1b21c8299689ba3634eb4f (diff)
downloadaur-sea-orm-cli.tar.gz
update to version 0.12.15. also add !lto to fix compiling sqlite
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3a24ce09ca7e..b8181723d7b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Riccardo Sacchetto <rsacchetto@nexxontech.it>
pkgname=sea-orm-cli
-pkgver=0.12.10
+pkgver=0.12.15
pkgrel=1
pkgdesc="CLI for the Sea-Orm crate"
arch=('x86_64')
@@ -9,7 +9,8 @@ license=('MIT' 'Apache')
depends=('sqlite' 'postgresql-libs' 'libmariadbclient')
makedepends=('cargo')
source=("https://github.com/SeaQL/sea-orm/archive/refs/tags/${pkgver}.tar.gz")
-sha512sums=('26cec00754cc1b11b9f8acfe6bbd26b57974f3b933287d29f605a16ea84aafa13fa0e955997314476f0a222822fc5c3908429f43ff4e33f968cc37a79074e600')
+sha512sums=('323c5fb24542178a66ca3c73d549de5ea74d7ce88c51b6efecbd4481bf4396583e525db70b2ccb216ff8c1abf3a351e00230e3354cbfd0ef9f48f2eb54d3b393')
+options=('!lto')
prepare() {
# Enter the sea-orm-cli source folder downloaded from GitHub