mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-04-24 15:27:17 +00:00
* add models tests (#1) also replace single quote to double one to confort PEP docstring + move _check_output to class properties to make it available for mocking * alpm tests implementation * try to replace os with pathlib * update tests for pathlib * fix includes glob and trim version from dependencies * build_tools package tests * repository component tests * add sign tests * complete status tests * handle exceptions in actual_version calls * complete core tests * move configuration to root conftest * application tests * complete application tests * change copyright to more generic one * base web tests * complete web tests * complete testkit also add argument parsers test
22 lines
647 B
Plaintext
22 lines
647 B
Plaintext
pkgbase = yay
|
|
pkgdesc = Yet another yogurt. Pacman wrapper and AUR helper written in go.
|
|
pkgver = 10.2.0
|
|
pkgrel = 1
|
|
url = https://github.com/Jguer/yay
|
|
arch = i686
|
|
arch = pentium4
|
|
arch = x86_64
|
|
arch = arm
|
|
arch = armv7h
|
|
arch = armv6h
|
|
arch = aarch64
|
|
license = GPL3
|
|
makedepends = go
|
|
depends = pacman>5
|
|
depends = git
|
|
optdepends = sudo
|
|
source = yay-10.2.0.tar.gz::https://github.com/Jguer/yay/archive/v10.2.0.tar.gz
|
|
sha256sums = 755d049ec09cc20bdcbb004b12ab4e35ba3bb94a7dce9dfa544d24f87deda8aa
|
|
|
|
pkgname = yay
|