summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Fleckstein2023-02-06 15:31:27 +0100
committerErik Fleckstein2023-02-06 15:31:27 +0100
commitdd03797f7a2728a3ef90000c00bbfc0cd8d1e876 (patch)
tree793f8e74cdb29192a155965d6dc178224f54f468
parentfda3a10e794033e8e597c6640667ffeab27c8e9d (diff)
downloadaur-dd03797f7a2728a3ef90000c00bbfc0cd8d1e876.tar.gz
Update to 2.4.25.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7be319199e65..81fddf515d30 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = brickv
pkgdesc = testing/flashing tool for tinkerforge brick(let)s
- pkgver = 2.4.24
- pkgrel = 2
+ pkgver = 2.4.25
+ pkgrel = 1
url = http://www.tinkerforge.com/
arch = any
license = GPL2
@@ -12,7 +12,7 @@ pkgbase = brickv
depends = python-pytz
depends = python-tzlocal
optdepends = brickd: local device support
- source = https://github.com/Tinkerforge/brickv/archive/v2.4.24.zip
- sha256sums = 30a180ef8dee910672cfcbb507e865f53723cc3583904cf10286e411c9a9b8bc
+ source = https://github.com/Tinkerforge/brickv/archive/v2.4.25.zip
+ sha256sums = 6f63223c942782877035d4a82f30f4389365ee4e654f652e1b610ba63944c3e7
pkgname = brickv
diff --git a/PKGBUILD b/PKGBUILD
index 5c3ed7273a5b..da80d8573222 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Contributor: maat
pkgname=brickv
-pkgver=2.4.24
-pkgrel=2
+pkgver=2.4.25
+pkgrel=1
pkgdesc="testing/flashing tool for tinkerforge brick(let)s"
url="http://www.tinkerforge.com/"
license=("GPL2")
@@ -14,7 +14,7 @@ depends=('python-pyserial' 'python-pyqt5' 'python-pytz' 'python-tzlocal')
optdepends=('brickd: local device support')
makedepends=('python-setuptools' 'python-pyqt5')
source=(https://github.com/Tinkerforge/${pkgname}/archive/v${pkgver}.zip)
-sha256sums=('30a180ef8dee910672cfcbb507e865f53723cc3583904cf10286e411c9a9b8bc')
+sha256sums=('6f63223c942782877035d4a82f30f4389365ee4e654f652e1b610ba63944c3e7')
build() {
cd $srcdir/$pkgname-$pkgver/src