summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoryoungunix2017-03-16 22:22:51 -0400
committeryoungunix2017-03-16 22:22:51 -0400
commit2abb3bedf54a9794b91031a281afdb5a9d78590f (patch)
treefe7ea29ad66928a1d14dd82d78705f4d4966673e /PKGBUILD
parentf6990d59b90ffef326a74087939331d014f80a85 (diff)
downloadaur-2abb3bedf54a9794b91031a281afdb5a9d78590f.tar.gz
version update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 02d5d3a3e4b4..53994c0c7921 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: youngunix
# Contributor: Otto Allmendinger <otto.allmendinger@gmail.com>
-pkgname=vertx
+pkgname=vert.x
pkgver=3.4.1
pkgrel=1
pkgdesc="Effortless asynchronous application development for the modern web and enterprise"
@@ -10,7 +10,7 @@ url="http://vertx.io"
license=("APACHE")
depends=("java-environment>=7")
-source=("https://bintray.com/artifact/download/vertx/downloads/vert.x-${pkgver}-full.tar.gz")
+source=("https://bintray.com/artifact/download/vertx/downloads/${pkgname}-${pkgver}-full.tar.gz")
sha1sums=("706f9fe9082fdf1882648c68e47636d05e5786d7")
package() {