Merge pull request #15 from behdanisohrab/pkgbuild-fix

fixed dependencies
This commit is contained in:
meshya
2024-07-22 23:52:16 +03:30
committed by GitHub

View File

@@ -1,11 +1,11 @@
pkgname=namban
pkgver=0.3
pkgrel=3
pkgrel=4
pkgdesc="use custom dns has never been hard"
arch=('any')
url="https://github.com/parchlinuxb/namban"
license=("GPL-3.0")
dependsat11=("python>=3.10.0" "python-gobject" "gtk4")
depends=("python>=3.10.0" "python-gobject" "gtk4")
source=("namban-source.zip")
sha256sums=('SKIP')
@@ -22,4 +22,4 @@ package() {
chmod +x $pkgdir/usr/lib/namban/nambanbin
chmod +x $pkgdir/usr/lib/namban/namban-startup-check
chmod 644 $pkgdir/usr/share/polkit-1/actions/com.parchlinux.namban.policy
}
}