summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorvugonz2022-09-23 12:27:56 +0100
committervugonz2022-09-23 12:27:56 +0100
commit75520eead84ea37c3e1e41e5e6543a6f97775dde (patch)
tree9fee08d3a402c83cd8adfce2ad8303ea3328ff82 /PKGBUILD
parent449023d208cfa7d63b865ac4892fa847b79fcb17 (diff)
downloadaur-po-uilib22.tar.gz
Add "" to variables
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")