Skip to content

Commit 6049c8a

Browse files
committed
chore: bump version to 1.33.1
1 parent a663447 commit 6049c8a

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
_pkgname=pikaur
55
pkgname="${_pkgname}-git"
6-
pkgver=1.33
6+
pkgver=1.33.1
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
from .i18n import PIKAUR_NAME, translate
1616

17-
VERSION: "Final" = "1.33-dev"
17+
VERSION: "Final" = "1.33.1-dev"
1818

1919
DEFAULT_CONFIG_ENCODING: "Final" = "utf-8"
2020
DEFAULT_INPUT_ENCODING: "Final" = "utf-8"

pikaur_static/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
_pkgname=pikaur-static
55
pkgname="${_pkgname}-git"
6-
pkgver=1.33
6+
pkgver=1.33.1
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pikaur"
3-
version = '1.33'
3+
version = '1.33.1'
44
description = 'AUR helper with minimal dependencies'
55
authors = [
66
{name = 'Yauhen Kirylau', email = 'actionless-DOT-loveless-PLUS-aur-AT-gmail-MF-com@anti.spam'},

0 commit comments

Comments
 (0)