[arch-commits] Commit in iverilog/trunk (PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Tue Oct 3 08:59:44 UTC 2017
Date: Tuesday, October 3, 2017 @ 08:59:42
Author: arodseth
Revision: 261358
upgpkg: iverilog 10.2-1
Modified:
iverilog/trunk/PKGBUILD
----------+
PKGBUILD | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-10-03 03:05:39 UTC (rev 261357)
+++ PKGBUILD 2017-10-03 08:59:42 UTC (rev 261358)
@@ -4,16 +4,15 @@
# Contributor: Paulo Matias <matias archlinux-br org>
pkgname=iverilog
-pkgver=10.1
-pkgrel=3
+pkgver=10.2
+pkgrel=1
pkgdesc='Icarus Verilog compiler and simulation tool'
arch=('x86_64' 'i686')
url='http://iverilog.icarus.com/'
license=('GPL')
-makedepends=('readline' 'gperf' 'git' 'gcc')
-depends=('bzip2' 'sh' 'gcc-libs' 'zlib')
+makedepends=('gperf' 'git')
options=('staticlibs')
-source=("git://github.com/steveicarus/iverilog#tag=v${pkgver/./_}")
+source=("git+https://github.com/steveicarus/iverilog#tag=v${pkgver/./_}")
md5sums=('SKIP')
prepare() {
@@ -34,5 +33,5 @@
make -C "$pkgname" -j1 prefix="$pkgdir/usr" install
}
-# vim:set ts=2 sw=2 et:
+# vim: ts=2 sw=2 et:
# getver: raw.githubusercontent.com/steveicarus/iverilog/master/scripts/MAKE_RELEASE.sh
More information about the arch-commits
mailing list