summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Arms2024-06-13 10:25:10 +0000
committerLuke Arms2024-06-13 10:25:10 +0000
commit8251c0bdcc5211329fd842dbb8b469192d0752d8 (patch)
tree49462ad08bbe858c1b74a7d0023e167d6853de2b
parenta6f967bade8363d12c745e50a74c733e80687d89 (diff)
downloadaur-8251c0bdcc5211329fd842dbb8b469192d0752d8.tar.gz
v0.4.65
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24e8f2668fcf..2ef09886df75 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pretty-php
pkgdesc = The opinionated PHP code formatter
- pkgver = 0.4.64
+ pkgver = 0.4.65
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.64
+ source = pretty-php::git+https://github.com/lkrms/pretty-php.git#tag=v0.4.65
sha256sums = SKIP
pkgname = pretty-php
diff --git a/PKGBUILD b/PKGBUILD
index 03b8c9c37a65..bfde11c7de7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Luke Arms <luke@arms.to>
pkgname=pretty-php
-pkgver=0.4.64
+pkgver=0.4.65
pkgrel=1
pkgdesc="The opinionated PHP code formatter"
arch=('any')