diff options
| author | Mattias Andrée <m@maandree.se> | 2026-03-24 19:54:11 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-03-24 19:54:11 +0100 |
| commit | 460ce1b4641243c84e72454031f7774add413168 (patch) | |
| tree | e180c78f75a21d3fc10dfbcd04f6636d298bc5d4 | |
| parent | Add git-protection 1.0 (diff) | |
| download | aur-packages-460ce1b4641243c84e72454031f7774add413168.tar.gz aur-packages-460ce1b4641243c84e72454031f7774add413168.tar.bz2 aur-packages-460ce1b4641243c84e72454031f7774add413168.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
| -rw-r--r-- | xpybar/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xpybar/PKGBUILD b/xpybar/PKGBUILD index 7fed902..aa5e5e3 100644 --- a/xpybar/PKGBUILD +++ b/xpybar/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Mattias Andrée <m@`base64 -d`(bWFhbmRyZWU).se> pkgname=xpybar -pkgver=1.20.3 +pkgver=1.21 pkgrel=1 pkgdesc="A highly extensible minimalistic dock panel configured in Python 3" arch=(any) @@ -28,7 +28,7 @@ optdepends=("alarm: for limiting the time of a file search in locks" makedepends=(make coreutils sed zip auto-auto-complete texinfo) install=xpybar.install source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz) -sha256sums=(e2dafbe8af82fade57c53acfc56fb09ca95a547f82d08e1300e8ae25aea93150) +sha256sums=(c49c8a6e86e515e0a5d39386b444224c43c149669376950d4496aaef771d623b) build() { |
