Skip to content

Commit

Permalink
chore: bump version to 1.30.3
Browse files Browse the repository at this point in the history
  • Loading branch information
actionless committed Dec 12, 2024
1 parent 4e1e808 commit ff51b14
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

_pkgname=pikaur
pkgname="${_pkgname}-git"
pkgver=1.30.2
pkgver=1.30.3
pkgrel=1
pkgdesc="AUR helper which asks all questions before installing/building. Inspired by pacaur, yaourt and yay."
arch=('any')
Expand Down
2 changes: 1 addition & 1 deletion pikaur/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class ConfigValueType(TypedDict):
migrated: NotRequired[bool]


VERSION: "Final" = "1.30.2-dev"
VERSION: "Final" = "1.30.3-dev"

DEFAULT_CONFIG_ENCODING: "Final" = "utf-8"
DEFAULT_INPUT_ENCODING: "Final" = "utf-8"
Expand Down
2 changes: 1 addition & 1 deletion pikaur_static/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

_pkgname=pikaur-static
pkgname="${_pkgname}-git"
pkgver=1.30.2
pkgver=1.30.3
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')
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pikaur"
version = '1.30.2'
version = '1.30.3'
description = 'AUR helper with minimal dependencies'
authors = [
{name = 'Yauheni Kirylau', email = '[email protected]'},
Expand Down

0 comments on commit ff51b14

Please sign in to comment.