summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYardena Cohen2020-05-23 15:00:05 -0700
committerYardena Cohen2020-05-23 15:00:05 -0700
commitf1959b1329ff04de8f597952850056f9abb0f5da (patch)
tree03688457309bbbbb0285cc6845652b5dd0bf0660
parent5a9212d7dcfe449723823e0ef79f73cdbdb5669c (diff)
downloadaur-f1959b1329ff04de8f597952850056f9abb0f5da.tar.gz
build from SoapGentoo's PR
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88d89d7b6b7c..8bad4e3eb08c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Sun Jan 19 18:43:42 UTC 2020
+# Sat May 23 21:59:37 UTC 2020
pkgbase = htop-git
pkgdesc = Interactive text-mode process viewer
- pkgver = 1077.402e46b
+ pkgver = 1079.17bad17
pkgrel = 1
- url = https://github.com/hishamhm/htop
+ url = https://github.com/SoapGentoo/htop
arch = i686
arch = x86_64
license = GPL
@@ -16,7 +16,7 @@ pkgbase = htop-git
provides = htop
conflicts = htop
options = !emptydirs
- source = git+https://github.com/hishamhm/htop.git
+ source = git+https://github.com/SoapGentoo/htop.git#branch=fix-gcc10
sha256sums = SKIP
pkgname = htop-git
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() {