summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4975f46aca8e..07c13a4a3dfe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,10 +8,10 @@ pkgdesc="UI library for the Fall semester of the 2022 PO course at IST universit
arch=(x86_64)
url="https://web.tecnico.ulisboa.pt/~david.matos/w/pt/index.php/Programa%C3%A7%C3%A3o_com_Objectos"
license=("CC BY-NC-ND 4.0")
-depends=(java-environment)
+depends=("java-environment")
_pkgname="Po-uilib"
_pkgpath="5/50"
-_jarname=${pkgname::-2}
+_jarname="${pkgname::-2}"
source=("https://web.tecnico.ulisboa.pt/~david.matos/w/pt/images/$_pkgpath/$_pkgname-$pkgver.tar.bz2")
sha256sums=("5a471fcf53a4a7d2ddede75a78ad0174e45abdf27f61e64b0a3da6d81fedb4d0")