We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b64e969 commit a4a4d54Copy full SHA for a4a4d54
2 files changed
pkgbuild/PKGBUILD
@@ -9,8 +9,11 @@ pkgdesc="Choose your default web browser with a modern GTK4 interface."
9
depends=('gtk4' 'python' 'polkit' 'python-yaml')
10
url="https://github.com/biglinux/$pkgname"
11
12
-source=("$pkgname")
+source=("git+${url}.git")
13
md5sums=(SKIP)
14
+if [ -e "${pkgname}.install" ];then
15
+ install=${pkgname}.install
16
+fi
17
18
if [ -e "${pkgname}.install" ]; then
19
install=${pkgname}.install
pkgbuild/biglinux-welcome.install
0 commit comments