blob: fdb78621b05fc397faaee206981556fc950910b8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
pkgbase = mkpkg
pkgdesc = Tool to rebuild packages based on dependency triggers
pkgver = 6.1.0
pkgrel = 1
url = https://github.com/gene-git/Arch-mkpkg
arch = any
license = MIT
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-hatch
makedepends = rsync
depends = python>3.9
depends = pyalpm
depends = python-pydantic
depends = python-tomli-w
depends = python-pyelftools
source = git+https://github.com/gene-git/Arch-mkpkg#tag=6.1.0
sha512sums = SKIP
pkgname = mkpkg
|