summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsanduhrs2022-11-24 12:35:58 +0100
committersanduhrs2022-11-24 12:35:58 +0100
commit4b356b3cc6e1262b44a3b2a1f4aedcaebe3858eb (patch)
tree1c2a78affcfab0bcee2b30a18c9735b3e00660d9
parent16d5df026bb2bd288f78c618a28fab9c95dc79c5 (diff)
downloadaur-4b356b3cc6e1262b44a3b2a1f4aedcaebe3858eb.tar.gz
Update upstream
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4e7fa95cde9..df312d8195ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,14 +2,14 @@ pkgbase = php-cs-fixer
pkgdesc = Analyzes some PHP source code and tries to fix coding standards issues (PSR-1 and PSR-2 compatible).
pkgver = 3.13.0
pkgrel = 1
- url = https://github.com/FriendsOfPHP
+ url = https://github.com/PHP-CS-Fixer/PHP-CS-Fixer
arch = any
license = MIT
makedepends = php-humbug-box-bin
makedepends = composer
makedepends = git
depends = php>=7.1.3
- source = php-cs-fixer::git+https://github.com/FriendsOfPHP/PHP-CS-Fixer#tag=v3.13.0
+ source = php-cs-fixer::git+https://github.com/PHP-CS-Fixer/PHP-CS-Fixer#tag=v3.13.0
md5sums = SKIP
pkgname = php-cs-fixer
diff --git a/PKGBUILD b/PKGBUILD
index f03aa94a4966..2cf16fb828bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,12 @@ pkgname=${_pkgname}
pkgver=3.13.0
pkgrel=1
pkgdesc="Analyzes some PHP source code and tries to fix coding standards issues (PSR-1 and PSR-2 compatible)."
-url="https://github.com/FriendsOfPHP"
+url="https://github.com/PHP-CS-Fixer/PHP-CS-Fixer"
license=("MIT")
arch=("any")
depends=("php>=7.1.3")
makedepends=("php-humbug-box-bin" "composer" "git")
-source=("${_pkgname}"::"git+https://github.com/FriendsOfPHP/PHP-CS-Fixer#tag=v${pkgver}")
+source=("${_pkgname}"::"git+https://github.com/PHP-CS-Fixer/PHP-CS-Fixer#tag=v${pkgver}")
md5sums=('SKIP')
build() {