diff options
author | Britney Fransen <brfransen@gmail.com> | 2016-05-16 16:24:28 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2016-05-16 16:24:28 (GMT) |
commit | fff4c50d3a1d94c807604d6c21355993dfb95c85 (patch) | |
tree | 390f0eb0781b2599449edbdafbeb6aaba34200dc /abs/extra/htop/PKGBUILD | |
parent | 8de064f6e96f960cdbfe6868d9957a4613f704df (diff) | |
parent | 6f7a84649ef75069cc4fa06fabeb63e762e049d1 (diff) | |
download | linhes_pkgbuild-fff4c50d3a1d94c807604d6c21355993dfb95c85.zip linhes_pkgbuild-fff4c50d3a1d94c807604d6c21355993dfb95c85.tar.gz linhes_pkgbuild-fff4c50d3a1d94c807604d6c21355993dfb95c85.tar.bz2 |
Merge branch 'testing'
Diffstat (limited to 'abs/extra/htop/PKGBUILD')
-rw-r--r-- | abs/extra/htop/PKGBUILD | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/abs/extra/htop/PKGBUILD b/abs/extra/htop/PKGBUILD index 1ba9d94..531cf81 100644 --- a/abs/extra/htop/PKGBUILD +++ b/abs/extra/htop/PKGBUILD @@ -4,11 +4,11 @@ # Contributor: Daniel J Griffiths <ghost1227@archlinux.us> pkgname=htop -pkgver=1.0.3 +pkgver=2.0.1 pkgrel=1 pkgdesc="Interactive process viewer" arch=('i686' 'x86_64') -url="http://htop.sourceforge.net/" +url="http://hisham.hm/htop/" license=('GPL') depends=('ncurses') makedepends=('python2') @@ -16,20 +16,14 @@ optdepends=('lsof: show files opened by a process' 'strace: attach to a running process') options=('!emptydirs') source=("http://hisham.hm/$pkgname/releases/$pkgver/$pkgname-$pkgver.tar.gz") -md5sums=('e768b9b55c033d9c1dffda72db3a6ac7') - -prepare() { - cd "$pkgname-$pkgver" - - sed -i 's|ncursesw/curses.h|curses.h|' RichString.[ch] configure - sed -i 's|python|python2|' scripts/MakeHeader.py -} +md5sums=('f75fe92b4defaa80d99109830f34b5e2') build() { cd "$pkgname-$pkgver" ./configure \ --prefix=/usr \ + --sysconfdir=/etc \ --enable-unicode \ --enable-openvz \ --enable-vserver \ |