From d4cef0ac60b1bc468300dfb6112eade5b9168448 Mon Sep 17 00:00:00 2001 From: Adrian Perez de Castro Date: Wed, 5 Jul 2023 22:40:06 +0300 Subject: [PATCH] Do not try to install nonexistent Ruby scripts --- .SRCINFO | 2 +- PKGBUILD | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 4eb48cfc0f30..b52e98074d60 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = nvc pkgdesc = VHDL compiler and simulator pkgver = 1.9.2 - pkgrel = 1 + pkgrel = 2 url = https://www.nickg.me.uk/nvc arch = x86_64 arch = i686 diff --git a/PKGBUILD b/PKGBUILD index 2839612f6f58..cf94d72fc687 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgdesc='VHDL compiler and simulator' pkgname=nvc pkgver=1.9.2 -pkgrel=1 +pkgrel=2 url=https://www.nickg.me.uk/nvc license=(GPL3) conflicts=(nvc-git) @@ -47,5 +47,4 @@ package () { make -C_build DESTDIR="${pkgdir}" install install -Dm755 -t "${pkgdir}/usr/share/doc/${pkgname}" README.md - install -Dm755 -t "${pkgdir}/usr/share/doc/${pkgname}/tools" tools/*.rb }