summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Knodt2018-11-09 19:59:36 +0100
committerFlorian Knodt2018-11-09 19:59:36 +0100
commit0f4701248e5e7025de5fbdcce8307dfa7384b514 (patch)
tree74fba3d7b92e7781260214153e2eaa58a6c977db
parent1805290a19238929b4bdefb6488db35569a8c65c (diff)
downloadaur-0f4701248e5e7025de5fbdcce8307dfa7384b514.tar.gz
Bump 1.6
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD9
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 459eac6f40c0..13327f6eec4e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = stcgal
pkgdesc = Open Source STC MCU ISP flash tool
- pkgver = 1.2
+ pkgver = 1.6
pkgrel = 1
url = https://github.com/grigorig/stcgal
arch = any
@@ -8,11 +8,12 @@ pkgbase = stcgal
makedepends = git
depends = python-pyserial
depends = python-setuptools
+ depends = python-tqdm
optdepends = python-pyusb: Native USB programming support
- source = https://github.com/grigorig/stcgal/archive/v1.2.zip
+ source = https://github.com/grigorig/stcgal/archive/v1.6.zip
source = LICENSE
- md5sums = c942810581b77cf64983c645aa64b797
- md5sums = 79a3d9f649d76086966bde308915defa
+ md5sums = 318f2ca704327275b6f77a6248dfe284
+ md5sums = b76a68fb137f36d7b43624a0fe99cb2c
pkgname = stcgal
diff --git a/PKGBUILD b/PKGBUILD
index b0c0f96f8417..a47ee44e1115 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,18 @@
# Maintainer: Florian Knodt <git [at] adlerweb [dot] info>
pkgname=stcgal
-pkgver=1.2
+pkgver=1.6
pkgrel=1
pkgdesc="Open Source STC MCU ISP flash tool"
arch=('any')
url="https://github.com/grigorig/stcgal"
license=('MIT')
-depends=('python-pyserial' 'python-setuptools')
+depends=('python-pyserial' 'python-setuptools' 'python-tqdm')
optdepends=('python-pyusb: Native USB programming support')
makedepends=('git')
-source=("https://github.com/grigorig/stcgal/archive/v1.2.zip" 'LICENSE')
-md5sums=('c942810581b77cf64983c645aa64b797' '79a3d9f649d76086966bde308915defa')
+source=("https://github.com/grigorig/stcgal/archive/v1.6.zip" 'LICENSE')
+md5sums=('318f2ca704327275b6f77a6248dfe284'
+ 'b76a68fb137f36d7b43624a0fe99cb2c')
package() {
cd "$srcdir/$pkgname-$pkgver"