forked from CWAD/relibre
fix PKGBULID
This commit is contained in:
4
PKGBUILD
4
PKGBUILD
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user