* update expac to 10-11

This commit is contained in:
Alexander Baldeck 2024-10-09 10:47:11 +02:00
parent 97bf3e3746
commit 020b6a9c30
3 changed files with 26 additions and 2 deletions

20
expac/.SRCINFO Normal file
View File

@ -0,0 +1,20 @@
pkgbase = expac
pkgdesc = alpm data (pacman database) extraction utility
pkgver = 10
pkgrel = 11
url = https://github.com/falconindy/expac
arch = x86_64
arch = powerpc64le
arch = powerpc64
arch = powerpc
arch = riscv64
license = GPL
makedepends = git
makedepends = meson
makedepends = perl
depends = pacman
source = git+https://github.com/falconindy/expac.git?signed#tag=10
validpgpkeys = 487EACC08557AD082088DABA1EB2638FF56C0C53
sha256sums = 2c09cc65f6ada044f4cc6da8735e5e0fb0f7bd0f7a2f5aab6019410891babb4b
pkgname = expac

4
expac/.nvchecker.toml Normal file
View File

@ -0,0 +1,4 @@
[expac]
source = "github"
github = "falconindy/expac"
use_max_tag = true

View File

@ -5,9 +5,9 @@
pkgname=expac
pkgver=10
pkgrel=10
pkgrel=11
pkgdesc='alpm data (pacman database) extraction utility'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://github.com/falconindy/$pkgname"
license=(GPL)
depends=(pacman)