Update stable AUR package to Bearhub 0.10.7-bearhub.4

This commit is contained in:
Sebastian Palencsar
2026-05-28 08:35:50 +02:00
parent f7298430bc
commit da7b8ac7fb
2 changed files with 8 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
pkgbase = bearhub
pkgdesc = Arch-first package manager hub (community-maintained fork of bauh)
pkgver = 0.10.7
pkgrel = 4
pkgrel = 5
url = https://github.com/spalencsar/bearhub
arch = any
license = ZLIB
@@ -24,7 +24,7 @@ pkgbase = bearhub
conflicts = bearhub-git
conflicts = bauh
conflicts = bauh-git
source = bearhub-0.10.7.tar.gz::https://github.com/spalencsar/bearhub/archive/refs/tags/0.10.7-bearhub.3.tar.gz
sha256sums = c1811fc409d5126dddb5d1dd5249f38f994e02362af3c15de1d5b0608c103249
source = bearhub-0.10.7.tar.gz::https://github.com/spalencsar/bearhub/archive/refs/tags/0.10.7-bearhub.4.tar.gz
sha256sums = 5b39fc47dace16e01ed8115a601af4f05e92db7669eea04b0c409d8c779aa4a7
pkgname = bearhub

View File

@@ -1,6 +1,6 @@
pkgname=bearhub
pkgver=0.10.7
pkgrel=4
pkgrel=5
pkgdesc="Arch-first package manager hub (community-maintained fork of bauh)"
arch=('any')
url="https://github.com/spalencsar/bearhub"
@@ -22,16 +22,16 @@ optdepends=(
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
provides=('bearhub' 'bauh')
conflicts=('bearhub-git' 'bauh' 'bauh-git')
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/${pkgver}-bearhub.3.tar.gz")
sha256sums=('c1811fc409d5126dddb5d1dd5249f38f994e02362af3c15de1d5b0608c103249')
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/${pkgver}-bearhub.4.tar.gz")
sha256sums=('5b39fc47dace16e01ed8115a601af4f05e92db7669eea04b0c409d8c779aa4a7')
build() {
cd "$srcdir/$pkgname-${pkgver}-bearhub.3"
cd "$srcdir/$pkgname-${pkgver}-bearhub.4"
python -m build --wheel --no-isolation
}
package() {
cd "$srcdir/$pkgname-${pkgver}-bearhub.3"
cd "$srcdir/$pkgname-${pkgver}-bearhub.4"
python -m installer --destdir="$pkgdir" dist/*.whl
install -Dm644 "bauh/desktop/bauh.desktop" \