summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Arms2024-04-30 13:48:47 +0000
committerLuke Arms2024-04-30 13:48:47 +0000
commitdee7cdbc44198bec1507f8a59c7ce20236a110c0 (patch)
treed847a8e54f2631ccae434a753a0eefa085336bec
parentf1312448ee76031c2ffdef3a705d740df94ae541 (diff)
downloadaur-dee7cdbc44198bec1507f8a59c7ce20236a110c0.tar.gz
v0.4.61
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b9e6f0f22d0..b91e3a61b0cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pretty-php
pkgdesc = The opinionated PHP code formatter
- pkgver = 0.4.60
+ pkgver = 0.4.61
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.60
- sha256sums = f3ef4c725fa9c38b662d0e52c79aba6c089c1872a47b6d725e320362df47cc58
+ source = pretty-php::git+https://github.com/lkrms/pretty-php.git#tag=v0.4.61
+ sha256sums = c9a80f5e23fc29ea9d70fd2eea67c7ad32e6dee5089339ebd252c049685d037d
pkgname = pretty-php
diff --git a/PKGBUILD b/PKGBUILD
index 65dce59e0f47..7dc471067f70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Luke Arms <luke@arms.to>
pkgname=pretty-php
-pkgver=0.4.60
+pkgver=0.4.61
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=('f3ef4c725fa9c38b662d0e52c79aba6c089c1872a47b6d725e320362df47cc58')
+sha256sums=('c9a80f5e23fc29ea9d70fd2eea67c7ad32e6dee5089339ebd252c049685d037d')
prepare() {
cd "${srcdir}/${pkgname}"