summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD14
2 files changed, 14 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f3dff949e69d..20ddb08cac43 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = php-codesniffer
pkgdesc = PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files to detect and fix violations of a defined set of coding standards.
pkgver = 3.9.2
- pkgrel = 1
- url = http://pear.php.net/package/PHP_CodeSniffer/
+ pkgrel = 2
+ url = https://github.com/PHPCSStandards/PHP_CodeSniffer
arch = any
license = BSD
depends = php
- source = phpcs-3.9.2.phar::https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.9.2/phpcs.phar
- source = phpcs-3.9.2.phar.asc::https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.9.2/phpcs.phar.asc
- source = phpcbf-3.9.2.phar::https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.9.2/phpcbf.phar
- source = phpcbf-3.9.2.phar.asc::https://github.com/squizlabs/PHP_CodeSniffer/releases/download/3.9.2/phpcbf.phar.asc
- source = licence-3.9.2.txt::https://raw.githubusercontent.com/squizlabs/PHP_CodeSniffer/3.9.2/licence.txt
+ source = phpcs-3.9.2.phar::https://github.com/PHPCSStandards/PHP_CodeSniffer/releases/download/3.9.2/phpcs.phar
+ source = phpcs-3.9.2.phar.asc::https://github.com/PHPCSStandards/PHP_CodeSniffer/releases/download/3.9.2/phpcs.phar.asc
+ source = phpcbf-3.9.2.phar::https://github.com/PHPCSStandards/PHP_CodeSniffer/releases/download/3.9.2/phpcbf.phar
+ source = phpcbf-3.9.2.phar.asc::https://github.com/PHPCSStandards/PHP_CodeSniffer/releases/download/3.9.2/phpcbf.phar.asc
+ source = licence-3.9.2.txt::https://raw.githubusercontent.com/PHPCSStandards/PHP_CodeSniffer/3.9.2/licence.txt
validpgpkeys = 95DE904AB800754A11D80B605E6DDE998AB73B8E
sha256sums = 7cb7f6fbd1f66b19172728024d2e601a8185c63574ff2c50baf2b61921c4ac07
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 3236bb97d6da..5b0aeba6cd25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,17 +4,17 @@
pkgname=php-codesniffer
_pkgname=PHP_CodeSniffer
pkgver=3.9.2
-pkgrel=1
+pkgrel=2
pkgdesc="PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files to detect and fix violations of a defined set of coding standards."
arch=('any')
-url="http://pear.php.net/package/PHP_CodeSniffer/"
+url="https://github.com/PHPCSStandards/PHP_CodeSniffer"
license=('BSD')
depends=('php')
-source=("phpcs-${pkgver}.phar::https://github.com/squizlabs/${_pkgname}/releases/download/${pkgver}/phpcs.phar"
- "phpcs-${pkgver}.phar.asc::https://github.com/squizlabs/${_pkgname}/releases/download/${pkgver}/phpcs.phar.asc"
- "phpcbf-${pkgver}.phar::https://github.com/squizlabs/${_pkgname}/releases/download/${pkgver}/phpcbf.phar"
- "phpcbf-${pkgver}.phar.asc::https://github.com/squizlabs/${_pkgname}/releases/download/${pkgver}/phpcbf.phar.asc"
- "licence-${pkgver}.txt::https://raw.githubusercontent.com/squizlabs/${_pkgname}/${pkgver}/licence.txt")
+source=("phpcs-${pkgver}.phar::https://github.com/PHPCSStandards/${_pkgname}/releases/download/${pkgver}/phpcs.phar"
+ "phpcs-${pkgver}.phar.asc::https://github.com/PHPCSStandards/${_pkgname}/releases/download/${pkgver}/phpcs.phar.asc"
+ "phpcbf-${pkgver}.phar::https://github.com/PHPCSStandards/${_pkgname}/releases/download/${pkgver}/phpcbf.phar"
+ "phpcbf-${pkgver}.phar.asc::https://github.com/PHPCSStandards/${_pkgname}/releases/download/${pkgver}/phpcbf.phar.asc"
+ "licence-${pkgver}.txt::https://raw.githubusercontent.com/PHPCSStandards/${_pkgname}/${pkgver}/licence.txt")
validpgpkeys=('95DE904AB800754A11D80B605E6DDE998AB73B8E')
sha256sums=('7cb7f6fbd1f66b19172728024d2e601a8185c63574ff2c50baf2b61921c4ac07'
'SKIP'