pacutils: Update to 0.14.0

This commit is contained in:
Christoph Reiter 2024-04-27 15:43:11 +02:00
parent 4863a08f96
commit 8bfe92ede9

View File

@ -1,8 +1,8 @@
# Maintainer: Jeremy Drake <github@jdrake.com>
pkgname=(pacutils pacutils-devel)
pkgver=0.11.1
pkgrel=2
pkgver=0.14.0
pkgrel=1
pkgdesc="Utility library for libalpm front-ends (MSYS2 port)"
arch=('i686' 'x86_64')
url="https://github.com/andrewgregory/pacutils"
@ -22,7 +22,7 @@ makedepends=('libarchive-devel'
'gcc')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/andrewgregory/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz"
"0003-msysize.patch")
sha256sums=('e47c3a49eaa23a75473f563d3d868b2ac3e056dd57170149b4ba935538faf64e'
sha256sums=('b5d9be8472afea7ae43a0f15492eb3dce4bf768e0d2bb35284b5e1425ecd3849'
'ad5f1aceee99a56f6ff39aaa03fabf99df7d5f6cdca60d842054f07754c44ab5')
prepare() {