diff options
| author | Tharre <tharre3@gmail.com> | 2023-07-01 20:42:48 +0200 | 
|---|---|---|
| committer | Tharre <tharre3@gmail.com> | 2023-07-01 20:42:48 +0200 | 
| commit | fc19846e74eed98c205c132fdfdd18baaff980e8 (patch) | |
| tree | 0f2c1280b930da958ee34d63edf507df0b0ca21b | |
| parent | 5659d8979599a7fde2b2610c4078dacef8dd524b (diff) | |
| download | pkgbuilds-fc19846e74eed98c205c132fdfdd18baaff980e8.tar.gz pkgbuilds-fc19846e74eed98c205c132fdfdd18baaff980e8.tar.xz pkgbuilds-fc19846e74eed98c205c132fdfdd18baaff980e8.zip | |
arch-system: fix broken checksums
| -rw-r--r-- | arch-system/.SRCINFO | 4 | ||||
| -rw-r--r-- | arch-system/PKGBUILD | 2 | 
2 files changed, 3 insertions, 3 deletions
| diff --git a/arch-system/.SRCINFO b/arch-system/.SRCINFO index 1daa4d8..a1a2a77 100644 --- a/arch-system/.SRCINFO +++ b/arch-system/.SRCINFO @@ -1,6 +1,6 @@  pkgbase = arch-system  	pkgdesc = Arch Linux system configuration -	pkgver = 2023.04.14 +	pkgver = 2023.07.01  	pkgrel = 1  	arch = any  	license = custom @@ -20,7 +20,7 @@ pkgbase = arch-system  	source = intel-undervolt.conf  	source = xps13-i915.conf  	source = xps13-pci_pm.rules -	sha256sums = 271d6a7ac30da0d2ba055067d4ebbab76812c1735e4c2b45c619e004edc1fbba +	sha256sums = 8ccecac2fe69515ab18cabc36539d639df87ff22259f8d7c50fd2cc1368cadc3  	sha256sums = b11ab0ea3d5c300afa0fb877d1f367993425a3fda0382f50f0e122625154f566  	sha256sums = 978271534da06356159eb24c0cee32b0024029d41df836ab76a964dfd7d36447  	sha256sums = 79ba5fdf0c69686ea0f2770c9b49b58ca26ebcce15e346d5bd56a442e684896e diff --git a/arch-system/PKGBUILD b/arch-system/PKGBUILD index 9098788..8c04c44 100644 --- a/arch-system/PKGBUILD +++ b/arch-system/PKGBUILD @@ -16,7 +16,7 @@ source=('etc-pacman.conf' 'etc-locale.gen' 'etc-vconsole.conf'          'borg-backup.timer' 'borgbackup'          'intel-undervolt.conf' 'xps13-i915.conf' 'xps13-pci_pm.rules') -sha256sums=('271d6a7ac30da0d2ba055067d4ebbab76812c1735e4c2b45c619e004edc1fbba' +sha256sums=('8ccecac2fe69515ab18cabc36539d639df87ff22259f8d7c50fd2cc1368cadc3'              'b11ab0ea3d5c300afa0fb877d1f367993425a3fda0382f50f0e122625154f566'              '978271534da06356159eb24c0cee32b0024029d41df836ab76a964dfd7d36447'              '79ba5fdf0c69686ea0f2770c9b49b58ca26ebcce15e346d5bd56a442e684896e' | 
