[arch-commits] Commit in ghdl/trunk (PKGBUILD)
Filipe Laíns
ffy00 at archlinux.org
Sun Apr 19 16:44:24 UTC 2020
Date: Sunday, April 19, 2020 @ 16:44:23
Author: ffy00
Revision: 616516
upgpkg: ghdl 0.37-8 (fix ghdl-llvm)
Modified:
ghdl/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-19 15:56:26 UTC (rev 616515)
+++ PKGBUILD 2020-04-19 16:44:23 UTC (rev 616516)
@@ -5,7 +5,7 @@
_gcc=9.3.0
_isl=0.22
pkgver=0.37
-pkgrel=7
+pkgrel=8
pkgdesc='VHDL simulator'
arch=('x86_64')
url='https://github.com/ghdl/ghdl'
@@ -133,7 +133,7 @@
make DESTDIR="$pkgdir" install
# strip binaries
- find "$pkgdir"/usr/bin/ "$pkgdir"/usr/lib/ghdl -type f -and \( -executable -o -name '*.o' \) -exec strip '{}' \;
+ find "$pkgdir"/usr/bin/ -type f -and \( -executable -o -name '*.o' \) -exec strip '{}' \;
}
package_ghdl-gcc() {
More information about the arch-commits
mailing list