summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorthegala2020-10-03 14:37:09 +0200
committerthegala2020-10-03 14:37:09 +0200
commit4273db0fd3b6bd21d21d1ae25f910c3f25c89a5f (patch)
tree17828cfd8f0161822639239fab036df57b3aeee8
parent47670abc5c508e51ff9a8d9e7fbe0a7f0c713e37 (diff)
downloadaur-4273db0fd3b6bd21d21d1ae25f910c3f25c89a5f.tar.gz
Fix description.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5496283ab262..0a0dd7d80f42 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = kibom-git
- pkgdesc = KiCad automation scripts.
+ pkgdesc = Helps you to generate the fabrication and documentation files for your KiCad projects.
pkgver = 572.51244bb
pkgrel = 1
url = https://github.com/INTI-CMNB/kibom
diff --git a/PKGBUILD b/PKGBUILD
index 4711450263f2..c832b160b183 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=kibom-git
pkgver=572.51244bb
pkgrel=1
arch=('i686' 'x86_64')
-pkgdesc="KiCad automation scripts."
+pkgdesc="Helps you to generate the fabrication and documentation files for your KiCad projects."
url="https://github.com/INTI-CMNB/kibom"
license=('Apache2.0')
depends=('python')