v10.12.0-2

This commit is contained in:
猫宮ぴあの / Piano Nekomiya 2023-04-28 14:47:47 +09:00
parent 34847eae3c
commit 31d85207c2
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
pkgbase = floorp
pkgdesc = Firefox-based browser with excellent privacy protection, developed by a community of students in Japan
pkgver = 10.12.0
pkgrel = 1
pkgrel = 2
url = http://floorp.ablaze.one
arch = x86_64
arch = aarch64

View file

@ -1,7 +1,7 @@
# Maintainer: NSK-1010 <kotone[dot]olin1010[at]gmail[dot]com>
pkgname=floorp
pkgver=10.12.0
pkgrel=1
pkgrel=2
pkgdesc="Firefox-based browser with excellent privacy protection, developed by a community of students in Japan"
url="http://floorp.ablaze.one"
arch=('x86_64' 'aarch64')
@ -47,7 +47,7 @@ package() {
install -Dvm644 "${pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname}.desktop"
install -Dvm755 /dev/stdin "${pkgdir}/usr/bin/${pkgname}" << END
#!/bin/sh
exec /usr/lib/${pkgname}/${pkgname} "\"
exec /usr/lib/${pkgname}/${pkgname} "\$@"
END
}