fix typo
This commit is contained in:
parent
d0ea3ab7ac
commit
9a2346bf76
1 changed files with 1 additions and 1 deletions
2
PKGBUILD
2
PKGBUILD
|
@ -13,7 +13,7 @@ md5sums=()
|
|||
makedepends=('rpmextract')
|
||||
|
||||
prepare() {
|
||||
if [ ! -f "${srcdir}/sqldeveloper-23.1.0.097.1607.noarch.rpm" ]; then
|
||||
if [ ! -f "${srcdir}/sqldeveloper.noarch.rpm" ]; then
|
||||
echo "Downloading SQL Developer RPM file..."
|
||||
curl --insecure -o "${srcdir}/sqldeveloper.noarch.rpm" \
|
||||
https://download.oracle.com/otn_software/java/sqldeveloper/sqldeveloper-24.3.0-284.2209.noarch.rpm
|
||||
|
|
Loading…
Add table
Reference in a new issue