summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Arms2023-09-14 07:50:29 +0000
committerLuke Arms2023-09-14 07:50:29 +0000
commit626088e4fc5d24476a790e1c341205bf2df839a9 (patch)
tree4dba0350ca9a4c088f9700c1a0969cad594a8623
parentd2cbeb2a8e813254f2f3be44b5693d8b907460f9 (diff)
downloadaur-626088e4fc5d24476a790e1c341205bf2df839a9.tar.gz
v0.4.26
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c282b1fffcfa..6a033f0044f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pretty-php
pkgdesc = The opinionated PHP code formatter
- pkgver = 0.4.25
+ pkgver = 0.4.26
pkgrel = 1
url = https://github.com/lkrms/pretty-php
arch = any
@@ -9,7 +9,7 @@ pkgbase = pretty-php
makedepends = git
makedepends = composer
depends = php
- source = pretty-php::git+https://github.com/lkrms/pretty-php.git#tag=v0.4.25
+ source = pretty-php::git+https://github.com/lkrms/pretty-php.git#tag=v0.4.26
sha256sums = SKIP
pkgname = pretty-php
diff --git a/PKGBUILD b/PKGBUILD
index 49002df7f4f2..244cfeab49e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Luke Arms <luke@arms.to>
pkgname=pretty-php
-pkgver=0.4.25
+pkgver=0.4.26
pkgrel=1
pkgdesc="The opinionated PHP code formatter"
arch=('any')