summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Flanagan2020-01-22 14:45:46 -0600
committerDaniel Flanagan2020-01-22 14:45:46 -0600
commitf193888b44166e255dd5bbeff6f8183fc4fff636 (patch)
treeb55961ccc10c1399a5eb6384c70264e3d03312f9
parent99ccc4d85fff41026cb0adb5009d3760c5905e79 (diff)
downloadaur-f193888b44166e255dd5bbeff6f8183fc4fff636.tar.gz
Update url to bring it into line with htop-git
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5010e2505bec..a2a67bb826b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = htop-vim-mode-git
pkgdesc = lytedev's fork of the process monitor with a vim_mode setting
pkgver = 1081.9ed47a2
pkgrel = 1
- url = git+https://github.com/lytedev/htop.git
+ url = https://github.com/lytedev/htop
arch = x86_64
license = GPL2
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index 29bb4f7e2caa..067c5325992a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ pkgver=1081.9ed47a2
pkgrel=1
pkgdesc="lytedev's fork of the process monitor with a vim_mode setting"
arch=('x86_64')
-url="git+$_gitrepo.git"
+url="$_gitrepo"
license=('GPL2')
depends=('ncurses')
makedepends=('git' 'python')
@@ -20,7 +20,7 @@ optdepends=('lsof: list open files for running process'
'strace: attach to running process')
provides=("${_gitname}")
conflicts=("${_gitname}")
-source=("${url}#branch=${_gitbranch}")
+source=("git+${url}.git#branch=${_gitbranch}")
sha256sums=('SKIP')
pkgver() {