summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWannes De Meyer2018-10-22 15:33:26 +0200
committerWannes De Meyer2018-10-22 15:33:26 +0200
commit4a6ce8c47611c338db215fb7adc07c07fb482ccf (patch)
treef3694c4155b021a56b6ae2dd65bf6b97317502ac /PKGBUILD
parent054bae32778f331c06243a86a890ad57dc4d034c (diff)
downloadaur-oracle-xe-11g.tar.gz
fixed link to download page
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 257691db8e57..f50133f95d98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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() {