Package Details: oracle-instantclient-sdk 21.11.0.0.0-1

Git Clone URL: https://aur.archlinux.org/oracle-instantclient-sdk.git (read-only, click to copy)
Package Base: oracle-instantclient-sdk
Description: Additional header files for developing Oracle applications with Instant Client
Upstream URL: http://www.oracle.com/technetwork/database/features/instant-client/
Licenses: custom:OTN
Replaces: instantclient-sdk
Submitter: Malvineous
Maintainer: Malvineous
Last Packager: Malvineous
Votes: 17
Popularity: 0.000047
First Submitted: 2012-03-21 03:59 (UTC)
Last Updated: 2023-08-04 03:12 (UTC)

Latest Comments

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

diff --git a/PKGBUILD b/PKGBUILD index 25d17a1..72537a3 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,8 +6,8 @@ _pkgname=instantclient-sdk pkgname=oracle-${_pkgname} -pkgver=12.1.0.2.0 -pkgrel=2 +pkgver=12.2.0.1.0 +pkgrel=1 pkgdesc="Additional header files for developing Oracle applications with Instant Client" 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]='4119d59f4d45ddfea3d18412062d965e' - sha256sums[1]='8a3d609230f02186c85cd39bef1e8b974a239254c5b12ba7e482c5a7c35ffb4a' + md5sums[1]='a53172101846638c9e8c32af63991130' + sha256sums[1]='38aa0c3961d44bec4819e04de1ab0642f2e9ec92dbbad327a7935224c7239d8b' ;; x86_64) source[1]="manual://${_pkgname}-linux.x64-$pkgver.zip" - md5sums[1]='d5eff6654c7901d2d5bccc87e386e192' - sha256sums[1]='ba4b1b96b9f00bc36682542df575f1d52717f6ad48436f50c85b2e87b3a6961c' + md5sums[1]='077fa2f215185377ccb670de9ca1678f' + sha256sums[1]='7f404c3573c062ce487a51ac4cfe650c878d7edf8e73b364ec852645ed1098cb' ;; esac @@ -62,7 +62,7 @@ plain "" package() { # Put all .h files into /usr/include - cd "$srcdir/instantclient_12_1/" + cd "$srcdir/instantclient_12_2/" install -d "$pkgdir/usr/include" install -m 644 -t "$pkgdir/usr/include" sdk/include/*.h # But we don't want this one, it is unused and it conflicts with another

isaacaggrey commented on 2014-08-18 20:15 (UTC)

PKGBUILD version bump and integrity check update works for me with 12.1.0.2.0.

wiliam commented on 2011-12-29 16:15 (UTC)

kornerr's PKGBUILD adjusted for both i686 and x86-64 platforms: http://pastie.org/pastes/3090983/text

kornerr commented on 2011-11-28 05:33 (UTC)

Please update to 11.2.0.3.0. PKGBUILD for i686: http://pastie.org/pastes/2931596/text

vitalijr2 commented on 2011-04-10 17:41 (UTC)

11.2.0.2.0

geraldoav commented on 2011-04-07 15:05 (UTC)

I changed the PKGBUILD from @caratorn to work on 64-bit: http://pastebin.com/9U2cXNdz Please update.

<deleted-account> commented on 2010-11-07 20:33 (UTC)

Update to instantclient-sdk 11.2.0.2.0-1: http://aur.pastebin.com/sbdHAV9Q tested 32-bit version.