summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorErik Fleckstein2019-05-23 17:16:10 +0200
committerErik Fleckstein2019-05-23 17:16:10 +0200
commit918a60ab331686fa7ebd5a69f20c175089463eab (patch)
treefa7810d7f95ac853270b7d286ad7bb6b35113bb1 /PKGBUILD
parent9bbde4eee3a036e5f645eb68ea89bcf4562b923f (diff)
downloadaur-918a60ab331686fa7ebd5a69f20c175089463eab.tar.gz
Add iso-codes to makedepends.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9bdb3fd1bee2..6e03d927a710 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,14 @@
pkgname=brickv
pkgver=2.4.4
-pkgrel=1
+pkgrel=2
pkgdesc="testing/flashing tool for tinkerforge brick(let)s"
url="http://www.tinkerforge.com/"
license=("GPL2")
arch=('any')
depends=('python-pyserial' 'python-pyqt5')
optdepends=('brickd: local device support')
-makedepends=('python-setuptools')
+makedepends=('python-setuptools' 'iso-codes')
source=(https://github.com/Tinkerforge/${pkgname}/archive/v${pkgver}.zip)
md5sums=('fdf02cdad8c81073bd610650b70ee3c1')