summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Agura2018-03-04 02:04:00 +0200
committerAlexander Agura2018-03-04 02:04:00 +0200
commit38067ff5927e6d05f668036d4684d2318099f51d (patch)
tree811b6ca373bb23a579b35bf377508b66995fe94d
parent40f67dee891420ccc897b4a3e468562c02051fee (diff)
downloadaur-38067ff5927e6d05f668036d4684d2318099f51d.tar.gz
Update URLs
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8bdfbb608548..fa3eb18fcb35 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = find-the-command
pkgdesc = Advanced command-not-found hook for bash and zsh using the power of pacman
pkgver = 1.2.1
pkgrel = 1
- url = https://github.com/agur4ik/find-the-command
+ url = https://github.com/agura-lex/find-the-command
install = find-the-command.install
arch = any
license = custom:WTFPL
@@ -11,7 +11,7 @@ pkgbase = find-the-command
optdepends = sudo: for root access (needed for packages installation)
backup = usr/lib/systemd/system/pacman-files.service
backup = usr/lib/systemd/system/pacman-files.timer
- source = https://github.com/agur4ik/find-the-command/archive/1.2.1.tar.gz
+ source = https://github.com/agura-lex/find-the-command/archive/1.2.1.tar.gz
md5sums = a389b63732d44f5ab77dad3c524fa6d4
pkgname = find-the-command
diff --git a/PKGBUILD b/PKGBUILD
index 3700b64ea002..c3022c44c6e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgver=1.2.1
pkgrel=1
pkgdesc="Advanced command-not-found hook for bash and zsh using the power of pacman"
arch=('any')
-url="https://github.com/agur4ik/find-the-command"
+url="https://github.com/agura-lex/find-the-command"
license=('custom:WTFPL')
depends=('pacman>=5.0')
optdepends=('zsh: cool interactive shell with plenty of features'
@@ -12,7 +12,7 @@ optdepends=('zsh: cool interactive shell with plenty of features'
backup=('usr/lib/systemd/system/pacman-files.service'
'usr/lib/systemd/system/pacman-files.timer')
install=find-the-command.install
-source=("https://github.com/agur4ik/$pkgname/archive/$pkgver.tar.gz")
+source=("https://github.com/agura-lex/$pkgname/archive/$pkgver.tar.gz")
md5sums=('a389b63732d44f5ab77dad3c524fa6d4')
package() {