summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYardena Cohen2020-05-23 15:00:05 -0700
committerYardena Cohen2020-05-23 15:00:05 -0700
commitf1959b1329ff04de8f597952850056f9abb0f5da (patch)
tree03688457309bbbbb0285cc6845652b5dd0bf0660 /PKGBUILD
parent5a9212d7dcfe449723823e0ef79f73cdbdb5669c (diff)
downloadaur-f1959b1329ff04de8f597952850056f9abb0f5da.tar.gz
build from SoapGentoo's PR
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c726bd216805..a1069178bdeb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
gitname=htop
pkgname=${gitname}-git
-pkgver=1077.402e46b
+pkgver=1079.17bad17
pkgrel=1
pkgdesc="Interactive text-mode process viewer"
-url="https://github.com/hishamhm/${gitname}"
+url="https://github.com/SoapGentoo/${gitname}"
license=('GPL')
arch=('i686' 'x86_64')
depends=('ncurses')
@@ -15,7 +15,7 @@ optdepends=('lsof: list open files for running process'
provides=('htop')
conflicts=('htop')
options=('!emptydirs')
-source=("git+${url}.git")
+source=("git+${url}.git#branch=fix-gcc10")
sha256sums=('SKIP')
pkgver() {