diff --git a/PKGBUILD b/PKGBUILD index cbbf2172..f9d7279c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ _pkgname=pikaur pkgname="${_pkgname}-git" -pkgver=1.31 +pkgver=1.32 pkgrel=1 pkgdesc="AUR helper which asks all questions before installing/building. Inspired by pacaur, yaourt and yay." arch=('any') diff --git a/pikaur/config.py b/pikaur/config.py index 838c5106..4965eb19 100644 --- a/pikaur/config.py +++ b/pikaur/config.py @@ -36,7 +36,7 @@ class ConfigValueType(TypedDict): warning: NotRequired[WarningValue] -VERSION: "Final" = "1.31-dev" +VERSION: "Final" = "1.32-dev" DEFAULT_CONFIG_ENCODING: "Final" = "utf-8" DEFAULT_INPUT_ENCODING: "Final" = "utf-8" diff --git a/pikaur_static/PKGBUILD b/pikaur_static/PKGBUILD index 476d8718..4d788060 100644 --- a/pikaur_static/PKGBUILD +++ b/pikaur_static/PKGBUILD @@ -3,7 +3,7 @@ _pkgname=pikaur-static pkgname="${_pkgname}-git" -pkgver=1.31 +pkgver=1.32 pkgrel=1 pkgdesc='AUR helper without dependencies which asks all questions before installing/building. Static build for recovery situations, similar to `pacman-static`' arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64') diff --git a/pyproject.toml b/pyproject.toml index a8d4cf02..7a30a2ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pikaur" -version = '1.31' +version = '1.32' description = 'AUR helper with minimal dependencies' authors = [ {name = 'Yauhen Kirylau', email = 'actionless-DOT-loveless-PLUS-aur-AT-gmail-MF-com@anti.spam'},