summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 4 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e8302e08bbb..82bb416e3646 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,13 @@
-# Generated by mksrcinfo v8
-# Wed Jul 13 20:06:45 UTC 2016
pkgbase = kinetis-design-studio-bin
pkgdesc = NXP / Freescale Kinetis Design Studio
pkgver = 3.2.0
- pkgrel = 2
+ pkgrel = 3
url = https://nxp.flexnetoperations.com/control/frse/download?element=7490617
arch = x86_64
- groups = base-devel
license = EULA
+ depends = lib32-ncurses5-compat-libs
options = !strip
source = file://kinetis-design-studio_3.2.0-1_amd64.deb
sha512sums = 93c0f2f5e78f1cd2d184bf8ab26e72d4565e552a0c36a31d34a9b9b35e5c2d04cab41b1c5e3c37d9d5e9f653124b33db6a2f3224a30424ed53a1d8d811f70e5c
pkgname = kinetis-design-studio-bin
-
diff --git a/PKGBUILD b/PKGBUILD
index cb87cbfa3935..5509599090ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,17 @@
# Author: Kyle Manna <kyle(at)kylemanna(dot)com>
#
-# Upstream: https://nxp.flexnetoperations.com/control/frse/download?element=6320997
-#
# Download the source file and place in the current directory. Website requires login
# and license agreement.
pkgname=kinetis-design-studio-bin
pkgver=3.2.0
-pkgrel=2
+pkgrel=3
pkgdesc="NXP / Freescale Kinetis Design Studio"
#arch=('i686' 'x86_64')
arch=('x86_64')
url="https://nxp.flexnetoperations.com/control/frse/download?element=7490617"
license=('EULA')
-groups=('base-devel')
-depends=()
+depends=('lib32-ncurses5-compat-libs')
options=('!strip')
source=("file://kinetis-design-studio_${pkgver}-1_amd64.deb")
sha512sums=('93c0f2f5e78f1cd2d184bf8ab26e72d4565e552a0c36a31d34a9b9b35e5c2d04cab41b1c5e3c37d9d5e9f653124b33db6a2f3224a30424ed53a1d8d811f70e5c')