fix PKGBULID

This commit is contained in:
2025-10-18 01:43:26 -04:00
parent 29f1a949bd
commit 76519f2d08
102 changed files with 31747 additions and 68 deletions

View File

@@ -1,4 +1,4 @@
# Maintainer: Your Name <you@example.com>
# Maintainer: James Osborne <incentive@circlewithadot.net>
pkgname=relibre
pkgver=0.2.0
pkgrel=1
@@ -11,7 +11,6 @@ makedepends=('go' 'git')
provides=('relibre')
conflicts=('relibre-bin')
# Build from a specific tag; update pkgver & tag for new releases
source=("${pkgname}::git+${url}.git#tag=v${pkgver}")
sha256sums=('SKIP')
@@ -32,7 +31,6 @@ package() {
cd "${srcdir}/${pkgname}"
install -Dm755 relibre "${pkgdir}/usr/bin/relibre"
# Desktop entry: prefer the Arch-specific file and strip the .arch suffix on install
if [[ -f dist/com.circlewithadot.Relibre.desktop.arch ]]; then
install -Dm644 dist/com.circlewithadot.Relibre.desktop.arch \
"${pkgdir}/usr/share/applications/com.circlewithadot.Relibre.desktop"