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

Filipe Laíns ffy00 at archlinux.org
Thu Apr 22 15:15:47 UTC 2021


    Date: Thursday, April 22, 2021 @ 15:15:47
  Author: ffy00
Revision: 921148

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-22 15:15:39 UTC (rev 921147)
+++ PKGBUILD	2021-04-22 15:15:47 UTC (rev 921148)
@@ -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.108
-pkgrel=1
-pkgdesc='The fastest free Verilog HDL simulator'
-url='https://www.veripool.org/projects/verilator/wiki/Intro'
-arch=('x86_64')
-license=('LGPL')
-depends=('perl')
-makedepends=('python')
-source=("https://www.veripool.org/ftp/verilator-$pkgver.tgz")
-sha512sums=('6dcdabe8731d926500c54cb2cad609820261e7889abc37a852f2de0fbdf5dc6ef25dbb14ae5ebcdb3a27a1a9672c929c7e638a8bda92160d8148f9c6d8b337ee')
-
-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 921147, verilator/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-22 15:15:47 UTC (rev 921148)
@@ -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.200
+pkgrel=1
+pkgdesc='The fastest free Verilog HDL simulator'
+url='https://www.veripool.org/projects/verilator/wiki/Intro'
+arch=('x86_64')
+license=('LGPL')
+depends=('perl')
+makedepends=('python')
+source=("https://www.veripool.org/ftp/verilator-$pkgver.tgz")
+sha512sums=('7de40cbd2421da6d0f36722793c65b0c7c6ad73999a9753263851e02b5fa85cd3face6f03e6ad81b09ca0075b76de06ee70c494e9cea2a42c71ce07c99714876')
+
+build() {
+  cd verilator-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd verilator-$pkgver
+
+  make install DESTDIR="$pkgdir"
+}



More information about the arch-commits mailing list