Just to complement step by step:
- git clone the current repository [$ git clone https://aur.archlinux.org/oracle-sqldeveloper.git]
- manually download the no-jre archive from Oracle Site [https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=oracle-sqldeveloper]
- copy the zipped file that you already downloaded from Oracle site to the repository cloned on step 1 [cp -r ~/Downloads/sqldeveloper-CURRENT-VERSION ~/oracle-sqldeveloper]
- run makepkg --install
Pinned Comments
frealgagu commented on 2020-03-11 04:33 (UTC)
To build the package you need to manually download the no-jre archive from Oracle's site[1] and place it in the same directory with the PKGBUILD[2] and then run makepkg.
[1] https://www.oracle.com/tools/downloads/sqldev-downloads.html, you need "Other platforms"
[2] https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=oracle-sqldeveloper