blob: bcb606e78c633425192fe94e513c4a15365e7972 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
pkgbase = pycritty
pkgdesc = CLI program that allows you to change your Alacritty config with one command without editing the config file.
pkgver = 0.4.0
pkgrel = 1
url = https://github.com/antoniosarosi/pycritty
arch = any
license = MIT
depends = python>=3.6
depends = python-yaml
depends = alacritty
source = pycritty-0.4.0.tar.gz::https://github.com/antoniosarosi/pycritty/archive/v0.4.0.tar.gz
sha512sums = 27bbeafe9ec600a66066b7c525ce21584de55267ff93e58ee44a655f7511e399844f37d31f27dc268b7cdb8b2e2eebe19364bbe74578e6b1d23ad77fea61a5ee
pkgname = pycritty
|