Search Criteria
Package Details: mariadb-jdbc 2.7.2-1
Git Clone URL: | https://aur.archlinux.org/mariadb-jdbc.git (read-only, click to copy) |
---|---|
Package Base: | mariadb-jdbc |
Description: | The official Java library (Connector/J) to connect to MariaDB and MySQL |
Upstream URL: | https://downloads.mariadb.org/connector-java/ |
Licenses: | |
Provides: | |
Submitter: | Red54 |
Maintainer: | guoxh |
Last Packager: | guoxh |
Votes: | 48 |
Popularity: | 0.29 |
First Submitted: | 2012-12-18 05:18 |
Last Updated: | 2021-03-10 00:20 |
Dependencies (1)
- java-runtime (jdk5, tuxjdk, jre7-openjdk-infinality, java-8-openjdk-shenandoah, jre8-openjdk-infinality, java-gcj-compat, jdk9, jre9, jdk-devel, jre10, jdk8-arm64, jdk6, jdk12-openj9-bin, zulu-12-bin, jre6, jre12, jdk8-openjdk-dcevm, jdk11-graalvm-ee-bin, server-jre, jdk8-arm, jdk13-openj9-bin, jdk9-openj9-bin, jdk10, jdk11-openjdk-dcevm, jre8-openjdk-jetbrains, jre8-openjdk-shenandoah, jdk10-openj9-bin, jdk14-openj9-bin, jdk7, jre7, jre14, jdk8-jetbrains, jdk7r1-j9-bin, jdk7-j9-bin, zulu-14-bin, zulu-13-bin, jdk-bcl, jre-bcl, amazon-corretto-15, jdk11-openj9-bin, amazon-corretto-8, amazon-corretto-11, jdk11-openjdk-dcevm-conflicts-fixed, jre8, jdk8, jdk11-adoptopenjdk, zulu-8-bin, zulu-11-bin, zulu-15-bin, liberica-jdk-11-bin, liberica-jdk-11-lite-bin, liberica-jre-11-full-bin, liberica-jdk-8-full-bin, liberica-jdk-11-full-bin, liberica-jre-11-bin, liberica-jre-8-full-bin, jdk8-j9-bin, zulu-embedded-jdk11, jdk8-openj9-bin, zulu-embedded-jdk8, jre11, sapmachine-jdk-bin, jre-jetbrains, jdk11-graalvm-bin, jdk8-graalvm-bin, jre8-adoptopenjdk, jdk-arm, jre11-jetbrains-imfix, java-openjdk-bin, jdk-openj9-bin, jdk-adoptopenjdk, jre, zulu-16-bin, liberica-jdk-full-bin, jdk15-adoptopenjdk, jre-openj9, jdk-jetbrains, java-openjdk-ea-bin, amazon-corretto-16, java-openjdk-loom-ea-bin, zulu-embedded-jdk, jre-openjdk, jre11-openjdk, jre7-openjdk, jre8-openjdk)
Latest Comments
1 2 3 Next › Last »
guoxh commented on 2019-01-09 15:36
@Singularity: implemented.
Singularity commented on 2019-01-09 13:46
Could you mention the term 'connector' somewhere? I did originally not find this package, I searched for it with keywords like 'mariadb connector J'
Singularity commented on 2019-01-09 13:32
Please also remove the replaces=('mysql-jdbc') line. IIRC it will remove the mysql-jdbc package on update, and there is no need for it as they can be installed in parallel.
MarcinWieczorek commented on 2018-06-20 12:55
Please switch to sha for checksums. Thanks
guoxh commented on 2018-03-21 12:54
Updated to 2.2.3.
guoxh commented on 2016-01-15 05:55
Hi framas, this makes sense. I will do it shortly.
framas commented on 2016-01-15 05:26
Can you please remove the conflicts=('mysql-jdbc')?
I use both of them on my system and installation in parralell is possible after hacking the PKGBUILD for each update...
guoxh commented on 2015-12-18 15:19
Updated to 1.3.3.
spuggy commented on 2015-12-18 13:52
Patch.
--- a/PKGBUILD.old
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Xunhua Guo <xunhua.guo@gmail.com>
pkgname=mariadb-jdbc
-pkgver=1.3.0
+pkgver=1.3.3
pkgrel=1
pkgdesc="The official JDBC driver (Java library) for MariaDB"
arch=('any')
@@ -12,7 +12,7 @@ provides=('mysql-jdbc')
conflicts=('mysql-jdbc')
replaces=('mysql-jdbc')
source=("https://code.mariadb.com/connectors/java/connector-java-${pkgver}/mariadb-java-client-${pkgver}.jar")
-md5sums=("c09cba3af3d50ab2ee0abc84d03d3774")
+md5sums=("6ed6231801ba631c948a7ececb9776c5")
package() {
install -D -m755 \
guoxh commented on 2015-11-17 06:04
updated to 1.3.0.