summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorzxp198210052024-01-19 15:22:22 +0800
committerzxp198210052024-01-19 15:22:22 +0800
commit3549357cd07498140532773e44522ca34248706c (patch)
treea9cfc0eb6d5ba9cc882bbe841355e2ed2eeabac2 /PKGBUILD
parente1742f533f0696fa40403955ea1a194520aac27e (diff)
downloadaur-3549357cd07498140532773e44522ca34248706c.tar.gz
fix errors
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 615ad04fba23..83a91b227f67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=raj-browser-bin
pkgver=2.0.5
_electronversion=22
-pkgrel=4
+pkgrel=5
pkgdesc="A UI and privacy focussed browser for the web from the web."
arch=('x86_64')
license=('custom')
@@ -16,14 +16,14 @@ source=(
"${pkgname%-bin}.sh"
)
sha256sums=('b0ff6a0abff0fe3f8510aa5f12bae954eab07cb0441ee5971685d3335fa91b79'
- '8915ca75d453698df81f7f3305cce6869f4261d754d90f0c3724b73c7b24ca84')
+ 'd4272fed78cdcacd9edfb019134ac485d65b43f4d8c7a4179edbaed56af9b231')
build() {
sed -e "s|@electronversion@|${_electronversion}|" \
-e "s|@appname@|${pkgname%-bin}|g" \
-e "s|@appasar@|app.asar|g" \
-i "${srcdir}/${pkgname%-bin}.sh"
bsdtar -xf "${srcdir}/data.tar.xz"
- sed "s|/opt/${pkgname%-bin}/${pkgname%-bin} %U|${pkgname%-bin}|g;s|Utility|Network;Utility|g" \
+ sed "s|/opt/${pkgname%-bin}/${pkgname%-bin}|${pkgname%-bin}|g;s|Utility|Network|g" \
-i "${srcdir}/usr/share/applications/${pkgname%-bin}.desktop"
}
package() {