summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2019-05-23 13:15:27 +0200
committerStefan Auditor2019-05-23 13:15:27 +0200
commit14f68240aba897f9c44c26bdf6cd4534f5001ca5 (patch)
treee694377ae39639131e43697b25427d02b2f641ac
parentff306f46eb5163e89fc65406bf1b0683f14b09e9 (diff)
downloadaur-14f68240aba897f9c44c26bdf6cd4534f5001ca5.tar.gz
Update to upstream version 4.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5586ca64684a..24aed58b4990 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = phpcpd
pkgdesc = Copy/Paste Detector (CPD) for PHP code.
- pkgver = 4.0.0
+ pkgver = 4.1.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.0.0.phar
+ source = https://phar.phpunit.de/phpcpd-4.1.0.phar
source = LICENSE
- sha256sums = e406841a9839179953998b3b1d2c3db848920c194c7204f3e603d7aead98bab9
+ sha256sums = 5918d1d764227c35b590769a1416c799619f7b864f5659b4eab7dd214af530ea
sha256sums = a1c3d70730486361b39b935b6e84f67be22ceae5377be4ab1c3e2eee61a487ec
pkgname = phpcpd
diff --git a/PKGBUILD b/PKGBUILD
index 476f82df15ac..02807f3eb3c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Please report issues at https://github.com/jojosch/pkgbuilds
pkgname="phpcpd"
-pkgver=4.0.0
+pkgver=4.1.0
pkgrel=1
pkgdesc="Copy/Paste Detector (CPD) for PHP code."
url="https://github.com/sebastianbergmann/phpcpd"
@@ -14,10 +14,8 @@ source=(
"LICENSE"
)
install="${pkgname}.install"
-sha256sums=(
- "e406841a9839179953998b3b1d2c3db848920c194c7204f3e603d7aead98bab9"
- "a1c3d70730486361b39b935b6e84f67be22ceae5377be4ab1c3e2eee61a487ec"
-)
+sha256sums=('5918d1d764227c35b590769a1416c799619f7b864f5659b4eab7dd214af530ea'
+ 'a1c3d70730486361b39b935b6e84f67be22ceae5377be4ab1c3e2eee61a487ec')
package() {
cd "${srcdir}"