summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Krebs2020-12-22 13:29:09 +0100
committerSebastian Krebs2020-12-22 13:29:09 +0100
commitdc8427c3ef110f546f42d1351342e0f39339ff2d (patch)
treee92b2e22a707d4501f13e7d6d59d944caa038421
parentf140940852e18337bc605a2320df4f890f5798e4 (diff)
downloadaur-dc8427c3ef110f546f42d1351342e0f39339ff2d.tar.gz
Change pstream URL to github. Other one 404
-rw-r--r--.SRCINFO2
-rwxr-xr-xPKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6842a27db27b..9876704ded4c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = dephpend
pkgdesc = Detect flaws in your architecture, before they drag you down into the depths of dependency hell ...
pkgver = 0.7.0
pkgrel = 1
- url = https://dephpend.com/
+ url = https://github.com/mihaeu/dephpend
arch = any
license = MIT
depends = php
diff --git a/PKGBUILD b/PKGBUILD
index 747af333669b..fe75c64d3856 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=0.7.0
pkgrel=1
pkgdesc="Detect flaws in your architecture, before they drag you down into the depths of dependency hell ..."
arch=('any')
-url="https://dephpend.com/"
+url="https://github.com/mihaeu/dephpend"
license=('MIT')
depends=('php')
source=("https://github.com/mihaeu/dephpend/releases/download/${pkgver}/dephpend-${pkgver}.phar"