summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorzxp198210052024-02-04 11:34:50 +0800
committerzxp198210052024-02-04 11:34:50 +0800
commit7740386930f11392ab7cf09f1b58bdd693f4bf21 (patch)
treecc810be3d9bef4eae83dacc6f8639f2e5b46c670 /PKGBUILD
parent2c5a88703ac6ef1a76c1b24e4e4f744d30c75738 (diff)
downloadaur-7740386930f11392ab7cf09f1b58bdd693f4bf21.tar.gz
fix errors
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ef455511585f..549191a12184 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=horanghill-bin
pkgver=0.4.8
_electronversion=4
-pkgrel=4
+pkgrel=5
pkgdesc="Simple 3D Editor"
arch=('x86_64')
url="http://horanghill.great-site.net/"
_ghurl="https://github.com/HorangStudios/Editor"
-license=('AGPL3')
+license=('AGPL-3.0-only')
provides=("${pkgname%-bin}=${pkgver}")
conflicts=("${pkgname%-bin}")
depends=(
@@ -18,11 +18,11 @@ source=(
"${pkgname%-bin}.sh"
)
sha256sums=('4c9e0ef661ecb2174d8e4ae173eb68f0d82033d7913342005a5af6cd746a8cb5'
- '5ce46265f0335b03568aa06f7b4c57c5f8ffade7a226489ea39796be91a511bf')
+ '0fb7b939a071f4a08476bdd5aa143d2aa8cd335c83309f9919be16cd5c3e2014')
build() {
sed -e "s|@electronversion@|${_electronversion}|g" \
-e "s|@appname@|${pkgname%-bin}|g" \
- -e "s|@appasar@|app.asar|g" \
+ -e "s|@runname@|app.asar|g" \
-i "${srcdir}/${pkgname%-bin}.sh"
bsdtar -xf "${srcdir}/data.tar.xz"
sed "s|\"/opt/${pkgname%-bin} editor/${pkgname%-bin}\"|${pkgname%-bin}|g" -i "${srcdir}/usr/share/applications/${pkgname%-bin}.desktop"