1
0
mirror of https://aur.archlinux.org/archey4.git synced 2025-05-15 16:00:11 +02:00

Bumps to v4.15.0.0-1

This commit is contained in:
Samuel FORESTIER 2024-09-30 23:12:57 +02:00
parent 07c21db982
commit 40184fb833
2 changed files with 7 additions and 7 deletions

@ -1,6 +1,6 @@
pkgbase = archey4
pkgdesc = A simple system information tool written in Python
pkgver = 4.14.3.0
pkgver = 4.15.0.0
pkgrel = 1
url = https://github.com/HorlogeSkynet/archey4.git
install = archey4.install
@ -27,8 +27,8 @@ pkgbase = archey4
conflicts = archey4-git
conflicts = pyarchey
backup = etc/archey4/config.json
source = archey4_4.14.3.0-1.tar.gz::https://github.com/HorlogeSkynet/archey4/archive/v4.14.3.0.tar.gz
md5sums = 8c2fe8c5a081f8c42d42e0437ab2e39a
sha1sums = 51d997285e48e2283be6d92d813b55ab7c125cdb
source = archey4_4.15.0.0-1.tar.gz::https://github.com/HorlogeSkynet/archey4/archive/v4.15.0.0.tar.gz
md5sums = db2d44bc114ccf53177c3d2b3be59837
sha1sums = 9f5f29d1141939ba689dceceacb74c7f2b9d51f5
pkgname = archey4

@ -1,7 +1,7 @@
# Maintainer: Samuel Forestier <samuel+archey@forestier.app>
pkgname=archey4
pkgver=4.14.3.0
pkgver=4.15.0.0
pkgrel=1
pkgdesc="A simple system information tool written in Python"
arch=('any')
@ -21,8 +21,8 @@ conflicts=('archey-git' 'archey2' 'archey3-git' 'archey4-git' 'pyarchey')
install="${pkgname}.install"
backup=("etc/${pkgname}/config.json")
source=("${pkgname}_${pkgver}-${pkgrel}.tar.gz::https://github.com/HorlogeSkynet/${pkgname}/archive/v${pkgver}.tar.gz")
md5sums=('8c2fe8c5a081f8c42d42e0437ab2e39a')
sha1sums=('51d997285e48e2283be6d92d813b55ab7c125cdb')
md5sums=('db2d44bc114ccf53177c3d2b3be59837')
sha1sums=('9f5f29d1141939ba689dceceacb74c7f2b9d51f5')
build() {