diff options
author | John Lindgren | 2024-07-07 16:31:40 -0400 |
---|---|---|
committer | John Lindgren | 2024-07-07 16:31:50 -0400 |
commit | 90a50079315c676bb47dd62d0532c401fb6b4277 (patch) | |
tree | a278921f3887675b8e1e7e1e1a177dce97f515a3 /PKGBUILD | |
parent | a532db854c5d178a4ccb0ea707341ec1cbcecea0 (diff) | |
download | aur-qmpanel.tar.gz |
Update to qmpanel-0.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ # Maintainer: John Lindgren <john@jlindgren.net> pkgname=qmpanel -pkgver=0.4 +pkgver=0.5 pkgrel=1 pkgdesc="A Minimal Qt-Based Desktop Panel" arch=("x86_64") @@ -19,7 +19,7 @@ depends=( ) source=("https://github.com/jlindgren90/qmpanel/archive/qmpanel-$pkgver.tar.gz") -sha256sums=("501e0307e6ec096452e66fecfecc7149f6aa593d2cb37d2c3fcdc2b0d29c9af8") +sha256sums=("010541af51814f79f4a94df1c06dd5d4922973b0ba2e198a2f26a4e7a9bb709b") build() { arch-meson qmpanel-qmpanel-$pkgver build |