summaryrefslogtreecommitdiff
path: root/libre/debootstrap
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2023-05-09 01:27:35 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2023-05-09 01:30:05 +0200
commita659f085930dac7b1df5c4c8ac85751577c6a7d4 (patch)
treee308a557658bf720f5a50615c84b33ed11690ec6 /libre/debootstrap
parent664762cfb831f9ca56de5634301728c5051e9c07 (diff)
libre: [debootstrap]: order Trisquel versions by number
The pkgrel wasn't bumped because this commit contains no functional changes. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'libre/debootstrap')
-rw-r--r--libre/debootstrap/PKGBUILD22
1 files changed, 11 insertions, 11 deletions
diff --git a/libre/debootstrap/PKGBUILD b/libre/debootstrap/PKGBUILD
index 7bfc0f4e5..ada5978a0 100644
--- a/libre/debootstrap/PKGBUILD
+++ b/libre/debootstrap/PKGBUILD
@@ -82,17 +82,17 @@ prepare() {
ln -s pureos purple
# Create Trisquel symlinks
- ln -s trisquel awen
- ln -s trisquel belenos
- ln -s trisquel brigantia
- ln -s trisquel dagda
- ln -s trisquel dwyn
- ln -s trisquel etiona
- ln -s trisquel flidas
- ln -s trisquel robur
- ln -s trisquel slaine
- ln -s trisquel taranis
- ln -s trisquel toutatis
+ ln -s trisquel robur # Trisquel 2.0
+ ln -s trisquel dwyn # Trisquel 3.0
+ ln -s trisquel awen # Trisquel 3.5
+ ln -s trisquel taranis # Trisquel 4.0
+ ln -s trisquel slaine # Trisquel 4.5
+ ln -s trisquel dagda # Trisquel 5.0
+ ln -s trisquel brigantia # Trisquel 5.5
+ ln -s trisquel toutatis # Trisquel 6.0
+ ln -s trisquel belenos # Trisquel 7.0
+ ln -s trisquel flidas # Trisquel 8.0
+ ln -s trisquel etiona # Trisquel 9.0
}
package() {