summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Flanagan2020-01-22 14:42:12 -0600
committerDaniel Flanagan2020-01-22 14:42:12 -0600
commit99ccc4d85fff41026cb0adb5009d3760c5905e79 (patch)
tree9398883f75ba9e379250e041e7e34c64aa930483
parent081a3e14ca75c097b51f780576f1a15fcc1d7fee (diff)
downloadaur-99ccc4d85fff41026cb0adb5009d3760c5905e79.tar.gz
Fix PKGBUILD and resulting .SRCINFO
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD10
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b68615d2a2b7..5010e2505bec 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 = https://github.com//
+ url = git+https://github.com/lytedev/htop.git
arch = x86_64
license = GPL2
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index a8b7adcb222b..29bb4f7e2caa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_gitname=htop
_githubuser=lytedev
-_gitrepo=https://github.com/$githubuser/$gitname
+_gitrepo=https://github.com/$_githubuser/$_gitname
_gitbranch=daniel/add-simple-vim-mode
_gitcommit=9ed47a2
_gitcommitcount=1081
@@ -12,15 +12,15 @@ pkgver=1081.9ed47a2
pkgrel=1
pkgdesc="lytedev's fork of the process monitor with a vim_mode setting"
arch=('x86_64')
-url=$_gitrepo
+url="git+$_gitrepo.git"
license=('GPL2')
depends=('ncurses')
makedepends=('git' 'python')
optdepends=('lsof: list open files for running process'
'strace: attach to running process')
-provides=('htop')
-conflicts=('htop')
-source=("git+https://github.com/lytedev/${_gitname}.git#branch=${_gitbranch}")
+provides=("${_gitname}")
+conflicts=("${_gitname}")
+source=("${url}#branch=${_gitbranch}")
sha256sums=('SKIP')
pkgver() {