summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Vogt2016-05-13 13:42:58 +0200
committerDavid Vogt2016-05-13 13:42:58 +0200
commit1845d00682bfbdff7101d44cda84522664916897 (patch)
treed4eb0b8e18857735aecea20e91ddc02507cbc18d
parent7b2219e8bd5712c57f219416f1d39257375b9c84 (diff)
downloadaur-1845d00682bfbdff7101d44cda84522664916897.tar.gz
fixed url
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c467822d2e9..f387e3b12df8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = pugdebug-git
pkgdesc = pugdebug is a standalone debugging client for PHP applications that uses XDebug as the debugging engine
pkgver = v1.0.0.r20.g00859c3
pkgrel = 1
- url = http://github.com/neovim/python-client
+ url = http://pugdebug.com/
arch = any
license = GPL3
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index 1401c69330cc..c0988cef0b5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgrel=1
pkgdesc=" pugdebug is a standalone debugging client for PHP applications that uses XDebug as the debugging engine"
arch=('any')
license=('GPL3')
-url='http://github.com/neovim/python-client'
+url='http://pugdebug.com/'
depends=('python'
'pyinstaller'
'python-virtualenv'