Skip to content

Commit a4a4d54

Browse files
restore pkgbuild
1 parent b64e969 commit a4a4d54

2 files changed

Lines changed: 4 additions & 15 deletions

File tree

pkgbuild/PKGBUILD

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,11 @@ pkgdesc="Choose your default web browser with a modern GTK4 interface."
99
depends=('gtk4' 'python' 'polkit' 'python-yaml')
1010
url="https://github.com/biglinux/$pkgname"
1111

12-
source=("$pkgname")
12+
source=("git+${url}.git")
1313
md5sums=(SKIP)
14+
if [ -e "${pkgname}.install" ];then
15+
install=${pkgname}.install
16+
fi
1417

1518
if [ -e "${pkgname}.install" ]; then
1619
install=${pkgname}.install

pkgbuild/biglinux-welcome.install

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)