diff options
author | Christopher Arndt | 2024-02-17 05:29:49 +0100 |
---|---|---|
committer | Christopher Arndt | 2024-02-17 05:29:49 +0100 |
commit | 88842dc60592749dd594d221d772a41bb14093ee (patch) | |
tree | 07892735ff0a39edc6d5321b0efa79dcfee38c76 /.gitignore | |
parent | 26b08623ef7e87832db93213f8dff344a0a85166 (diff) | |
download | aur-88842dc60592749dd594d221d772a41bb14093ee.tar.gz |
PKGBUILD updates
- Removed 'axtls' sub-module (mbedtls is now default)
- Added 'glibc' to depends
- Removed 'micropython-lib' from optdepends
- Added 'mpremote' to optdepends
- Changd pkgdesc slightly
- Changed project URL to HTTPS
- Strip '-preview' from pkgver
- Minor PKGBUILD build/install command tweaks
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 75103faf083c..fa81ab8da0a9 100644 --- a/.gitignore +++ b/.gitignore @@ -3,8 +3,7 @@ berkeley-db-1.xx/ libffi/ mbedtls/ micropython/ -micropython-git-*.pkg.tar.xz -micropython-git-*.pkg.tar.zst micropython-lib/ +micropython-git-*.pkg.tar.* pkg/ src/ |