summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Krebs2018-04-01 23:03:46 +0200
committerSebastian Krebs2018-04-01 23:03:46 +0200
commit0cae3239955c29abfce9c29f0423256b1d4b7fdc (patch)
tree00b5f24de856fc0fcdfee6c2d15e0e8d5ec803ac
parent33acb8d6f832d1cd9426bae57ff9254997bc093a (diff)
downloadaur-0cae3239955c29abfce9c29f0423256b1d4b7fdc.tar.gz
0.5.0
-rw-r--r--.SRCINFO10
-rwxr-xr-xPKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a99ee9e0091..516c18e9677d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Wed Apr 12 21:11:36 UTC 2017
+# Sun Apr 1 21:03:31 UTC 2018
pkgbase = dephpend
pkgdesc = Detect flaws in your architecture, before they drag you down into the depths of dependency hell ...
- pkgver = 0.3.1
+ pkgver = 0.5.0
pkgrel = 1
url = https://dephpend.com/
arch = any
license = MIT
depends = php
- source = https://phar.dephpend.com/dephpend-0.3.1.phar
- source = https://raw.githubusercontent.com/mihaeu/dephpend/0.3.1/LICENSE
- sha256sums = 08be1f0fe7c6de19c3df89b2203d1e5c83c520302002d95fd2013d76e6d2f683
+ source = https://phar.dephpend.com/dephpend-0.5.0.phar
+ source = https://raw.githubusercontent.com/mihaeu/dephpend/0.5.0/LICENSE
+ sha256sums = cf3dbcec000712246a5395b3562e16f05cffb4c519897d4a9af1bee9439f6703
sha256sums = 2025717a285cf18f45e9a41ea41971b56f5a1692ce5ee03bb6c862514aadc97d
pkgname = dephpend
diff --git a/PKGBUILD b/PKGBUILD
index ff58559dfdae..1dc3f2558b17 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sebastian Krebs <sebastian[at]krebs[dot]one>
pkgname=dephpend
-pkgver=0.3.1
+pkgver=0.5.0
pkgrel=1
pkgdesc="Detect flaws in your architecture, before they drag you down into the depths of dependency hell ..."
arch=('any')
@@ -10,7 +10,7 @@ license=('MIT')
depends=('php')
source=("https://phar.dephpend.com/${pkgname}-${pkgver}.phar"
"https://raw.githubusercontent.com/mihaeu/${pkgname}/${pkgver}/LICENSE")
-sha256sums=('08be1f0fe7c6de19c3df89b2203d1e5c83c520302002d95fd2013d76e6d2f683'
+sha256sums=('cf3dbcec000712246a5395b3562e16f05cffb4c519897d4a9af1bee9439f6703'
'2025717a285cf18f45e9a41ea41971b56f5a1692ce5ee03bb6c862514aadc97d')
package() {