mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-06 20:34:16 +02:00
Fix bearhub AUR source tag for desktop files
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
pkgname=bearhub
|
pkgname=bearhub
|
||||||
pkgver=0.10.7
|
pkgver=0.10.7
|
||||||
pkgrel=6
|
pkgrel=7
|
||||||
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.4.tar.gz")
|
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/${pkgver}-bearhub.5.tar.gz")
|
||||||
sha256sums=('5b39fc47dace16e01ed8115a601af4f05e92db7669eea04b0c409d8c779aa4a7')
|
sha256sums=('42001198cccd5ade206f93fc0570c9d3dbb7e49a1f85b790fa577c3af41aee70')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$srcdir/$pkgname-${pkgver}-bearhub.4"
|
cd "$srcdir/$pkgname-${pkgver}-bearhub.5"
|
||||||
python -m build --wheel --no-isolation
|
python -m build --wheel --no-isolation
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "$srcdir/$pkgname-${pkgver}-bearhub.4"
|
cd "$srcdir/$pkgname-${pkgver}-bearhub.5"
|
||||||
python -m installer --destdir="$pkgdir" dist/*.whl
|
python -m installer --destdir="$pkgdir" dist/*.whl
|
||||||
|
|
||||||
install -Dm644 "bearhub/desktop/bearhub.desktop" \
|
install -Dm644 "bearhub/desktop/bearhub.desktop" \
|
||||||
|
|||||||
Reference in New Issue
Block a user