summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Arms2023-10-04 00:14:38 +0000
committerLuke Arms2023-10-04 00:14:38 +0000
commit3b9d3082fadc673795857649ccf6d6ae64a96e6e (patch)
tree7b6dc07eb05b62153396bdbebf94be95896eac11
parentfa9795eab80197dd8ca2018e50ab284c9119bdc7 (diff)
downloadaur-3b9d3082fadc673795857649ccf6d6ae64a96e6e.tar.gz
v0.4.33
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 769c8142fc3a..3bdf45213b52 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pretty-php
pkgdesc = The opinionated PHP code formatter
- pkgver = 0.4.32
+ pkgver = 0.4.33
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.32
+ source = pretty-php::git+https://github.com/lkrms/pretty-php.git#tag=v0.4.33
sha256sums = SKIP
pkgname = pretty-php
diff --git a/PKGBUILD b/PKGBUILD
index 8bc86c65420b..08eedd0373a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Luke Arms <luke@arms.to>
pkgname=pretty-php
-pkgver=0.4.32
+pkgver=0.4.33
pkgrel=1
pkgdesc="The opinionated PHP code formatter"
arch=('any')