summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorthegala2020-10-03 14:40:09 +0200
committerthegala2020-10-03 14:40:09 +0200
commit29dd65bdcbd7d737c86ad507ed2d5a46b51e98b6 (patch)
tree236d4383914e2b948a73e8b0279389c5cb4f5a66
parent5fd481348a00d8f95d05bfd8f5b16050cb2dea3e (diff)
downloadaur-29dd65bdcbd7d737c86ad507ed2d5a46b51e98b6.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 cb72bae16deb..46bfad347436 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = pcbdraw-git
- pkgdesc = KiCad automation scripts.
+ pkgdesc = Convert your KiCAD boards into nice looking 2D drawings suitable for pinout diagrams.
pkgver = 194.99bcecd
pkgrel = 1
url = https://github.com/INTI-CMNB/pcbdraw
diff --git a/PKGBUILD b/PKGBUILD
index e5fa4e95b786..7d62c9d306b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=pcbdraw-git
pkgver=194.99bcecd
pkgrel=1
arch=('i686' 'x86_64')
-pkgdesc="KiCad automation scripts."
+pkgdesc="Convert your KiCAD boards into nice looking 2D drawings suitable for pinout diagrams."
url="https://github.com/INTI-CMNB/pcbdraw"
license=('Apache2.0')
depends=('python' 'kicad')