summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZoe Boele2019-03-28 17:14:11 +0100
committerZoe Boele2019-03-28 17:14:11 +0100
commit6bffff51a68c57332ac5409e3940e59cfb8a10c0 (patch)
treec4cba7bcfb1930ad16347a67df4bdf1477802d9b
parentb6cf813e125319926b5312bfa01a7d3510ac7e8f (diff)
downloadaur-6bffff51a68c57332ac5409e3940e59cfb8a10c0.tar.gz
shortened description and added a note to distinguish between this package and ktechlab-git
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b300d71919d..a28985d11dd2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = ktechlab
- pkgdesc = KTechLab is an IDE for microcontrollers and electronics. It supports circuit simulation, program development for microcontrollers and simulating the programmed microcontroller together with its application circuit.
+ pkgdesc = KTechLab IDE for microcontrollers and simulating electronics. This package ships the latest released version.
pkgver = 0.40.1
pkgrel = 1
- url = https://github.com/ktechlab/ktechlab
+ url = https://cgit.kde.org/ktechlab.git
arch = x86_64
arch = i686
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 0a6226febd4f..d1cfee4cad43 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,11 @@
-# Maintainer: zoe <aur at fully dot automated dot ee ignore the everything after ee>
+# Maintainer: zoe <aur at fully dot automated dot ee ignore everything else after the first ee>
pkgname=ktechlab
pkgver=0.40.1
pkgrel=1
-pkgdesc="KTechLab is an IDE for microcontrollers and electronics. It supports circuit simulation, program development for microcontrollers and simulating the programmed microcontroller together with its application circuit."
+pkgdesc="KTechLab IDE for microcontrollers and simulating electronics. This package ships the latest released version."
arch=('x86_64' 'i686')
-url="https://github.com/ktechlab/ktechlab"
+url="https://cgit.kde.org/ktechlab.git"
license=('GPL')
-#options=(!makeflags)
depends=('qt4' 'kdelibs')
makedepends=('git' 'cmake' 'gcc' 'gendesk' 'automoc4')
source=(https://codeload.github.com/ktechlab/ktechlab/tar.gz/v0.40.1