summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Arms2023-09-25 06:33:27 +0000
committerLuke Arms2023-09-25 06:33:27 +0000
commit16ef567ce87ccdb140b572cb868efb929905a684 (patch)
tree553ff98caf078d141b0de11b4671e7fc106d624d
parentc17b1ffe9fda32967c574700084536536b964b76 (diff)
downloadaur-16ef567ce87ccdb140b572cb868efb929905a684.tar.gz
v0.4.29
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7703db57d399..5f5485cebde3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pretty-php
pkgdesc = The opinionated PHP code formatter
- pkgver = 0.4.28
+ pkgver = 0.4.29
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.28
+ source = pretty-php::git+https://github.com/lkrms/pretty-php.git#tag=v0.4.29
sha256sums = SKIP
pkgname = pretty-php
diff --git a/PKGBUILD b/PKGBUILD
index 0f1289f1ec80..a68f1fbdd081 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Luke Arms <luke@arms.to>
pkgname=pretty-php
-pkgver=0.4.28
+pkgver=0.4.29
pkgrel=1
pkgdesc="The opinionated PHP code formatter"
arch=('any')