mirror of
https://aur.archlinux.org/archey4.git
synced 2025-05-11 16:00:19 +02:00
Bumps to v4.8.0
This commit is contained in:
parent
c02dccf093
commit
773ab553d1
9
.SRCINFO
9
.SRCINFO
@ -1,6 +1,6 @@
|
||||
pkgbase = archey4
|
||||
pkgdesc = A simple system information tool written in Python
|
||||
pkgver = v4.7.2
|
||||
pkgver = v4.8.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/HorlogeSkynet/archey4.git
|
||||
install = archey4.install
|
||||
@ -17,16 +17,15 @@ pkgbase = archey4
|
||||
optdepends = pciutils: GPU wouldn't be detected without it
|
||||
optdepends = wmctrl: WindowManager would be more accurate
|
||||
optdepends = virt-what: Model would contain details about the hypervisor
|
||||
optdepends = btrfs-progs: Disk would support BTRFS in usage computations
|
||||
provides = archey
|
||||
conflicts = archey-git
|
||||
conflicts = archey2
|
||||
conflicts = archey3-git
|
||||
conflicts = pyarchey
|
||||
backup = etc/archey4/config.json
|
||||
source = archey4_v4.7.2-1.tar.gz::https://github.com/HorlogeSkynet/archey4/archive/v4.7.2.tar.gz
|
||||
md5sums = 2d8bce85af9606e9a586ca7837bd2073
|
||||
sha1sums = 5f701e32122054939ee5150c3cdfde43bc3597b0
|
||||
source = archey4_v4.8.0-1.tar.gz::https://github.com/HorlogeSkynet/archey4/archive/v4.8.0.tar.gz
|
||||
md5sums = 9f359a60134f28b9d9569b5913c61f7a
|
||||
sha1sums = cb376135b640ad89660e2c800b2bdbc12d8d36fc
|
||||
|
||||
pkgname = archey4
|
||||
|
||||
|
9
PKGBUILD
9
PKGBUILD
@ -26,7 +26,7 @@
|
||||
|
||||
|
||||
pkgname=archey4
|
||||
pkgver=v4.7.2
|
||||
pkgver=v4.8.0
|
||||
pkgrel=1
|
||||
pkgdesc="A simple system information tool written in Python"
|
||||
arch=('any')
|
||||
@ -39,15 +39,14 @@ optdepends=('bind-tools: WAN_IP would be detected faster'
|
||||
'lm_sensors: Temperature would be more accurate'
|
||||
'pciutils: GPU wouldn'"'"'t be detected without it'
|
||||
'wmctrl: WindowManager would be more accurate'
|
||||
'virt-what: Model would contain details about the hypervisor'
|
||||
'btrfs-progs: Disk would support BTRFS in usage computations')
|
||||
'virt-what: Model would contain details about the hypervisor')
|
||||
provides=('archey')
|
||||
conflicts=('archey-git' 'archey2' 'archey3-git' 'pyarchey')
|
||||
install="${pkgname}.install"
|
||||
backup=("etc/${pkgname}/config.json")
|
||||
source=("${pkgname}_${pkgver}-${pkgrel}.tar.gz::https://github.com/HorlogeSkynet/${pkgname}/archive/${pkgver}.tar.gz")
|
||||
md5sums=('2d8bce85af9606e9a586ca7837bd2073')
|
||||
sha1sums=('5f701e32122054939ee5150c3cdfde43bc3597b0')
|
||||
md5sums=('9f359a60134f28b9d9569b5913c61f7a')
|
||||
sha1sums=('cb376135b640ad89660e2c800b2bdbc12d8d36fc')
|
||||
|
||||
|
||||
build() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user