summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
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
}