Package Details: drupal-check 1.4.0-2

Git Clone URL: https://aur.archlinux.org/drupal-check.git (read-only, click to copy)
Package Base: drupal-check
Description: Check Drupal code for deprecations and discover bugs via static analysis.
Upstream URL: https://github.com/mglaman/drupal-check
Licenses: GPL
Submitter: sanduhrs
Maintainer: sanduhrs
Last Packager: sanduhrs
Votes: 0
Popularity: 0.000000
First Submitted: 2019-09-17 06:17 (UTC)
Last Updated: 2023-09-12 10:12 (UTC)

Dependencies (4)

Required by (0)

Sources (1)

Latest Comments

wizonesolutions commented on 2020-04-27 15:21 (UTC)

Running into this on the latest PHAR version:

File 'phar:///usr/bin/drupal-check/vendor/phpstan/phpstan-deprecation-rules/rules.neon' is missing or is not readable.

That package does get installed when building drupal-check, so I'm not sure why it doesn't get found. Perhaps the internal path gets messed up somehow.

I'll just run it from my project for now.

wizonesolutions commented on 2020-04-27 14:56 (UTC)

Diff to update to 1.1.1:

diff --git a/.SRCINFO b/.SRCINFO
index 1cae2a9..6c246e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = drupal-check
    pkgdesc = Check Drupal code for deprecations and discover bugs via static analysis.
-   pkgver = 1.0.14
+   pkgver = 1.1.1
    pkgrel = 1
    url = https://github.com/mglaman/drupal-check
    arch = any
@@ -9,7 +9,7 @@ pkgbase = drupal-check
    makedepends = php-composer
    makedepends = git
    depends = php
-   source = drupal-check::git+https://github.com/mglaman/drupal-check.git#tag=1.0.14
+   source = drupal-check::git+https://github.com/mglaman/drupal-check.git#tag=1.1.1
    sha512sums = SKIP

 pkgname = drupal-check
diff --git a/PKGBUILD b/PKGBUILD
index abdec5f..804eca6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@

 _pkgname=drupal-check
 pkgname=${_pkgname}
-pkgver=1.0.14
+pkgver=1.1.1
 pkgrel=1
 pkgdesc="Check Drupal code for deprecations and discover bugs via static analysis."
 arch=('any')