[arch-commits] Commit in verilator/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue Sep 18 13:20:22 UTC 2018


    Date: Tuesday, September 18, 2018 @ 13:20:21
  Author: felixonmars
Revision: 383049

archrelease: copy trunk to community-x86_64

Added:
  verilator/repos/community-x86_64/PKGBUILD
    (from rev 383048, verilator/trunk/PKGBUILD)
Deleted:
  verilator/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-18 13:20:04 UTC (rev 383048)
+++ PKGBUILD	2018-09-18 13:20:21 UTC (rev 383049)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Marcin (CTRL) Wieczorek <marcin at marcin.co>
-# Contributor: Jeffrey Tolar <tolar.jeffrey at gmail dot com>
-
-pkgname=verilator
-pkgver=3.926
-pkgrel=1
-pkgdesc='The fastest free Verilog HDL simulator'
-url='http://www.veripool.org/projects/verilator/wiki/Intro'
-arch=('x86_64')
-license=('LGPL')
-depends=('gcc-libs')
-makedepends=('gcc')
-source=("http://www.veripool.org/ftp/verilator-$pkgver.tgz")
-sha512sums=('e1d83f6f2f5250b91567405fa24adcbd0a3d604024c70345a3521698c0e51a9e4bba0ed417444ed793bbb9c25da94551f366264580530fe2516906c0f3626051')
-
-build() {
-  cd verilator-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd verilator-$pkgver
-
-  make install DESTDIR="$pkgdir"
-}

Copied: verilator/repos/community-x86_64/PKGBUILD (from rev 383048, verilator/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-09-18 13:20:21 UTC (rev 383049)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Marcin (CTRL) Wieczorek <marcin at marcin.co>
+# Contributor: Jeffrey Tolar <tolar.jeffrey at gmail dot com>
+
+pkgname=verilator
+pkgver=4.002
+pkgrel=1
+pkgdesc='The fastest free Verilog HDL simulator'
+url='http://www.veripool.org/projects/verilator/wiki/Intro'
+arch=('x86_64')
+license=('LGPL')
+depends=('gcc-libs')
+makedepends=('gcc')
+source=("http://www.veripool.org/ftp/verilator-$pkgver.tgz")
+sha512sums=('6d9f6f93e81f99aca90cb1c5ca0da5c1a8495eb9c38c147b06ec6229c24d3b47fd005d3106d422a0cff6798168c04bb2dca8c30f7e83675bfacefb6dbafaf9e3')
+
+build() {
+  cd verilator-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd verilator-$pkgver
+
+  make install DESTDIR="$pkgdir"
+}



More information about the arch-commits mailing list