summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24aed58b4990..b3f6274a49f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
pkgbase = phpcpd
pkgdesc = Copy/Paste Detector (CPD) for PHP code.
- pkgver = 4.1.0
+ pkgver = 5.0.0
pkgrel = 1
url = https://github.com/sebastianbergmann/phpcpd
install = phpcpd.install
arch = any
license = BSD
depends = php>=7.1
- source = https://phar.phpunit.de/phpcpd-4.1.0.phar
+ source = https://phar.phpunit.de/phpcpd-5.0.0.phar
source = LICENSE
- sha256sums = 5918d1d764227c35b590769a1416c799619f7b864f5659b4eab7dd214af530ea
+ sha256sums = 935b8f29026306615eb9fe57ea7991ce4c45c660cfd766d9ce1330810759f54c
sha256sums = a1c3d70730486361b39b935b6e84f67be22ceae5377be4ab1c3e2eee61a487ec
pkgname = phpcpd
-
diff --git a/PKGBUILD b/PKGBUILD
index 02807f3eb3c9..0139032a26e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Please report issues at https://github.com/jojosch/pkgbuilds
pkgname="phpcpd"
-pkgver=4.1.0
+pkgver=5.0.0
pkgrel=1
pkgdesc="Copy/Paste Detector (CPD) for PHP code."
url="https://github.com/sebastianbergmann/phpcpd"
@@ -14,7 +14,7 @@ source=(
"LICENSE"
)
install="${pkgname}.install"
-sha256sums=('5918d1d764227c35b590769a1416c799619f7b864f5659b4eab7dd214af530ea'
+sha256sums=('935b8f29026306615eb9fe57ea7991ce4c45c660cfd766d9ce1330810759f54c'
'a1c3d70730486361b39b935b6e84f67be22ceae5377be4ab1c3e2eee61a487ec')
package() {