diff options
Diffstat (limited to 'dist/archlinux/stable/PKGBUILD')
| -rw-r--r-- | dist/archlinux/stable/PKGBUILD | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/dist/archlinux/stable/PKGBUILD b/dist/archlinux/stable/PKGBUILD index eecd7a5..5fb8453 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.4.1 +pkgver=1.5  pkgrel=1  pkgdesc="A highly extensible minimalistic dock panel written in Python 3"  arch=(any) @@ -9,13 +9,13 @@ url="https://github.com/maandree/xpybar"  license=('GPL3' 'AGPL3')  depends=(python3 argparser python3-xlib xorg-xrandr)  optdepends=("linux: most of the monitors require Linux's procfs or sysfs" -            "wget: for Internet services" +            "curl: for Internet services"  	    "python-pyalsaaudio: for ALSA volume control"  	    "hdparm: hdparm: for hdparm support"  	    "python-pytz: for timezone support")  makedepends=(make coreutils sed zip)  source=($url/archive/$pkgver.tar.gz) -sha256sums=(e50a6cc1022f01608195193deb73a704efa8bdd7a33ed89643a0e9390b5bf33f) +sha256sums=(xxx)  build() { | 
