blob: adac3909fc2bd69665bc49e4e351f9560caf5c78 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
pkgbase = pikaur
pkgdesc = AUR helper which asks all questions before installing/building. Inspired by pacaur, yaourt and yay.
pkgver = 1.32
pkgrel = 2
url = https://github.com/actionless/pikaur
changelog = CHANGELOG
arch = any
license = GPL-3.0-only
makedepends = python-wheel
makedepends = python-hatchling
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-markdown-it-py
depends = pyalpm
depends = git
optdepends = devtools: for Arch Pkgs support in -G/--getpkgbuild operation
optdepends = python-pysocks: for socks5 proxy support
optdepends = python-defusedxml: securely wrap Arch news replies
optdepends = pacman-contrib: to use in pacman hook/systemd timer for cleaning up pikaur cache
provides = pikaur
conflicts = pikaur-git
source = pikaur-1.32.tar.gz::https://github.com/actionless/pikaur/archive/1.32.tar.gz
b2sums = fd75388787383d783e60197981b1c7e1ba024a29a95a7378bb60f4a60e5ef31edf6e892d2d3e20701072054fff6daf0a5b1ce71150c929d525bf1c41b8767de5
pkgname = pikaur
|