diff options
author | Gavin Lloyd | 2022-11-14 14:03:38 -0800 |
---|---|---|
committer | Gavin Lloyd | 2022-11-14 14:03:45 -0800 |
commit | 9e93c2ef643f66e7a3bfdf0793a8cbe6ea53d996 (patch) | |
tree | 11322b55222689d8f5565ab28616f92a91510d2c | |
parent | 28805a59cad261a56c3811db43c479eeb4d5f21b (diff) | |
download | aur-9e93c2ef643f66e7a3bfdf0793a8cbe6ea53d996.tar.gz |
Update to 0.35 (python3 port)
-rw-r--r-- | .SRCINFO | 5 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 5 deletions
@@ -1,13 +1,12 @@ pkgbase = volatile-git pkgdesc = Simple ALSA status icon and volume control - pkgver = 0.33.64f5dbb + pkgver = 0.35.28d699e pkgrel = 1 url = https://github.com/gavinhungry/volatile arch = any license = MIT makedepends = git - depends = pygtk - depends = python2-pyalsaaudio + depends = python-pyalsaaudio source = volatile-git::git+https://github.com/gavinhungry/volatile.git sha256sums = SKIP @@ -1,14 +1,14 @@ # Maintainer: Gavin Lloyd <gavinhungry@gmail.com> pkgname=volatile-git -pkgver=0.33.64f5dbb +pkgver=0.35.28d699e pkgrel=1 pkgdesc="Simple ALSA status icon and volume control" url="https://github.com/gavinhungry/volatile" license=('MIT') arch=('any') makedepends=('git') -depends=('pygtk' 'python2-pyalsaaudio') +depends=('python-pyalsaaudio') source=("${pkgname}::git+${url}.git") sha256sums=('SKIP') |