summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMikołaj Chwalisz2019-02-22 10:54:03 +0100
committerMikołaj Chwalisz2019-02-22 11:10:20 +0100
commitd1d73aedf06104addf4debd5a299f82d58716d75 (patch)
tree67cc7b811880d79b5f8154d6dcf82f445f626ae0 /PKGBUILD
parent5308e624a520f1c8803a05694d1fc156c0307ede (diff)
downloadaur-d1d73aedf06104addf4debd5a299f82d58716d75.tar.gz
update to 4.6.0.2176
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 9 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 972010ab929c..35dbe0574ed5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,25 @@
# Maintainer: Jimmy Stelzer <jimmy dot stelzer at gmail dot com>
# Contributor: Mikołaj Chwalisz <chwalisz at tkn.tu-berlin dot de>
pkgname=uniflash
-pkgver=4.4.0.2009
+pkgver=4.6.0.2176
pkgrel=1
pkgdesc="Universal Flash Programmer for Texas Instruments devices. Provides a single interface for programming Flash memory and executing Flash based operations on supported targets."
arch=('i686' 'x86_64')
url="http://processors.wiki.ti.com/index.php/Category:CCS_UniFlash"
license=('custom:TECHNOLOGY SOFTWARE PUBLICLY AVAILABLE by Texas Instruments Incorporated')
-depends=('libudev0-shim'
- 'libusb-compat')
+depends=(
+ 'libudev0-shim'
+ 'libusb-compat')
+optsdepends=(
+ 'python2: The SimpleLink CC31xx/CC32xx families require Python2.7'
+)
source=(${pkgname}_sl.$pkgver.run::http://software-dl.ti.com/ccs/esd/uniflash/${pkgname}_sl.$pkgver.run
62-msp430uif.rules)
noextract=("${pkgname}_sl.$pkgver.run" )
options=(!strip)
-sha256sums=('9562e333839ad31e634b9f737733f65ac36478534598b128c319ec1feb7e333b'
+sha256sums=('bf09ab020d35526445650d8e2c33fac448674dac1c808dd70e08da19f71fb705'
'e6fc064be173031f3a845f937b2dd7bd6742125e2bcb18f943968dde27b10cfb')
+
DLAGENTS=('http::/usr/bin/curl -fLC - --cookie nada -o %o %u')
prepare() {
cd "$srcdir"