Date: Sunday, October 18, 2020 @ 00:15:37 Author: freswa Revision: 725817
upgpkg: asoundconf 1:1.2-5 Modified: asoundconf/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-10-18 00:14:47 UTC (rev 725816) +++ PKGBUILD 2020-10-18 00:15:37 UTC (rev 725817) @@ -1,17 +1,18 @@ # Maintainer: Alad Wenter <[email protected]> # Contributor: Lukas Jirkovsky <[email protected]> pkgname=asoundconf +epoch=1 pkgver=1.2 -_revision=bf25f416f615a43267abecab4c599e86f363438b # 1.2 -pkgrel=4 +_commit=55cdf2e78b7f28ee1808346e5d4e32f7e95618dc # 1.2 +pkgrel=5 pkgdesc="utility to read and change the user's ALSA library configuration" arch=('any') url="https://bitbucket.org/stativ/asoundconf" license=('GPL') depends=('python') -makedepends=('mercurial') +makedepends=('git') optdepends=('python-gobject: asoundconf-gtk GUI') -source=("hg+https://bitbucket.org/stativ/asoundconf#revision=$_revision" +source=("git+https://bitbucket.org/stativ/asoundconf.git#commit=$_commit" '0001-python3-syntax.patch' '0002-python3-spaces.patch' '0003-python3-gobject.patch')
