Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2021-01-20 00:40:08 +0100
committerAnton Hvornum <anton@hvornum.se>2021-01-20 00:40:08 +0100
commitec638351e845d8e010e7e79b75636ce9d4840ab4 (patch)
tree83a8571f8df5f9fded3d60611e48f29f5a145b03
parentc67b1c4006c84406087bcfe852a5b3c3ddab1eb7 (diff)
Version bump. All future releases will now be PGP-signed.
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD/archinstall-bin/PKGBUILD2
-rw-r--r--PKGBUILD/archinstall/PKGBUILD2
-rw-r--r--PKGBUILD/python-archinstall/PKGBUILD2
-rw-r--r--VERSION2
-rw-r--r--docs/conf.py2
6 files changed, 6 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index 955e7784..aebb999d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,4 @@ SAFETY_LOCK
**/**.zst
**/**.network
**/**.target
+**/**.qcow2
diff --git a/PKGBUILD/archinstall-bin/PKGBUILD b/PKGBUILD/archinstall-bin/PKGBUILD
index 00077469..a5c40c68 100644
--- a/PKGBUILD/archinstall-bin/PKGBUILD
+++ b/PKGBUILD/archinstall-bin/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Anton Hvornum anton@hvornum.se
# Contributor: Anton Hvornum anton@hvornum.se
pkgname="archinstall-bin"
-pkgver="2.0.6"
+pkgver="2.1.0"
pkgdesc="Installs a pre-built binary of ${pkgname}"
pkgrel=1
url="https://github.com/Torxed/archinstall"
diff --git a/PKGBUILD/archinstall/PKGBUILD b/PKGBUILD/archinstall/PKGBUILD
index 34c7703f..2e488bb5 100644
--- a/PKGBUILD/archinstall/PKGBUILD
+++ b/PKGBUILD/archinstall/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Anton Hvornum <anton@hvornum.se>
# Contributor: demostanis worlds <demostanis@protonmail.com>
pkgname="archinstall"
-pkgver="2.0.6"
+pkgver="2.1.0"
pkgdesc="Installs launcher scripts for archinstall"
pkgrel=1
url="https://github.com/Torxed/archinstall"
diff --git a/PKGBUILD/python-archinstall/PKGBUILD b/PKGBUILD/python-archinstall/PKGBUILD
index c0ffd604..d633c94f 100644
--- a/PKGBUILD/python-archinstall/PKGBUILD
+++ b/PKGBUILD/python-archinstall/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: demostanis worlds <demostanis@protonmail.com>
pkgname="python-archinstall"
-pkgver="2.0.6"
+pkgver="2.1.0"
pkgdesc="Installs ${pkgname} as a python library."
pkgrel=1
url="https://github.com/Torxed/archinstall"
diff --git a/VERSION b/VERSION
index 703cec9e..7ec1d6db 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.0.6 \ No newline at end of file
+2.1.0
diff --git a/docs/conf.py b/docs/conf.py
index 056cf185..326b2d69 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -38,7 +38,7 @@ copyright = '2020, Anton Hvornum'
author = 'Anton Hvornum'
# The full version, including alpha/beta/rc tags
-release = 'v2.0.6'
+release = 'v2.1.0'
# -- General configuration ---------------------------------------------------