Skip to content

Commit 07937bb

Browse files
committed
chore: bump version to 1.32
1 parent 4fb5698 commit 07937bb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

PKGBUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
_pkgname=pikaur
55
pkgname="${_pkgname}-git"
6-
pkgver=1.31
6+
pkgver=1.32
77
pkgrel=1
88
pkgdesc="AUR helper which asks all questions before installing/building. Inspired by pacaur, yaourt and yay."
99
arch=('any')

pikaur/config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class ConfigValueType(TypedDict):
3636
warning: NotRequired[WarningValue]
3737

3838

39-
VERSION: "Final" = "1.31-dev"
39+
VERSION: "Final" = "1.32-dev"
4040

4141
DEFAULT_CONFIG_ENCODING: "Final" = "utf-8"
4242
DEFAULT_INPUT_ENCODING: "Final" = "utf-8"

pikaur_static/PKGBUILD

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
_pkgname=pikaur-static
55
pkgname="${_pkgname}-git"
6-
pkgver=1.31
6+
pkgver=1.32
77
pkgrel=1
88
pkgdesc='AUR helper without dependencies which asks all questions before installing/building. Static build for recovery situations, similar to `pacman-static`'
99
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pikaur"
3-
version = '1.31'
3+
version = '1.32'
44
description = 'AUR helper with minimal dependencies'
55
authors = [
66
{name = 'Yauhen Kirylau', email = '[email protected]'},

0 commit comments

Comments
 (0)