summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMilo Gilad2018-02-05 20:07:18 -0500
committerMilo Gilad2018-02-05 20:07:18 -0500
commit830440062b897dbf88782b7eb1abb6790a20ce62 (patch)
tree16b575a6b7ed8ff60bb51829a323bdd3e1cf3831 /PKGBUILD
parent370fe945d30c24b072e887a6bd26084fb0ba341a (diff)
downloadaur-java-repl.tar.gz
Fixed PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 2 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 86150833779c..250b9303d3b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,9 @@
-# This is an example PKGBUILD file. Use this as a start to creating your own,
-# and remove these comments. For more information, see 'man PKGBUILD'.
-# NOTE: Please fill out the license field for your package! If it is unknown,
-# then please put 'unknown'.
-
-# Maintainer: Your Name <youremail@domain.com>
+# Maintainer: Milo Gilad <myl0gcontact@gmail.com>
pkgname=java-repl
pkgver=428
pkgrel=1
epoch=
-pkgdesc="Read Eval Print Loop for Java"
+pkgdesc="Read Eval Print Loop for Java (latest release)"
arch=(any)
url="https://github.com/albertlatacz/java-repl"
license=('Apache')