diff options
author | Vinicius Moreira | 2022-12-17 10:08:31 -0300 |
---|---|---|
committer | Vinicius Moreira | 2022-12-17 10:08:31 -0300 |
commit | 8ceef287faf36b5832f9795781834be57a93c0b0 (patch) | |
tree | 4b9c154ef67d32e21cd213fe8be137b630e54849 | |
parent | e77af9562c0ca4c482227fb3a942fbf44f476dd3 (diff) | |
download | aur-8ceef287faf36b5832f9795781834be57a93c0b0.tar.gz |
0.10.5-1
-rw-r--r-- | .SRCINFO | 7 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 7 deletions
@@ -1,6 +1,6 @@ pkgbase = bauh pkgdesc = Graphical interface for managing your applications (AppImage, Flatpak, Snap, Arch/AUR, Web) - pkgver = 0.10.4 + pkgver = 0.10.5 pkgrel = 1 url = https://github.com/vinifmor/bauh arch = any @@ -17,7 +17,6 @@ pkgbase = bauh depends = python-pyaml depends = qt5-svg depends = python-dateutil - depends = python-packaging optdepends = flatpak: required for Flatpak support optdepends = snapd: required for Snap support optdepends = python-beautifulsoup4: for Native Web applications support @@ -47,7 +46,7 @@ pkgbase = bauh optdepends = axel: multi-threaded downloading support optdepends = shadow: to install AUR packages as the root user optdepends = util-linux: to install AUR packages as the root user - source = https://github.com/vinifmor/bauh/archive/0.10.4.tar.gz - sha512sums = 33b1f5af79b106ca8d0e6e00ccce9a8a79764e7fb2cb8fb35abe83de7bc8e0bcf6e7f81d2a8dd30f5a0a931c32e2bf5bf233efafc02a58ba21308269811eaea7 + source = https://github.com/vinifmor/bauh/archive/0.10.5.tar.gz + sha512sums = 742903254efc8da0ce3253d04a19319b1b9e6e761ccd64deb9b7bf72cbb9f34afe90639b5bf8c4203ed3da9f61eb613bc26f5b5e2a4332ad7a915658a12725db pkgname = bauh @@ -1,13 +1,13 @@ # Maintainer: bauh developers <bauh4linux@gmail.com> pkgname=bauh -pkgver=0.10.4 +pkgver=0.10.5 pkgrel=1 pkgdesc="Graphical interface for managing your applications (AppImage, Flatpak, Snap, Arch/AUR, Web)" arch=('any') url="https://github.com/vinifmor/bauh" license=('zlib/libpng') -depends=('python' 'python-pyqt5' 'python-pyqt5-sip' 'python-requests' 'python-colorama' 'python-pyaml' 'qt5-svg' 'python-dateutil' 'python-packaging') +depends=('python' 'python-pyqt5' 'python-pyqt5-sip' 'python-requests' 'python-colorama' 'python-pyaml' 'qt5-svg' 'python-dateutil') optdepends=('flatpak: required for Flatpak support' 'snapd: required for Snap support' 'python-beautifulsoup4: for Native Web applications support' @@ -39,7 +39,7 @@ optdepends=('flatpak: required for Flatpak support' 'util-linux: to install AUR packages as the root user') makedepends=('git' 'python' 'python-pip' 'python-setuptools') source=("${url}/archive/${pkgver}.tar.gz") -sha512sums=('33b1f5af79b106ca8d0e6e00ccce9a8a79764e7fb2cb8fb35abe83de7bc8e0bcf6e7f81d2a8dd30f5a0a931c32e2bf5bf233efafc02a58ba21308269811eaea7') +sha512sums=('742903254efc8da0ce3253d04a19319b1b9e6e761ccd64deb9b7bf72cbb9f34afe90639b5bf8c4203ed3da9f61eb613bc26f5b5e2a4332ad7a915658a12725db') build() { cd "${srcdir}/${pkgname}-${pkgver}" |