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

Felix Yan felixonmars at archlinux.org
Wed Jun 30 00:34:07 UTC 2021


    Date: Wednesday, June 30, 2021 @ 00:34:07
  Author: felixonmars
Revision: 967882

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-30 00:33:53 UTC (rev 967881)
+++ PKGBUILD	2021-06-30 00:34:07 UTC (rev 967882)
@@ -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.202
-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=('9cb61125bde350bc30746d616a8ee19f30007b920d8809acf3cf8b1d57edc534f4760fe92c07c27e60b81d98ef832c0aeab8dc7da07d64c99ae74cff354adc00')
-
-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 967881, verilator/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-06-30 00:34:07 UTC (rev 967882)
@@ -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.204
+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=('a889df10abdd17593b458062df6c3c2368c0bf20b930eb2b7c13a2896fcc0d5299ed3bce6798b9c8dc806bdbc648773b05aa89ada4207d2040f2b7abce70634d')
+
+build() {
+  cd verilator-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd verilator-$pkgver
+
+  make install DESTDIR="$pkgdir"
+}




More information about the arch-commits mailing list