From 1757a6233beecb750d9207ae2b06a82d18a6df70 Mon Sep 17 00:00:00 2001 From: Guillaume Horel Date: Fri, 24 Jul 2026 09:00:33 -0400 Subject: update submodules --- .gitmodules | 15 +++++++++++++++ openblas-lapack | 2 +- pgschema/.SRCINFO | 13 ------------- pgschema/PKGBUILD | 39 --------------------------------------- python-css-inline | 1 + python-faicons | 1 + python-multimark | 1 + python-nokap | 1 + python-perspective | 1 + quantlib | 2 +- 10 files changed, 22 insertions(+), 54 deletions(-) delete mode 100644 pgschema/.SRCINFO delete mode 100644 pgschema/PKGBUILD create mode 160000 python-css-inline create mode 160000 python-faicons create mode 160000 python-multimark create mode 160000 python-nokap create mode 160000 python-perspective diff --git a/.gitmodules b/.gitmodules index a3ade47..01d07c9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -466,3 +466,18 @@ [submodule "python-flask-sqlalchemy-lite"] path = python-flask-sqlalchemy-lite url = aur@aur.archlinux.org:python-flask-sqlalchemy-lite.git +[submodule "python-faicons"] + path = python-faicons + url = aur@aur.archlinux.org:python-faicons.git +[submodule "python-css-inline"] + path = python-css-inline + url = aur@aur.archlinux.org:python-css-inline.git +[submodule "python-multimark"] + path = python-multimark + url = aur@aur.archlinux.org:python-multimark.git +[submodule "python-perspective"] + path = python-perspective + url = aur@aur.archlinux.org:python-perspective.git +[submodule "python-nokap"] + path = python-nokap + url = aur@aur.archlinux.org:python-nokap.git diff --git a/openblas-lapack b/openblas-lapack index 6723705..4b77774 160000 --- a/openblas-lapack +++ b/openblas-lapack @@ -1 +1 @@ -Subproject commit 6723705fbc6c56bad9ecff0c0e8120f6886d5228 +Subproject commit 4b777748e0f093301760c98e80375ea62033235a diff --git a/pgschema/.SRCINFO b/pgschema/.SRCINFO deleted file mode 100644 index 2f37af3..0000000 --- a/pgschema/.SRCINFO +++ /dev/null @@ -1,13 +0,0 @@ -pkgbase = pgschema - pkgdesc = Declarative schema migration for Postgres - pkgver = 1.12.0 - pkgrel = 1 - url = https://github.com/pgplex/pgschema - arch = x86_64 - license = Apache-2.0 - makedepends = go - depends = glibc - source = pgschema-1.12.0.tar.gz::https://github.com/pgplex/pgschema/archive/refs/tags/v1.12.0.tar.gz - sha256sums = 68e627939cc8e1eced8de79cbad6a6ceb809ca3bbe06831677da631f8134b7f5 - -pkgname = pgschema diff --git a/pgschema/PKGBUILD b/pgschema/PKGBUILD deleted file mode 100644 index e9bb20a..0000000 --- a/pgschema/PKGBUILD +++ /dev/null @@ -1,39 +0,0 @@ -# Maintainer: Guillaume Horel - -pkgname=pgschema -pkgver=1.12.0 -pkgrel=1 -pkgdesc="Declarative schema migration for Postgres" -arch=('x86_64') -url="https://github.com/pgplex/pgschema" -license=('Apache-2.0') -depends=('glibc') -makedepends=('go') -source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz") -sha256sums=('68e627939cc8e1eced8de79cbad6a6ceb809ca3bbe06831677da631f8134b7f5') - -build() { - cd "$pkgname-$pkgver" - - local builddate - builddate=$(date -u -d "@${SOURCE_DATE_EPOCH:-$(date +%s)}" +"%Y-%m-%d %H:%M:%S") - - export CGO_CPPFLAGS="${CPPFLAGS}" - export CGO_CFLAGS="${CFLAGS}" - export CGO_CXXFLAGS="${CXXFLAGS}" - export CGO_LDFLAGS="${LDFLAGS}" - export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw" - - go build \ - -ldflags "-linkmode=external \ - -X github.com/pgplex/pgschema/cmd.GitCommit=v$pkgver \ - -X 'github.com/pgplex/pgschema/cmd.BuildDate=$builddate'" \ - -o "$pkgname" . -} - -package() { - cd "$pkgname-$pkgver" - install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname" - install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" - install -Dm644 README.md "$pkgdir/usr/share/doc/$pkgname/README.md" -} diff --git a/python-css-inline b/python-css-inline new file mode 160000 index 0000000..3b5dcdf --- /dev/null +++ b/python-css-inline @@ -0,0 +1 @@ +Subproject commit 3b5dcdf9394a365e41ee191d9295710011e0116a diff --git a/python-faicons b/python-faicons new file mode 160000 index 0000000..ff2b99d --- /dev/null +++ b/python-faicons @@ -0,0 +1 @@ +Subproject commit ff2b99d8ba21b6c73cf6910ce3a27a03074b1e9b diff --git a/python-multimark b/python-multimark new file mode 160000 index 0000000..46fc00c --- /dev/null +++ b/python-multimark @@ -0,0 +1 @@ +Subproject commit 46fc00c7bc8a679229d916e323f130f4b0629737 diff --git a/python-nokap b/python-nokap new file mode 160000 index 0000000..9cd43f8 --- /dev/null +++ b/python-nokap @@ -0,0 +1 @@ +Subproject commit 9cd43f8c0f33d9bd25cd51cf6981321bc5c61fbc diff --git a/python-perspective b/python-perspective new file mode 160000 index 0000000..96c0f78 --- /dev/null +++ b/python-perspective @@ -0,0 +1 @@ +Subproject commit 96c0f78542c96ef93ead62b52ceb4303874435e1 diff --git a/quantlib b/quantlib index 5400d7a..d317032 160000 --- a/quantlib +++ b/quantlib @@ -1 +1 @@ -Subproject commit 5400d7a113baa487b88ea099daccb1d9cefdf3ad +Subproject commit d317032cff8a5d27ebccc6b756ba3f6a481bb3db -- cgit v1.3.1