nyacme: upgrade to 0.1.13_git20240612
This commit is contained in:
parent
8f8d966115
commit
1145346806
1 changed files with 6 additions and 4 deletions
|
@ -1,16 +1,18 @@
|
||||||
# Contributor: Patrycja Rosa <alpine@ptrcnull.me>
|
# Contributor: Patrycja Rosa <alpine@ptrcnull.me>
|
||||||
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
|
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
|
||||||
pkgname=nyacme
|
pkgname=nyacme
|
||||||
pkgver=0.1.13
|
pkgver=0.1.13_git20240612
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
|
_gitrev="c8c8275da3346346ef141faad3713a4402f2d023"
|
||||||
pkgdesc="uacme wrapper that maybe probably doesn't suck too much"
|
pkgdesc="uacme wrapper that maybe probably doesn't suck too much"
|
||||||
url="https://git.ddd.rip/ptrcnull/nyacme"
|
url="https://git.ddd.rip/ptrcnull/nyacme"
|
||||||
arch="all"
|
arch="noarch"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
depends="py3-dnspython"
|
depends="py3-dnspython"
|
||||||
makedepends="py3-gpep517 py3-setuptools py3-wheel"
|
makedepends="py3-gpep517 py3-setuptools py3-wheel"
|
||||||
source="$pkgname-$pkgver.tar.gz::https://git.ddd.rip/ptrcnull/nyacme/archive/v$pkgver.tar.gz"
|
source="$pkgname-$pkgver.tar.gz::https://git.ddd.rip/ptrcnull/nyacme/archive/$_gitrev.tar.gz"
|
||||||
builddir="$srcdir/nyacme"
|
builddir="$srcdir/nyacme"
|
||||||
|
options="!check" # no testsuite
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
gpep517 build-wheel \
|
gpep517 build-wheel \
|
||||||
|
@ -23,5 +25,5 @@ package() {
|
||||||
.dist/*.whl
|
.dist/*.whl
|
||||||
}
|
}
|
||||||
sha512sums="
|
sha512sums="
|
||||||
b507c8da5ffe5e770e3a83d070825c7dde7e1961f8cbbdca8b9cfdb9e9c499b2f42667fc161bf21efc3934ae4a1886995bad305c806704b97d45af4e3f6cf6b8 nyacme-0.1.13.tar.gz
|
e1acb41b3f0e9431eee8c43c4a439e4d081e537251cfccc93bb857e272c4c1a4ffd1354c24544d2f9eafd03443c380f966ad08c063f4142ba3005d8985455e74 nyacme-0.1.13_git20240612.tar.gz
|
||||||
"
|
"
|
||||||
|
|
Loading…
Reference in a new issue