summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen2023-12-05 11:01:40 +0800
committerBen2023-12-05 11:08:52 +0800
commit6b6e638a998495f101bba5c2b62f42e6ecad3dbf (patch)
tree164acf4b8a6b916d30ffb67fada8931939911d52
parent4aabfa2dd04cd50dd3170977086929ff34a7cb09 (diff)
downloadaur-ktechlab.tar.gz
shorten the lenght of `pkgdesc`
`pkgdesc` is recommended to be 80 characters or less.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 41f681f79d0e..9b0bcbc8507a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = ktechlab
- pkgdesc = IDE for microcontrollers and electronics. It supports circuit simulation, program development for microcontrollers and simulating the programmed microcontroller together with its application circuit.
+ pkgdesc = IDE for microcontrollers and electronic circuit simulation
pkgver = 0.51.0
pkgrel = 2
url = https://invent.kde.org/sdk/ktechlab
diff --git a/PKGBUILD b/PKGBUILD
index 4b85d76e392f..ae2ae1c01a41 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,7 @@
pkgname='ktechlab'
pkgver=0.51.0
pkgrel=2
-pkgdesc='IDE for microcontrollers and electronics. It supports circuit
-simulation, program development for microcontrollers and simulating the
-programmed microcontroller together with its application circuit.'
+pkgdesc='IDE for microcontrollers and electronic circuit simulation'
arch=('x86_64')
url="https://invent.kde.org/sdk/ktechlab"
license=('GPL2')