summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorElmar Klausmeier2023-01-13 20:07:07 +0100
committerElmar Klausmeier2023-01-13 20:07:07 +0100
commit442c7989ec9169fde8d3373577d6fd8aa0554279 (patch)
tree6d81c3e9b72f47110f35b6586fca957a2c4d3778 /PKGBUILD
parent868d0ac8edd17f269479b180ed7523dee7189586 (diff)
downloadaur-442c7989ec9169fde8d3373577d6fd8aa0554279.tar.gz
Correct url variable in PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8dc8aaea9487..ea0c4a4e7c2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgrel=1
pkgdesc="A Hierarchical Profiler for PHP"
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
-url="https://github.com/phacility/xhprof/tree/experimental"
+url="https://pecl.php.net/package/xhprof"
license=('Apache')
depends=('php')
makedepends=()