summarylogtreecommitdiffstats
path: root/PKGBUILD
AgeCommit message (Collapse)Author
2022-06-03Revert "Avoid compressing the package by setting PKGEXT"cyrozap
Zstandard actually compresses the package rather well without taking too long and saves about 13 GB off the package file size, so let's re-enable compression. This reverts commit 3223a526d78563e59c77645bb243929d0c1f84f3.
2022-06-03Change the "prepare" step to "build" to avoid dependency issuescyrozap
The "batchxsetup" binary depends on ncurses5-compat-libs at runtime, but AUR helpers like pacaur will attempt to run the prepare() step before installing any dependencies, so this step will fail if ncurses5-compat-libs is not already installed. To fix this issue, change the "prepare" step to "build".
2019-11-09Quote directory and file path variables to avoid issues with spacescyrozap
2019-04-19Add .desktop filescyrozap
2019-04-19Fix fpga_editorcyrozap
2018-12-16Make upstream URL HTTPScyrozap
2018-12-16Add qt4 as a dependency to fix the license managercyrozap
2017-10-15Fix the file URL so it doesn't always have to be changedcyrozap
If the Xilinx_ISE_DS_Lin_14.7_1015_1.tar file is in the same directory as the PKGBUILD, the package can be built without changing the path in the PKGBUILD.
2016-12-08Avoid compressing the package by setting PKGEXTcyrozap
2016-12-08Fixed the fix for the license managercyrozap
2016-06-06Modified package to use system libstdc++cyrozap
2016-06-06Renamed file to _file to avoid potential conflictscyrozap
2016-06-06Added package description, URL, and optional dependenciescyrozap
2016-06-06Added fix for the license configuration managercyrozap
2016-03-12Initial importcyrozap