summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis Polti2021-02-03 19:35:38 +0100
committerAlexis Polti2021-02-03 19:35:38 +0100
commit995e274a4b614f7d54cf5a768f27a92387b512ba (patch)
tree6a98828abee78f73305d7439b3f81dba1a6aac89
parenta04eb9833f9c3f65a83e76fdd343a0c56ccbdf9c (diff)
downloadaur-995e274a4b614f7d54cf5a768f27a92387b512ba.tar.gz
Add credit where it's due :)
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62d7dc8dc089..f1745d98a2c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nrf5x-command-line-tools
pkgdesc = Tools for programming Nordic nRF51, nRF52 and nRF91 MCU using J-Link
pkgver = 10.12.1
- pkgrel = 1
+ pkgrel = 2
url = https://www.nordicsemi.com/Software-and-Tools/Development-Tools/nRF-Command-Line-Tools
arch = x86_64
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index af5cd6d68023..d98d99962e03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
# Maintainer: Alexis Polti <alexis@free.fr>
# Corrected by Nim65s <guilhem@saurel.me>
-!
+# Corrected with a smile by CvR_XX <info@carlosvanrooijen.nl>
+
pkgname=nrf5x-command-line-tools
pkgver=10.12.1
-pkgrel=1
+pkgrel=2
pkgdesc="Tools for programming Nordic nRF51, nRF52 and nRF91 MCU using J-Link"
arch=('x86_64')
url="https://www.nordicsemi.com/Software-and-Tools/Development-Tools/nRF-Command-Line-Tools"