diff options
Diffstat (limited to 'dist/archlinux/stable')
-rw-r--r-- | dist/archlinux/stable/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/archlinux/stable/PKGBUILD b/dist/archlinux/stable/PKGBUILD index 741ac1f..b85e2b1 100644 --- a/dist/archlinux/stable/PKGBUILD +++ b/dist/archlinux/stable/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org> pkgname=xpybar -pkgver=1.5 +pkgver=1.6 pkgrel=1 pkgdesc="A highly extensible minimalistic dock panel written in Python 3" arch=(any) @@ -17,7 +17,7 @@ optdepends=("linux: most of the monitors require Linux's procfs or sysfs" "iputils: for ping support") makedepends=(make coreutils sed zip) source=($url/archive/$pkgver.tar.gz) -sha256sums=(1d447ec421ffa9c377eb469dc7ab0c96b2ec794c9637e3bba57fd24971bbcd35) +sha256sums=(675a5bce527e34f373db24b22fcf0c32abda7fc9d46eed3227b94106d8d27558) build() { |