Update stable AUR package to Bearhub 0.10.7-bearhub.3

This commit is contained in:
Sebastian Palencsar
2026-05-28 07:14:22 +02:00
parent a18fde27cc
commit ecc044effc
2 changed files with 8 additions and 8 deletions

View File

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

View File

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