Search Criteria
Package Details: fromscratch-bin 1.4.3-1
Git Clone URL: | https://aur.archlinux.org/fromscratch-bin.git (read-only, click to copy) |
---|---|
Package Base: | fromscratch-bin |
Description: | A simple but smart note-taking app |
Upstream URL: | https://fromscratch.rocks |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | heddson |
Maintainer: | lizufyr |
Last Packager: | lizufyr |
Votes: | 8 |
Popularity: | 0.000000 |
First Submitted: | 2016-02-16 20:39 |
Last Updated: | 2019-03-03 19:52 |
Latest Comments
heddson commented on 2016-12-15 21:24
peanut_0: thanks for pointing out the problem! this should fix it for both 64 and 32. Let me know otherwise :)
peanut_0 commented on 2016-12-14 02:04
I'm getting
==> Starting package()...
/home/my_username/.cache/pacaur/fromscratch-bin/PKGBUILD: line 25: cd: too many arguments
==> ERROR: A failure occurred in package().
Aborting...
:: failed to build fromscratch-bin package(s)
Changing line 25 in the PKGBUILD
cd "${srcdir}/${_binname}-linux-"*
to
cd "${srcdir}/${_binname}-linux-x64"
fixes the problem. This is because there is also the zip file prefixed with the same thing.