summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Agura2016-05-15 15:21:45 +0300
committerAlexander Agura2016-05-15 15:21:45 +0300
commitc3a1fee14765ee3156219437f0ee7ec56bd4ab9f (patch)
tree4e771bb7b8c903f760632091c3390688c7d5bb8f
parent42dbe891a20fe90d22ec03e05213a298156cb14e (diff)
downloadaur-c3a1fee14765ee3156219437f0ee7ec56bd4ab9f.tar.gz
Fix url
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 87323fef73cb..4e81ba81149c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = find-the-command
pkgdesc = Interactive command-not-found hook for bash and zsh using the power of pacman
pkgver = 1.0.1
pkgrel = 1
- url = https://github.com/agur4ik
+ url = https://github.com/agur4ik/find-the-command
install = find-the-command.install
arch = any
license = custom:WTFPL
diff --git a/PKGBUILD b/PKGBUILD
index 006c470b7caf..97dda13ca74f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgver=1.0.1
pkgrel=1
pkgdesc="Interactive command-not-found hook for bash and zsh using the power of pacman"
arch=('any')
-url="https://github.com/agur4ik"
+url="https://github.com/agur4ik/find-the-command"
license=('custom:WTFPL')
depends=('pacman>=5.0')
optdepends=('zsh: cool interactive shell with plenty of features')