diff options
author | Wannes De Meyer | 2018-10-22 15:33:26 +0200 |
---|---|---|
committer | Wannes De Meyer | 2018-10-22 15:33:26 +0200 |
commit | 4a6ce8c47611c338db215fb7adc07c07fb482ccf (patch) | |
tree | f3694c4155b021a56b6ae2dd65bf6b97317502ac /PKGBUILD | |
parent | 054bae32778f331c06243a86a890ad57dc4d034c (diff) | |
download | aur-oracle-xe-11g.tar.gz |
fixed link to download page
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -5,9 +5,10 @@ # Contributor: siasia # Contributor: Lukas Jirkovsky <l.jirkovsky@gmail.com> -pkgname=oracle-xe -pkgver=11.2.0.2.0 -pkgrel=1 +pkgbase=oracle-xe-11g +pkgname=oracle-xe-11g +pkgver=11.2.0_1.0 +pkgrel=4 pkgdesc="A non free DBMS (legacy 11g version)" url="http://www.oracle.com/" license=('custom') @@ -26,7 +27,7 @@ source=( 'oracle-xe.service' ) -DLAGENTS+=('manual::/usr/bin/echo The source file for this package needs to be downloaded manually, since it requires a login and is not redistributable. Please visit http://www.oracle.com/technetwork/database/database-technologies/express-edition/downloads/index.html') +DLAGENTS+=('manual::/usr/bin/echo The source file for this package needs to be downloaded manually, since it requires a login and is not redistributable. Please visit https://www.oracle.com/technetwork/database/database-technologies/express-edition/downloads/xe-prior-releases-5172097.html') md5sums=( 'dd7881a55569d890241f11cd0eeb7d48' @@ -40,7 +41,7 @@ md5sums=( build() { cd $srcdir - bsdtar -xf Disk1/oracle-xe-11.2.0-1.0.x86_64.rpm + bsdtar -xf Disk1/oracle-xe-${pkgver/_/-}.x86_64.rpm } package() { |