summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2017-05-29 16:37:26 +0200
committerPhilipp A2017-05-29 16:37:26 +0200
commit90fd1158d6fc450da5cc987f9f00aa6e50fb5db2 (patch)
tree259d813a70c6161219addffd4c53858ecd4abf40
parent392d1c157122a0ae3e8f4879a09e703daa83291d (diff)
downloadaur-90fd1158d6fc450da5cc987f9f00aa6e50fb5db2.tar.gz
fixed addToPath type
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4421dbd961bd..885bc42ba581 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,11 @@
-# Generated by mksrcinfo v8
-# Tue May 23 21:07:53 UTC 2017
pkgbase = sencha-cmd-6
pkgdesc = Sencha Cmd provides a collection of powerful, time-saving features that work together and in conjunction with the Sencha Ext JS and Sencha Touch frameworks
pkgver = 6.5.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.sencha.com/products/extjs/cmd-download/
arch = i686
arch = x86_64
- license = GPL
+ license = custom: commercial
depends = java-runtime
depends = ttf-font
provides = sencha-cmd
diff --git a/PKGBUILD b/PKGBUILD
index 713645c4c73c..ce31d2823c89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
-# Maintainer: Mathieu OTHACEHE <m.othacehe@gmail.com>
+# Maintainer: Philipp A. <flying-sheep@web.de>
+# Contibutor: Mathieu OTHACEHE <m.othacehe@gmail.com>
pkgname=sencha-cmd-6
pkgver=6.5.0
-pkgrel=1
+pkgrel=2
pkgdesc='Sencha Cmd provides a collection of powerful, time-saving features that work together and in conjunction with the Sencha Ext JS and Sencha Touch frameworks'
url='https://www.sencha.com/products/extjs/cmd-download/'
arch=(i686 x86_64)
-license=(GPL)
+license=('custom: commercial')
depends=(java-runtime ttf-font)
provides=(sencha-cmd)
conflicts=(sencha-cmd sencha-cmd-5)
@@ -16,9 +17,10 @@ sha512sums_i686=('139b099b2f6e9882fc6f167c68b439bc918312851397e25fcb88018e50a4c5
sha512sums_x86_64=('9170a22be6c97b30785a30519e62d65930bb870e94eaae869eaaf2c5b366b3a377701d5f67890f27b3f56e9f98e64ac55fb2dc7c3e14078383fc1ad076a2f30b')
build() {
+ #tail -c 1397056 SenchaCmd-$pkgver.*-linux-amd64.sh > sfx_archive.tar.gz
bash SenchaCmd-$pkgver.*-linux-amd64.sh -q \
-Dall=true \
- -VaddToPath=No \
+ -V'addToPath$Integer'=1 \
-dir "$srcdir/$pkgname-$pkgver"
}