amtoine / dotfiles

My personal archlinux config files.
GNU General Public License v3.0
21 stars 2 forks source link

install.sh pkgbuilds are not correct anymore #33

Closed atxr closed 1 year ago

atxr commented 1 year ago

With the recent PR that renamed the pkgbuilds, the install.sh script is not correct anymore.

amtoine commented 1 year ago

definitely right and definitely caused me some trouble when reinstalling my system :sweat_smile:

amtoine commented 1 year ago

i see two ways to fix that:

atxr commented 1 year ago

definitely right and definitely caused me some trouble when reinstalling my system sweat_smile

So do I yesterday :laughing: Which solution suits the best for you?

amtoine commented 1 year ago

Which solution suits the best for you?

i think the latter is the best we need to transition to the new package names :+1:

amtoine commented 1 year ago

i was thinking about that and maybe we should fix the version of the pkgbuilds in the script:

atxr commented 1 year ago

i was thinking about that and maybe we should fix the version of the pkgbuilds in the script:

* move to the latest revision, i.e. [goatfiles/pkgbuilds@70357a6](https://github.com/goatfiles/pkgbuilds/commit/70357a661581e53e6a31b5a412a21c337926643f),  and fix the script

* checkout to [goatfiles/pkgbuilds@70357a6](https://github.com/goatfiles/pkgbuilds/commit/70357a661581e53e6a31b5a412a21c337926643f) in the script to make sure new revision of the `pkgbuilds` won't break the script

Mmm I don't know, it's weird to update by hand the checkout in the install script each time we commit on pkgbuilds :thinking:

amtoine commented 1 year ago

good point and i think i have an idea about this :smirk: i'll probably open a new discussion about that very soon :wink:

amtoine commented 1 year ago

there it is @atxr :yum: