summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Bazile2017-12-22 16:36:43 +0100
committerRomain Bazile2017-12-22 16:36:43 +0100
commit479ce13586baec7c2ce67f9d625a7f54bc75a575 (patch)
tree8b0ca059487a2feb1449236a3f59b23dd8a9189c
parenta4c2499efe206e85517d27a16fe063709a628d2b (diff)
downloadaur-479ce13586baec7c2ce67f9d625a7f54bc75a575.tar.gz
update to 4.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD13
2 files changed, 13 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13f01cce5c36..bf7ec578a0ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mcuxpresso-config-tools
pkgdesc = Integrated suite of configuration tools for NXP's microcontrollers. From RPM package distributed by NXP.
- pkgver = 3.0.2
- pkgrel = 2
+ pkgver = 4.0
+ pkgrel = 1
url = http://www.nxp.com/products/software-and-tools/run-time-software/mcuxpresso-software-and-tools/mcuxpresso-config-tools:MCUXpresso-Config-Tools
arch = x86_64
license = custom:"NXP"
@@ -13,10 +13,10 @@ pkgbase = mcuxpresso-config-tools
depends = alsa-lib
depends = libnet
options = !strip
- source = https://cache.nxp.com/secured/bsps/mcuxpresso-config-tools-v3-1.x86_64.rpm?__gda__=1503412477_d1e44dec7df2676f361c64b99dc67452&fileExt=.rpm
+ source = https://cache.nxp.com/secured/bsps/MCUXPRESSO-CT-LIN64-DEB-PACKAGE.deb?__gda__=1513963386_fced790445e5032ee18287bd6a735b96&fileExt=.deb
source = LICENSE
source = mcuxpresso-config-tools.install
- sha256sums = 34b6606d653355b88a1857e787e2d321a702936ba10da94d7c3dd97589fb9951
+ sha256sums = 8207a51700e20186c7fe5a793398cd53e305f02392346599fffe78f8f3e5e833
sha256sums = a0130ae83f03b1faa62123719a937b86508e92b204015834410dfcb4c9dae559
sha256sums = 6435144e9b28ec594ebea3e598e01e23a4d41c3787a67de68dafedcf71bc18ed
diff --git a/PKGBUILD b/PKGBUILD
index bf0b043e03e8..08720931e364 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,22 +1,27 @@
# Maintainer: Romain Bazile <gromain d0t baz at gmail dot com>
pkgname=mcuxpresso-config-tools
-pkgver=3.0.2
-pkgrel=2
+pkgver=4.0
+pkgrel=1
epoch=
pkgdesc="Integrated suite of configuration tools for NXP's microcontrollers. From RPM package distributed by NXP."
arch=('x86_64')
url="http://www.nxp.com/products/software-and-tools/run-time-software/mcuxpresso-software-and-tools/mcuxpresso-config-tools:MCUXpresso-Config-Tools"
license=('custom:"NXP"')
depends=('java-environment' 'libxslt' 'libxtst' 'gcc-libs-multilib' 'gtk2' 'alsa-lib' 'libnet')
-source=("https://cache.nxp.com/secured/bsps/${pkgname}-v3-1.${arch}.rpm?__gda__=1503412477_d1e44dec7df2676f361c64b99dc67452&fileExt=.rpm" "LICENSE" "${pkgname}.install")
+source=("https://cache.nxp.com/secured/bsps/MCUXPRESSO-CT-LIN64-DEB-PACKAGE.deb?__gda__=1513963386_fced790445e5032ee18287bd6a735b96&fileExt=.deb" "LICENSE" "${pkgname}.install")
-sha256sums=('34b6606d653355b88a1857e787e2d321a702936ba10da94d7c3dd97589fb9951'
+sha256sums=('8207a51700e20186c7fe5a793398cd53e305f02392346599fffe78f8f3e5e833'
'a0130ae83f03b1faa62123719a937b86508e92b204015834410dfcb4c9dae559'
'6435144e9b28ec594ebea3e598e01e23a4d41c3787a67de68dafedcf71bc18ed')
options=('!strip')
+prepare() {
+ cd ${srcdir}/
+ bsdtar -x -f data.tar.gz
+}
+
package() {
cp -r ${srcdir}/usr ${pkgdir}/;
cp -r ${srcdir}/opt ${pkgdir}/;