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

Bumps to v4.14.3.0-1

This commit is contained in:
2024-04-06 10:13:28 +02:00
parent dab30ebeff
commit 07c21db982
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.2.0
pkgver = 4.14.3.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.2.0-1.tar.gz::https://github.com/HorlogeSkynet/archey4/archive/v4.14.2.0.tar.gz
md5sums = 2983cc4cfc467524a22b5281ce3413db
sha1sums = ba9a5c9525a6c397b0e22b22302783abd88ca7ee
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
pkgname = archey4

@ -1,7 +1,7 @@
# Maintainer: Samuel Forestier <samuel+archey@forestier.app>
pkgname=archey4
pkgver=4.14.2.0
pkgver=4.14.3.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=('2983cc4cfc467524a22b5281ce3413db')
sha1sums=('ba9a5c9525a6c397b0e22b22302783abd88ca7ee')
md5sums=('8c2fe8c5a081f8c42d42e0437ab2e39a')
sha1sums=('51d997285e48e2283be6d92d813b55ab7c125cdb')
build() {