summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Arms2023-04-10 16:23:01 +1000
committerLuke Arms2023-04-10 16:23:01 +1000
commit175a757d2362d2ddf98895f6650a6cce581a2144 (patch)
tree75c5d18f35f5c6019fe73985c9c529657155b160
parent3eef7756436c9be5a579c4438b82ff457f26fbea (diff)
downloadaur-175a757d2362d2ddf98895f6650a6cce581a2144.tar.gz
v0.3.23
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e16d6e7a9c31..279e09749a9f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pretty-php
pkgdesc = The opinionated formatter for modern, expressive PHP
- pkgver = 0.3.22
+ pkgver = 0.3.23
pkgrel = 1
url = https://github.com/lkrms/pretty-php
arch = any
@@ -8,7 +8,7 @@ pkgbase = pretty-php
makedepends = git
depends = php
depends = composer
- source = pretty-php::git+https://github.com/lkrms/pretty-php.git#tag=v0.3.22
+ source = pretty-php::git+https://github.com/lkrms/pretty-php.git#tag=v0.3.23
sha256sums = SKIP
pkgname = pretty-php
diff --git a/PKGBUILD b/PKGBUILD
index 054bc9fc4b7c..8cda7379d9aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Luke Arms <luke@arms.to>
pkgname=pretty-php
-pkgver=0.3.22
+pkgver=0.3.23
pkgrel=1
pkgdesc="The opinionated formatter for modern, expressive PHP"
arch=('any')