summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fdf397f5dbe2..d6e04c272f80 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = nrfutil
pkgdesc = nrfutil command line utility and the nordicsemi library
- pkgver = 6.1
+ pkgver = 6.1.2
pkgrel = 1
url = https://github.com/NordicSemiconductor/pc-nrfutil
arch = any
- license = MIT
- depends = python-pip
+ license = BSD
+ makedepends = python-pip
+ depends = python
options = !emptydirs
pkgname = nrfutil
-
diff --git a/PKGBUILD b/PKGBUILD
index 005d1a57dba7..d4d9a7f2d915 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Franck Lucien Duriez <franck.lucien.duriez@gmail.com>
pkgname=nrfutil
-pkgver=6.1
+pkgver=6.1.2
pkgrel=1
pkgdesc="nrfutil command line utility and the nordicsemi library"
arch=('any')
@@ -11,7 +11,7 @@ depends=('python')
makedepends=('python-pip')
options=(!emptydirs)
source=()
-sha256sums=()
+
package() {
PIP_CONFIG_FILE=/dev/null pip install --isolated --root="$pkgdir"/usr/lib/nrfutil-bundle --ignore-installed nrfutil==$pkgver