summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwillemw122016-03-06 21:17:49 +0100
committerwillemw122016-03-06 21:17:49 +0100
commit3243dd2b419eeb19aa0f2036ed16e22f5188f3e5 (patch)
treec377e2ffaacb6e27c27897cb109e3759647c8323
parent4029993d4bfb4ca58826767c6c8b17754ffb71fa (diff)
downloadaur-easy_spice.tar.gz
Change to an array of licenses
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a3a4e1272c6..0b30bd32b138 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Sun Mar 6 20:16:58 UTC 2016
pkgbase = easy_spice
- pkgdesc = Electronic circuit simulator (SPICE frontend, using gschem for schematics and ngspice as simulator)
+ pkgdesc = Electronic circuit simulator. SPICE frontend, using gschem for schematics and ngspice as simulator
pkgver = 0.6.8
- pkgrel = 4
+ pkgrel = 5
url = http://easy-spice.sourceforge.net/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 69e33e5f122f..0277c5a21a9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=easy_spice
pkgver=0.6.8
-pkgrel=4
+pkgrel=5
arch=('i686' 'x86_64')
-pkgdesc="Electronic circuit simulator (SPICE frontend, using gschem for schematics and ngspice as simulator)"
+pkgdesc="Electronic circuit simulator. SPICE frontend, using gschem for schematics and ngspice as simulator"
url="http://easy-spice.sourceforge.net/"
-license="GPL"
+license=("GPL")
depends=('geda-gaf' 'gtk2' 'ngspice' 'xterm')
source=(http://downloads.sourceforge.net/sourceforge/easy-spice/$pkgname-$pkgver.tar.gz)
md5sums=('6ffaab8c2dcdfc30ecdca52f3c8bcded')