summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinicius Moreira2023-12-05 16:47:30 -0300
committerVinicius Moreira2023-12-05 16:47:30 -0300
commitc9210c1f886da91f154150d510f56dd3e7a2c56f (patch)
tree5dc91a79453a63523a106a0de437e4d8d90759cd
parent05c1eea88810499418aca30e29ce46e1e49531e7 (diff)
downloadaur-c9210c1f886da91f154150d510f56dd3e7a2c56f.tar.gz
0.10.6.RC-14
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 528f19113e31..2bf5f87b9be7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = bauh-staging
pkgdesc = Graphical interface for managing your applications (AppImage, Flatpak, Snap, Arch/AUR, Web). Testing branch (it may not be working properly).
pkgver = 0.10.6.RC
- pkgrel = 13
+ pkgrel = 14
url = https://github.com/vinifmor/bauh
arch = any
license = zlib/libpng
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
+ makedepends = python-setuptools
depends = python
depends = python-pyqt5
depends = python-pyqt5-sip
@@ -48,7 +49,7 @@ pkgbase = bauh-staging
optdepends = util-linux: to install AUR packages as the root user
provides = bauh
conflicts = bauh
- source = https://github.com/vinifmor/bauh/archive/29b260c993abd571a89914e380ab0cc849557303.tar.gz
- sha512sums = 90e0909ff28c1ace91b7fd2681b1647dc72a13871680190057c4b1ff6ba00d7fd9ce0ee74c15985f0ee09732ceb9ba0aed19baf0042d41dab37a4db1fecaa667
+ source = https://github.com/vinifmor/bauh/archive/f34924cd76697f7d25376db8de353d10555108e7.tar.gz
+ sha512sums = b483cd299c23bda2cbfa2f73c417b659c85a9da8c55373f41731d59f4868fd11c62fec1e47e2cf6e56c158cbbe832f77ceb1ced9f0aa68dce5bc9223c7276db3
pkgname = bauh-staging
diff --git a/PKGBUILD b/PKGBUILD
index 843a4f8dd7e7..fd25bd35950a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=bauh-staging
pkgver=0.10.6.RC
-pkgrel=13
-_commit="29b260c993abd571a89914e380ab0cc849557303"
+pkgrel=14
+_commit="f34924cd76697f7d25376db8de353d10555108e7"
pkgdesc="Graphical interface for managing your applications (AppImage, Flatpak, Snap, Arch/AUR, Web). Testing branch (it may not be working properly)."
arch=('any')
url="https://github.com/vinifmor/bauh"
@@ -38,11 +38,11 @@ optdepends=('flatpak: required for Flatpak support'
'axel: multi-threaded downloading support'
'shadow: to install AUR packages as the root user'
'util-linux: to install AUR packages as the root user')
-makedepends=('python-build' 'python-installer' 'python-wheel')
+makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools')
provides=("bauh")
conflicts=('bauh')
source=("${url}/archive/${_commit}.tar.gz")
-sha512sums=('90e0909ff28c1ace91b7fd2681b1647dc72a13871680190057c4b1ff6ba00d7fd9ce0ee74c15985f0ee09732ceb9ba0aed19baf0042d41dab37a4db1fecaa667')
+sha512sums=('b483cd299c23bda2cbfa2f73c417b659c85a9da8c55373f41731d59f4868fd11c62fec1e47e2cf6e56c158cbbe832f77ceb1ced9f0aa68dce5bc9223c7276db3')
build() {
cd "${srcdir}/bauh-${_commit}"