summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilipe Laíns2019-10-30 12:13:41 +0000
committerFilipe Laíns2019-10-30 12:13:41 +0000
commit49d1758a1f318094d46bd496031e1652a8e97381 (patch)
treea5e663c7e37a2f20b23995ef8c7e42405a82dc1f
parent1e5804f8b336826ed6b1e8e823d9797d6b4bc998 (diff)
downloadaur-49d1758a1f318094d46bd496031e1652a8e97381.tar.gz
remove DLAGENTS and PKGEXT definitions
Signed-off-by: Filipe Laíns <lains@archlinux.org>
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 39602cda7a05..d58f86c2f1db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by mksrcinfo v8
-# Tue Jul 18 00:12:23 UTC 2017
pkgbase = oracle-sqldeveloper
pkgdesc = A graphical tool for database development
pkgver = 19.2.1.247.2212
@@ -12,9 +10,9 @@ pkgbase = oracle-sqldeveloper
depends = bash
depends = perl
optdepends = ksh
- optdepends = java8-openjfx
- optdepends = java11-openjfx
- source = manual://sqldeveloper-19.2.0.206.2117-no-jre.zip
+ optdepends = java8-openjfx: Required to run the application with JDK8
+ optdepends = java11-openjfx: Required to run the application with JDK11
+ source = manual://sqldeveloper-19.2.1.247.2212-no-jre.zip
source = oracle-sqldeveloper.desktop
source = oracle-sqldeveloper.sh
source = LICENSE
diff --git a/PKGBUILD b/PKGBUILD
index 328a6014e74f..13b427f6ee22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,14 +24,11 @@ source=(manual://sqldeveloper-$pkgver-no-jre.zip
oracle-sqldeveloper.sh
LICENSE
java_home.patch)
-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.;/usr/bin/echo Please visit http://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/index.html.; exit 1;')
md5sums=('ec986f454d747b742830284e6cd46fb0'
'1d17d18e10ab85dead0770e8840273b3'
'26c1dc933a9ab58a4245f4f351717645'
'71a4092467209c160d0f34abbc08e049'
'fe446201cc0d5326ecb757c384c67232')
-# don't compress the package - we're just going to uncompress during install in a moment
-PKGEXT='.pkg.tar'
package() {
cd "$srcdir/sqldeveloper"