summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Arms2024-05-13 06:02:35 +0000
committerLuke Arms2024-05-13 06:02:35 +0000
commit4907722f43cea1a57755cc8229a1691a9963bc3e (patch)
tree7d20966ae9ac1b71574dcd876c5940739bfdd438
parent971c3de77916f4a3d1708114316e00b6aeef2fcd (diff)
downloadaur-4907722f43cea1a57755cc8229a1691a9963bc3e.tar.gz
v0.4.64
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index efa23d024f53..dc1d9923b2e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pretty-php
pkgdesc = The opinionated PHP code formatter
- pkgver = 0.4.63
+ pkgver = 0.4.64
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.63
- sha256sums = 239a75210a33614dc90708b0142ede5d26e143cd5b83ba0aba2b77a0bb146f4b
+ source = pretty-php::git+https://github.com/lkrms/pretty-php.git#tag=v0.4.64
+ sha256sums = 40a6c2995714f6b48daf8a24a40dde87b74fe92b4c1d0a7b266091b1689685ef
pkgname = pretty-php
diff --git a/PKGBUILD b/PKGBUILD
index d1a44b24feb9..18a6693c685f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Luke Arms <luke@arms.to>
pkgname=pretty-php
-pkgver=0.4.63
+pkgver=0.4.64
pkgrel=1
pkgdesc="The opinionated PHP code formatter"
arch=('any')
@@ -10,7 +10,7 @@ url="https://github.com/lkrms/pretty-php"
depends=('php')
makedepends=('php-sodium' 'git' 'composer' 'pandoc')
source=("${pkgname}::git+https://github.com/lkrms/pretty-php.git#tag=v${pkgver}")
-sha256sums=('239a75210a33614dc90708b0142ede5d26e143cd5b83ba0aba2b77a0bb146f4b')
+sha256sums=('40a6c2995714f6b48daf8a24a40dde87b74fe92b4c1d0a7b266091b1689685ef')
prepare() {
cd "${srcdir}/${pkgname}"