diff options
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 8 |
2 files changed, 5 insertions, 5 deletions
@@ -1,7 +1,7 @@ pkgbase = pandora-box pkgdesc = A Simple Mihomo GUI.(Written in Go) pkgver = 0.2.22 - pkgrel = 1 + pkgrel = 2 url = https://github.com/snakem982/Pandora-Box arch = any license = GPL-3.0-only @@ -3,7 +3,7 @@ pkgname=pandora-box _pkgname=Pandora-Box pkgver=0.2.22 _nodeversion=20 -pkgrel=1 +pkgrel=2 pkgdesc="A Simple Mihomo GUI.(Written in Go)" arch=('any') url="https://github.com/snakem982/Pandora-Box" @@ -61,7 +61,7 @@ build() { wails build -tags with_gvisor -skipbindings -m -s -trimpath -nosyncgomod -platform linux } package() { - install -Dm755 "${srcdir}/${_pkgname}-${pkgver}/build/bin/${pkgname%-bin}" -t "${pkgdir}/usr/bin" - install -Dm644 "${srcdir}/${_pkgname}-${pkgver}/build/appicon.png" "${srcdir}/usr/share/pixmaps/${pkgname%-bin}.png" - install -Dm644 "${srcdir}/${pkgname%-bin}.desktop" -t "${pkgdir}/usr/share/applications" + install -Dm755 "${srcdir}/${_pkgname}-${pkgver}/build/bin/${pkgname}" -t "${pkgdir}/usr/bin" + install -Dm644 "${srcdir}/${_pkgname}-${pkgver}/build/appicon.png" "${srcdir}/usr/share/pixmaps/${pkgname}.png" + install -Dm644 "${srcdir}/${pkgname}.desktop" -t "${pkgdir}/usr/share/applications" } |