diff options
author | timedctl | 2023-07-27 17:47:07 +0000 |
---|---|---|
committer | timedctl | 2023-07-27 17:47:07 +0000 |
commit | 629b0ba4cafa50fe2a7ae63ea613746f02c71b7f (patch) | |
tree | 464d8951e6bedc2e9cfb51afa8befd0e583c70ca | |
parent | b4fec2d855e5b57b52864eb3d2b11ddb8f1b57e6 (diff) | |
download | aur-629b0ba4cafa50fe2a7ae63ea613746f02c71b7f.tar.gz |
Update AUR package
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ pkgbase = timedctl pkgdesc = Click CLI for Timed using libtimed - pkgver = 5.0.5.r1 + pkgver = 5.0.6 pkgrel = 1 url = https://github.com/adfinis/timedctl.git arch = any @@ -12,7 +12,7 @@ pkgbase = timedctl depends = python-click>=8.1.3 depends = python-pyfzf>=0.3.1 depends = python-rich>=13.4.2 - depends = python-libtimed>=0.4.4 + depends = python-libtimed>=0.4.3 depends = python-terminaltables>=3.1.0 depends = python-tomlkit>=0.11.8 depends = python-click-aliases>=1.0.1 @@ -1,5 +1,5 @@ pkgname="timedctl" -pkgver=5.0.5.r1 +pkgver=5.0.6 pkgrel=1 pkgdesc="Click CLI for Timed using libtimed" arch=("any") @@ -7,7 +7,7 @@ url="https://github.com/adfinis/timedctl.git" license=("AGPL3") provides=("timedctl") conflicts=("timedctl") -depends=("python>=3.10" "python-click>=8.1.3" "python-pyfzf>=0.3.1" "python-rich>=13.4.2" "python-libtimed>=0.4.4" "python-terminaltables>=3.1.0" "python-tomlkit>=0.11.8" "python-click-aliases>=1.0.1" "fzf>=0.42.0") +depends=("python>=3.10" "python-click>=8.1.3" "python-pyfzf>=0.3.1" "python-rich>=13.4.2" "python-libtimed>=0.4.3" "python-terminaltables>=3.1.0" "python-tomlkit>=0.11.8" "python-click-aliases>=1.0.1" "fzf>=0.42.0") makedepends=("python-poetry" "python-installer" "git") source=("git+${url}") sha256sums=('SKIP') |