summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPopa Ioan Alexandru2023-08-31 21:17:38 +0300
committerPopa Ioan Alexandru2023-08-31 21:17:38 +0300
commitab924dd79a862a3ccf9384b3882b8f048b229f13 (patch)
tree791605a71b35e599ff05f5d1c565d5f4ce708958 /PKGBUILD
parent477c191e2c0af8c96e4e3d2a6138dc39c8c9074c (diff)
downloadaur-ab924dd79a862a3ccf9384b3882b8f048b229f13.tar.gz
corrections: add unzip to makedepends; don't force a sourceforge mirror
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 936cf83fe472..4ca8b6638843 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,9 +8,8 @@ arch=('i686' 'x86_64')
url="https://sourceforge.net/projects/freej2me/"
license=('GPL')
depends=('java-runtime')
-#builddepends=('unzip')
-source=("https://netix.dl.sourceforge.net/project/freej2me/freej2me_2018-09-07.zip" 'freej2me' 'freej2me.desktop')
-#note that the binaries are hosted on sourceforge, and to gather them as a stable link a mirror had to be chosen
+makedepends=('unzip')
+source=("https://downloads.sourceforge.net/project/freej2me/freej2me_2018-09-07.zip" 'freej2me' 'freej2me.desktop')
#the program is written in java, so providing directly binaries is ok
noextract=('freej2me_2018-09-07.zip')
md5sums=('fc176b93828a799e6c7e79506a2f2f4f'