summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Arms2023-04-27 23:10:37 +1000
committerLuke Arms2023-04-27 23:10:37 +1000
commit27a43c6832bb64f7aa710c8da8f190e12d15d8e2 (patch)
treebe4793fdc165838dd52dacbebe9149737ba21f64
parent9cd0717a2a6c3b67324dd007dfeaa45223d053cc (diff)
downloadaur-27a43c6832bb64f7aa710c8da8f190e12d15d8e2.tar.gz
v0.4.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 49a35b1a7234..5a2cec46eb05 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pretty-php
pkgdesc = The opinionated formatter for modern, expressive PHP
- pkgver = 0.3.24
+ pkgver = 0.4.1
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.24
+ source = pretty-php::git+https://github.com/lkrms/pretty-php.git#tag=v0.4.1
sha256sums = SKIP
pkgname = pretty-php
diff --git a/PKGBUILD b/PKGBUILD
index e03163ac8588..a28bc5f06a13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Luke Arms <luke@arms.to>
pkgname=pretty-php
-pkgver=0.3.24
+pkgver=0.4.1
pkgrel=1
pkgdesc="The opinionated formatter for modern, expressive PHP"
arch=('any')