Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/PKGBUILD
AgeCommit message (Collapse)Author
2021-06-06Remove source check (not required)m1ten
2021-06-05updated makedepends and added manualm1ten
2021-04-05Fix PKGBUILD conflicts and add provides linePyfisch
2021-04-05Indent using 8 spaces in PKGBUILDPyfisch
2021-04-05Add primary PKGBUILD for testing the packagePyfisch
2021-04-05Remove outdated PKGBUILD filesPyfisch
setup.cfg whitespace changes.
2021-04-04Update repo to archlinux/archinstallRafael Fontenelle
2021-01-25Move PKGBUILD dir to PKGBUILDs dir and create a new PKGBUILD for gitGiancarlo Razzolini
Create a new PKGBUILD that builds from the current git directory for ease of testing. Moved the PKGBUILD directory to PKGBUILDs.
2021-01-20Updated hashsums to latest version: v2.1.0Anton Hvornum
2021-01-20Version bump. All future releases will now be PGP-signed.Anton Hvornum
2020-12-06Updated hash in PKGBUILDAnton Hvornum
2020-12-06Updated hash of PKGBUILDAnton Hvornum
2020-12-06Updated hash for PKGBUILDAnton Hvornum
2020-12-06Version bump: 2.0.6Anton Hvornum
Packaging for release.
2020-11-11Updated hash to v2.0.6rc17.Anton Hvornum
2020-11-11Version bump: 2.0.6rc17Anton Hvornum
2020-11-08Fix for #61. Variable mix-matches should be fixed and tested now. There's ↵Anton Hvornum
also slightly better debug output to show where the issue is rather than just 'AttributeError'.
2020-11-08Fixing a variable missmatch in #61. The global configuration snapshot (that ↵Anton Hvornum
is used for debug printing) does not contain the password for the new user (for safety reasons). So we can no longer get the password from that snapshot, but instead we have to get it from the global variable users (:dict).
2020-11-08Fixing issues with lists being passed instead of stringsLord Anton Hvornum
2020-11-08Version bumpLord Anton Hvornum
2020-11-08Version bumpLord Anton Hvornum
2020-11-08Fixed variable issues and version bumpLord Anton Hvornum
2020-11-08Fixed an issue where python's setuptools didn't like running bdist_wheel. ↵Lord Anton Hvornum
Causing issues upstream on pypi because examples/ and VERSION would be missing for instance.
2020-11-08Attempting to fix pypi build issues.Lord Anton Hvornum
2020-11-08Updated sha256 hashes.Lord Anton Hvornum
2020-11-07Updated sha256 hashes.Lord Anton Hvornum
2020-11-06Update PKGBUILDAnton Hvornum
2020-11-06Update PKGBUILDAnton Hvornum
2020-11-06Update PKGBUILDAnton Hvornum
2020-11-02md5 -> sha256demostanis
2020-10-23Add vim linedemostanis
2020-10-23Added one single sh file to run archinstalldemostanis
2020-10-23Added sums to PKGBUILDdemostanis
2020-10-11Added imports for `archinstall.TTS()` as well as added optinal depends for ↵Anton Hvornum
`PKGBUILD` files.
2020-10-01Apparently empty source definitions aren't allowed.Anton Hvornum
2020-10-01Renamed the pre-compiled PKGBUILD profile to archinstall-bin. Also added ↵Anton Hvornum
archinstall which is helper-scripts to run archinstall in python-module mode which depends on python-archinstall. Version bump to 2.0.5
2020-09-01Version bump to release v2.0.4Anton Hvornum
2020-08-20Version bump in the build scripts.Anton Hvornum
2020-08-19Wrong $pkgname, adjusted.Anton Hvornum
2020-08-19Added a PKGBUILD for python-archinstall. Which is just a Arch Linux native ↵Anton Hvornum
way of installing the pypi/pip version of archinstall.
2020-08-18Added build support for PKGBUILD. Also slimmed down make.sh to only compile ↵Anton Hvornum
the binary and nothing more. That way it's easier to ship the build to https://archlinux.life/bin/. Updated README to reflext the archlinux.life domain instead of hvornum.se since projects regarding archlinux will reside there or elsewhere in the future.
2020-07-30Version bump.Anton Hvornum
2020-07-22Version bump to: v2.0.4rc2Anton Hvornum
2020-07-10Added the arch to the buildAnton Hvornum
2020-07-10Fixed the build to include the examples in the right location.Anton Hvornum
2020-07-10Added a PKGBUILD which requires a pre-built nuitka3 version. More on this later.Anton Hvornum