summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Titmuss2015-11-29 09:51:42 +1100
committerAndrew Titmuss2015-11-29 09:51:42 +1100
commit7f3e37143f797da555aad372597f1fa99bd2a9da (patch)
tree166b2db27ccd74d5d7211765017b30c7f2cf370e /PKGBUILD
parent0e16c0c8603343f0b2268e7907ad294fc27b01f1 (diff)
downloadaur-7f3e37143f797da555aad372597f1fa99bd2a9da.tar.gz
Added .install file
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index af4d1485f4b7..5c7e7406fffd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,9 @@ arch=('x86_64')
url="https://github.com/iandrewt/mcinstall"
license=('GPL')
depends=('bash')
-optdepends=('java: if you want the server to use the already installed JRE instead of downloading one')
+optdepends=('jre: if you want the server to use the already
+installed JRE instead of downloading one')
+install=$pkgname.install
source=($pkgname-$pkgver.tar.gz::https://github.com/iAndrewT/mcinstall/archive/$pkgver.tar.gz)
md5sums=('56A52A9E54C2BEC71230D573439E6933')