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

Felix Yan felixonmars at archlinux.org
Fri Mar 8 16:36:45 UTC 2019


    Date: Friday, March 8, 2019 @ 16:36:44
  Author: felixonmars
Revision: 438111

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-08 16:36:23 UTC (rev 438110)
+++ PKGBUILD	2019-03-08 16:36:44 UTC (rev 438111)
@@ -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=4.004
-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=('f8aa345826cfb2045af54026dc17a90a8f33735399e582e43252bd5bd1766615c2ab049236bda78c917628ac54e303bd2412d442fac2789c0fcc4f38770ecff5')
-
-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 438110, verilator/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-03-08 16:36:44 UTC (rev 438111)
@@ -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.010
+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=('7e6915b48207cb54d7c6a3ad2e03c8da078e63f6a25dd9edf64853294c0985bda0d9893e6ca2a81f3cd9bc107a7fba32664eb62edddaa5bbc51633f56a581652')
+
+build() {
+  cd verilator-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd verilator-$pkgver
+
+  make install DESTDIR="$pkgdir"
+}



More information about the arch-commits mailing list