mirror of
https://github.com/archlinux/aur.git
synced 2026-02-04 22:39:48 +01:00
Update
This commit is contained in:
parent
230d8bfcda
commit
b1ccc81e47
2 changed files with 12 additions and 13 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = soci-git
|
||||
pkgdesc = C++ database access library.
|
||||
pkgver = 4.1.0
|
||||
pkgver = v4.0.1_832_g470fec2e
|
||||
pkgrel = 1
|
||||
url = https://github.com/SOCI/soci
|
||||
arch = x86_64
|
||||
|
|
@ -11,7 +11,11 @@ pkgbase = soci-git
|
|||
depends = glibc
|
||||
depends = mariadb-libs
|
||||
depends = postgresql-libs
|
||||
optdepends = db2-odbc-cli: DB2 firebird: Firebird mariadb: MariaDB oracle-instantclient-basic: Oracle postgresql: PostgreSQL sqlite3: SQLite unixodbc: ODBC
|
||||
depends = sqlite
|
||||
depends = unixodbc
|
||||
optdepends = libfbclient: Firebird
|
||||
optdepends = mariadb: MariaDB
|
||||
optdepends = postgresql: PostgreSQL
|
||||
provides = soci
|
||||
conflicts = soci
|
||||
source = soci::git+https://github.com/SOCI/soci.git#tag=470fec2e6729d0ab965286c22204e945affbc84a
|
||||
|
|
|
|||
17
PKGBUILD
17
PKGBUILD
|
|
@ -13,21 +13,17 @@ readonly _pkgname="soci"
|
|||
declare -r _tag="470fec2e6729d0ab965286c22204e945affbc84a"
|
||||
|
||||
pkgname="soci-git"
|
||||
pkgver="4.1.0"
|
||||
pkgrel="1"
|
||||
pkgver=v4.0.1_832_g470fec2e
|
||||
pkgrel=1
|
||||
pkgdesc="C++ database access library."
|
||||
arch=("x86_64")
|
||||
url="https://github.com/SOCI/${_pkgname}"
|
||||
license=("BSL-1.0")
|
||||
depends=("gcc-libs" "glibc" "mariadb-libs" "postgresql-libs")
|
||||
depends=("gcc-libs" "glibc" "mariadb-libs" "postgresql-libs" "sqlite" "unixodbc")
|
||||
makedepends=("cmake" "git")
|
||||
optdepends=("db2-odbc-cli: DB2
|
||||
firebird: Firebird
|
||||
mariadb: MariaDB
|
||||
oracle-instantclient-basic: Oracle
|
||||
postgresql: PostgreSQL
|
||||
sqlite3: SQLite
|
||||
unixodbc: ODBC")
|
||||
optdepends=("libfbclient: Firebird"
|
||||
"mariadb: MariaDB"
|
||||
"postgresql: PostgreSQL")
|
||||
provides=("${_pkgname}")
|
||||
conflicts=("soci")
|
||||
source=("${_pkgname}::git+${url}.git#tag=${_tag}")
|
||||
|
|
@ -47,7 +43,6 @@ _compile()
|
|||
-D SOCI_ORACLE_SKIP_TESTS=ON \
|
||||
-D SOCI_POSTGRESQL_SKIP_TESTS=ON \
|
||||
-D SOCI_SHARED=ON \
|
||||
-D SOCI_SQLITE3_SKIP_TESTS=ON \
|
||||
-D SOCI_TESTS="$1" \
|
||||
-D SOCI_UBSAN=OFF \
|
||||
-S "${srcdir}"/"${_pkgname}"/ \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue