diff --git a/PKGBUILD b/PKGBUILD index 02a01d64..4c435b52 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ _pkgname=pikaur pkgname="${_pkgname}-git" -pkgver=1.30 +pkgver=1.30.1 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 c5bfca2e..333bb96f 100644 --- a/pikaur/config.py +++ b/pikaur/config.py @@ -31,7 +31,7 @@ class ConfigValueType(TypedDict): migrated: NotRequired[bool] -VERSION: "Final" = "1.30-dev" +VERSION: "Final" = "1.30.1-dev" DEFAULT_CONFIG_ENCODING: "Final" = "utf-8" DEFAULT_INPUT_ENCODING: "Final" = "utf-8" diff --git a/pikaur_static/PKGBUILD b/pikaur_static/PKGBUILD index 5221d6a1..762c9eb5 100644 --- a/pikaur_static/PKGBUILD +++ b/pikaur_static/PKGBUILD @@ -3,7 +3,7 @@ _pkgname=pikaur-static pkgname="${_pkgname}-git" -pkgver=1.30 +pkgver=1.30.1 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 2a0aaf89..cf9035cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pikaur" -version = '1.30' +version = '1.30.1' description = 'AUR helper with minimal dependencies' authors = [ {name = 'Yauheni Kirylau', email = 'actionless.loveless@gmail.com'},