summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Arms2023-05-25 09:32:40 +1000
committerLuke Arms2023-05-25 09:32:40 +1000
commit29b33bcf97cf2787bbfeba00ee9e1136561efa12 (patch)
treeecef109bedec5fc9b820a795fa0ca8d8472292c2
parentcfc749c131df84df1bd3d1b3691a72faf69433a0 (diff)
downloadaur-29b33bcf97cf2787bbfeba00ee9e1136561efa12.tar.gz
v0.4.8
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cda173ef06f1..98055528d462 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pretty-php
pkgdesc = The opinionated formatter for modern, expressive PHP
- pkgver = 0.4.7
+ pkgver = 0.4.8
pkgrel = 1
url = https://github.com/lkrms/pretty-php
arch = any
@@ -9,7 +9,7 @@ pkgbase = pretty-php
makedepends = jq
depends = php
depends = composer
- source = pretty-php::git+https://github.com/lkrms/pretty-php.git#tag=v0.4.7
+ source = pretty-php::git+https://github.com/lkrms/pretty-php.git#tag=v0.4.8
sha256sums = SKIP
pkgname = pretty-php
diff --git a/PKGBUILD b/PKGBUILD
index 664b52af4e48..427e12b1e0f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Luke Arms <luke@arms.to>
pkgname=pretty-php
-pkgver=0.4.7
+pkgver=0.4.8
pkgrel=1
pkgdesc="The opinionated formatter for modern, expressive PHP"
arch=('any')