summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2019-04-26Fix desktop fileRafael Fontenelle
It was pointing to wrong executable filename, and categories had a syntax error.
2019-04-07Update .SRCINFORafael Fontenelle
2019-04-07Add .gitignoreRafael Fontenelle
2019-04-07Some fixes to the PKGBUILDRafael Fontenelle
Changes in this commit: - license = prefixing 'custom' as it is not a common license - depends = use 'python2-wxpython3' instead of its provides 'wxpython' - makedepends = del 'python2' as it's already provided by 'python2-wxpython3' - source = specify pkgver in zip file to avoid conflict in eventual new version - checksums = use sha256sums (no much difference, thought - checksums = set sha256sum for mymc zip file, as it is NOT a VCS source - prepare = make sure to find only *.py files, in case there's *.pyc alterady - package = move compile command to build() function - package = reorganize, realign install commands, for cleaner view
2016-05-08removed verbosityBuildTools
2015-06-08initSchala