← recipes

Commit d5fdd4a

0
plików
+0
dodanych
-0
usuniętych
@@ -1,5 +1,5 @@
1 1 pkgname: mariadb
2 -pkgver: '13.0'
2 +pkgver: '13.0.1'
3 3 pkgrel: '1'
4 4 pkgdesc: MariaDB is a fork and a replacement for the MySQL relational database management system.
5 5 url: 'https://www.mariadb.org/en/about/'
@@ -22,11 +22,10 @@ makedepends:
22 22 - libxcrypt
23 23 source:
24 24 - 'https://repo.paganlinux.eu/sources/pagan-scripts-20260822.tar.gz'
25 -- 'https://github.com/MariaDB/server/archive/refs/heads/${pkgver}.zip'
25 +- 'https://archive.mariadb.org/mariadb-${pkgver}/source/mariadb-${pkgver}.tar.gz'
26 26 sha256sums:
27 27 - 32e0aec88cc56a8afe0b2671debe47d19357792a6ffaffaf6e3db8a021a57072
28 -- SKIP
29 -- SKIP
28 +- cc681a84cc24d2852b93c5bf5fe199084edd553ee72656e10d4b50ec476aa33c
30 29 footprint_mariadb_devel: "drwxr-xr-x\troot/root\tusr/include/\ndrwxr-xr-x\troot/root\tusr/include/mysql/\n-rw-r--r--\troot/root\t\
31 30 usr/include/mysql/errmsg.h\n-rw-r--r--\troot/root\tusr/include/mysql/ma_list.h\n-rw-r--r--\troot/root\tusr/include/mysql/ma_pvio.h\n\
32 31 -rw-r--r--\troot/root\tusr/include/mysql/ma_tls.h\ndrwxr-xr-x\troot/root\tusr/include/mysql/mariadb/\n-rw-r--r--\troot/root\t\
@@ -630,8 +629,7 @@ build: |
630 629
631 630 mkdir build
632 631 cd build
633 - # snapshot 13.0 z GitHub (zip) nie zawiera submodulu wsrep-lib
634 - # (ADD_SUBMODULE wymaga repo git) -> wylaczamy wsparcie WSREP/Galera
632 + # oficjalny tarball release zawiera submoduly (wsrep-lib, libmariadb)
635 633 cmake -DCMAKE_BUILD_TYPE=Release \
636 634 -DCMAKE_INSTALL_PREFIX=/usr \
637 635 -DINSTALL_DOCDIR=share/doc/mariadb \
@@ -650,7 +648,6 @@ build: |
650 648 -DWITH_EMBEDDED_SERVER=ON \
651 649 -DSKIP_TESTS=ON \
652 650 -DWITH_SSL=system \
653 - -DWITH_WSREP=OFF \
654 651 -DTOKUDB_OK=0 \
655 652 ..
656 653 make