summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3fbbbba4724e..b6bddf6b5fd4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,12 @@
-# Generated by mksrcinfo v8
-# 四 1月 4 10:44:23 UTC 2018
pkgbase = ringo
pkgdesc = Multi-threaded JavaScript on the JVM
pkgver = 1.2.1
- pkgrel = 1
+ pkgrel = 2
url = https://ringojs.org/
arch = any
license = Apache
- makedepends = apache-ant
- makedepends = apache-ivy
+ makedepends = ant
+ makedepends = ivy
makedepends = patch
depends = java-runtime-headless
depends = bash
diff --git a/PKGBUILD b/PKGBUILD
index c9ef7c36ab9a..c6b5736697bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=ringo
pkgver=1.2.1
-pkgrel=1
+pkgrel=2
pkgdesc="Multi-threaded JavaScript on the JVM"
arch=('any')
url="https://ringojs.org/"
license=('Apache')
depends=('java-runtime-headless' 'bash')
-makedepends=('apache-ant' 'apache-ivy' 'patch')
+makedepends=('ant' 'ivy' 'patch')
source=("git+https://github.com/ringo/ringojs.git#tag=v${pkgver}"
'patch.diff')
sha256sums=('SKIP'