summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Cafe2017-10-23 18:03:55 -0200
committerDaniel Cafe2017-10-23 18:03:55 -0200
commit6a1ff34a3f938d7275b33dcb9c3acbd00e84679f (patch)
tree3748fb551ea80af792e327bd7504e70d2ef7c6a9
parent25211e6b378b62040b5cd61859ea17ef654831eb (diff)
downloadaur-6a1ff34a3f938d7275b33dcb9c3acbd00e84679f.tar.gz
New version (2.3.2) and new License (Apache)
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff1fa32e72e5..adb65c32f4e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = systemc
pkgdesc = Set of C++ classes and macros which provide an event-driven simulation interface for modeling and describing complex hardware systems.
- pkgver = 2.3.1a
+ pkgver = 2.3.2
pkgrel = 1
url = http://www.accellera.org/downloads/standards/systemc
arch = x86_64
arch = i686
- license = custom:SystemC Open Source License
+ license = Apache License Version 2.0, January 2004
provides = systemc
conflicts = systemc
- source = http://accellera.org/images/downloads/standards/systemc/systemc-2.3.1a.tar.gz
- md5sums = 5cbfcb4fda0009a5015093733bd4f833
+ source = http://accellera.org/images/downloads/standards/systemc/systemc-2.3.2.tar.gz
+ md5sums = 3e9c8a8b0fb33198d04b45b642db557c
pkgname = systemc
diff --git a/PKGBUILD b/PKGBUILD
index 3ae94614077c..742ee581fe16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,19 @@
# Co-Maintainer : bl4ckb0x <navkamal90[at]gmail[dot]com>
pkgname=systemc
-pkgver=2.3.1a
+pkgver=2.3.2
pkgrel=1
pkgdesc="Set of C++ classes and macros which provide an event-driven simulation interface for modeling and describing complex hardware systems."
url="http://www.accellera.org/downloads/standards/systemc"
arch=('x86_64' 'i686')
-license=('custom:SystemC Open Source License')
+license=('Apache License Version 2.0, January 2004')
depends=()
optdepends=()
makedepends=()
conflicts=('systemc')
provides=('systemc')
source=("http://accellera.org/images/downloads/standards/systemc/${pkgname}-${pkgver}.tar.gz")
-md5sums=('5cbfcb4fda0009a5015093733bd4f833')
+md5sums=('3e9c8a8b0fb33198d04b45b642db557c')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"