summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Arms2023-10-03 03:09:12 +0000
committerLuke Arms2023-10-03 03:09:12 +0000
commitfa9795eab80197dd8ca2018e50ab284c9119bdc7 (patch)
tree3046d65f7c49b989ec2985e9c27d583665703a36
parent06c4976912f3febef0c5fc68206d3a2ef04ce20c (diff)
downloadaur-fa9795eab80197dd8ca2018e50ab284c9119bdc7.tar.gz
v0.4.32
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a4f12f69d80..769c8142fc3a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pretty-php
pkgdesc = The opinionated PHP code formatter
- pkgver = 0.4.31
+ pkgver = 0.4.32
pkgrel = 1
url = https://github.com/lkrms/pretty-php
arch = any
@@ -10,7 +10,7 @@ pkgbase = pretty-php
makedepends = composer
makedepends = pandoc
depends = php
- source = pretty-php::git+https://github.com/lkrms/pretty-php.git#tag=v0.4.31
+ source = pretty-php::git+https://github.com/lkrms/pretty-php.git#tag=v0.4.32
sha256sums = SKIP
pkgname = pretty-php
diff --git a/PKGBUILD b/PKGBUILD
index c1d2d910e2ab..8bc86c65420b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Luke Arms <luke@arms.to>
pkgname=pretty-php
-pkgver=0.4.31
+pkgver=0.4.32
pkgrel=1
pkgdesc="The opinionated PHP code formatter"
arch=('any')