summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Auditor2019-05-23 13:19:20 +0200
committerStefan Auditor2019-05-23 13:19:24 +0200
commitea3f461f13b5d0982a6c411f1117ca8573e25d36 (patch)
tree5d801a9a25328b26e0464941e92192494547af69
parent72460ee24cda35e16eed9304d7389c8a9bca33db (diff)
downloadaur-ea3f461f13b5d0982a6c411f1117ca8573e25d36.tar.gz
Update to upstream version 6.0.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c9b2cd34bad9..91d1b1c58e97 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = phpcov
pkgdesc = A command-line frontend for the PHP_CodeCoverage library.
- pkgver = 5.0.0
+ pkgver = 6.0.0
pkgrel = 1
url = https://github.com/sebastianbergmann/phpcov
install = phpcov.install
arch = any
license = BSD
depends = php
- source = https://phar.phpunit.de/phpcov-5.0.0.phar
- source = https://raw.githubusercontent.com/sebastianbergmann/phpcov/5.0.0/LICENSE
- sha512sums = 780ecf6ef5a07801b107659cac4019ac3738833311408bc43d6fbe1041b974ea311ea581c06a49f7fc1d8ff953c36e7cb92b87fb7ad81e0cc1b8f04e7df5d37e
- sha512sums = 69613225fea90975f8164b38fb486e27b37ec4f10f785599f930dfcf0920e9737ef69a161ffd042c9b6bdee2b36df350647def58e42fd5f62b4b4b86b8f46fd6
+ source = https://phar.phpunit.de/phpcov-6.0.0.phar
+ source = https://raw.githubusercontent.com/sebastianbergmann/phpcov/6.0.0/LICENSE
+ sha512sums = 0a400996d5c4605f2cee20525039320d1ae345b98a83c797e3fbed6167771596a2c3b16061660528a6449f6c9772b1175886b51fe3ad48f0038fd2696c226f50
+ sha512sums = 1d98aae16f8fde4d1d1028050acbef7a0d5ed975e1136589070161ff019d29c8cfac69b42896c8c5edd2a2baeadbe39d7f110d821b3226c94b928e961ddcf302
pkgname = phpcov
diff --git a/PKGBUILD b/PKGBUILD
index 6450005b0915..e12914918f69 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Please report issues at https://github.com/sanduhrs/arch-aur-phpcov
pkgname=phpcov
-pkgver=5.0.0
+pkgver=6.0.0
pkgrel=1
pkgdesc="A command-line frontend for the PHP_CodeCoverage library."
url="https://github.com/sebastianbergmann/phpcov"
@@ -12,8 +12,8 @@ depends=("php")
install="${pkgname}.install"
source=("https://phar.phpunit.de/${pkgname}-${pkgver}.phar"
"https://raw.githubusercontent.com/sebastianbergmann/${pkgname}/${pkgver}/LICENSE")
-sha512sums=('780ecf6ef5a07801b107659cac4019ac3738833311408bc43d6fbe1041b974ea311ea581c06a49f7fc1d8ff953c36e7cb92b87fb7ad81e0cc1b8f04e7df5d37e'
- '69613225fea90975f8164b38fb486e27b37ec4f10f785599f930dfcf0920e9737ef69a161ffd042c9b6bdee2b36df350647def58e42fd5f62b4b4b86b8f46fd6')
+sha512sums=('0a400996d5c4605f2cee20525039320d1ae345b98a83c797e3fbed6167771596a2c3b16061660528a6449f6c9772b1175886b51fe3ad48f0038fd2696c226f50'
+ '1d98aae16f8fde4d1d1028050acbef7a0d5ed975e1136589070161ff019d29c8cfac69b42896c8c5edd2a2baeadbe39d7f110d821b3226c94b928e961ddcf302')
package() {
install -D -m 644 "${srcdir}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"