diff options
author | Jeremy Cantrell | 2025-09-17 20:16:57 -0500 |
---|---|---|
committer | Jeremy Cantrell | 2025-09-17 20:16:57 -0500 |
commit | 8b97e3c9e2a7d534818c8956eae9bace092dbcef (patch) | |
tree | 8444a0139b5ff39569d4d4e401b6a90df53e5b57 /PKGBUILD | |
parent | 606d84c390a507a7e75d7519e4e2777b1efeed1d (diff) | |
download | aur-swaystatus.tar.gz |
upgpkg: swaystatus 0.10.2-3
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,14 +2,14 @@ pkgname=swaystatus pkgver=0.10.2 -pkgrel=2 +pkgrel=3 pkgdesc="Generate a status line for swaybar" arch=('any') url="https://github.com/jmcantrell/$pkgname" license=('MIT') depends=('python') optdepends=() -makedepends=('git' 'python-build' 'python-installer' 'python-wheel' 'python-uv-build') +makedepends=('python-build' 'python-installer' 'python-wheel' 'python-uv-build') checkdepends=('python-pytest') provides=() conflicts=() |