Package Details: oracle-instantclient-jdbc 21.11.0.0.0-1

Git Clone URL: https://aur.archlinux.org/oracle-instantclient-jdbc.git (read-only, click to copy)
Package Base: oracle-instantclient-jdbc
Description: Additional support for XA, Internationalization, and RowSet operations under JDBC
Upstream URL: http://www.oracle.com/technetwork/database/features/instant-client/
Licenses: custom:OTN
Replaces: instantclient-jdbc
Submitter: Malvineous
Maintainer: Malvineous
Last Packager: Malvineous
Votes: 4
Popularity: 0.000000
First Submitted: 2012-03-21 04:18 (UTC)
Last Updated: 2023-08-04 03:10 (UTC)

Latest Comments

Eremiell commented on 2017-04-06 18:45 (UTC)

diff --git a/PKGBUILD b/PKGBUILD index 280db7f..b24ef2a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,8 +6,8 @@ _pkgname=instantclient-jdbc pkgname=oracle-${_pkgname} -pkgver=12.1.0.2.0 -pkgrel=2 +pkgver=12.2.0.1.0 +pkgrel=1 pkgdesc="Additional support for XA, Internationalization, and RowSet operations under JDBC" arch=('i686' 'x86_64') url="http://www.oracle.com/technetwork/database/features/instant-client/" @@ -28,13 +28,13 @@ sha256sums=('f904a30b07ddf7806a33620f93b94c3d315154d26a371ece48695bb3555064a2') case "$CARCH" in i686) source[1]="manual://${_pkgname}-linux-$pkgver.zip" - md5sums[1]='37e29bf0a25e9cb65f9cc1dc61e882bd' - sha256sums[1]='b40be90a26f27444ee6999ea05d7e62791ff0f01b943d48ceda51167e24f7e1d' + md5sums[1]='24df104cc59254ab4928d4eb3a19cbd3' + sha256sums[1]='c630ce7a4005bb354bf5c49744ec658046670d03b1064363aabf6a8a9f43eae7' ;; x86_64) source[1]="manual://${_pkgname}-linux.x64-$pkgver.zip" - md5sums[1]='d3f4afd0dbf9b74c0b1e998dd69e6c9c' - sha256sums[1]='444236c8881b4a6dc98342d8f2d95be5db6c2fa3ae925bdabc1d0cb684b0f20b' + md5sums[1]='3e6cdc6686b44160a8a5e4af0cacf5fd' + sha256sums[1]='1a18fcaa41984bc0499a3d3138843292550a5606556217adb47ddc59caa7a0fa' ;; esac @@ -61,7 +61,7 @@ plain "[1]: http://www.oracle.com/technetwork/licenses/instant-client-lic-152016 plain "" package() { - local basedir="$srcdir/instantclient_12_1" + local basedir="$srcdir/instantclient_12_2" install -d "$pkgdir/usr/lib" install -m 755 -t "$pkgdir/usr/lib" "$basedir/"*.so install -m 644 -t "$pkgdir/usr/lib" "$basedir/"*.jar

Malvineous commented on 2014-10-15 04:23 (UTC)

Updated to 12.1.0.2.0

Malvineous commented on 2013-07-16 23:30 (UTC)

Updated to 12.1.0.1.0

vitalijr2 commented on 2011-04-03 07:32 (UTC)

Fix.

falconindy commented on 2011-04-03 00:17 (UTC)

Please do not host source files directly on the AUR. Sources can be obtained from http://www.oracle.com/technetwork/topics/linuxsoft-082809.html. This package will be deleted in 1 week if not corrected.