summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorElia Argentieri2021-12-05 21:28:11 +0100
committerElia Argentieri2021-12-05 21:28:11 +0100
commit17609bf0c1364f895113cb74c34ae118495294ab (patch)
tree6683578508c91c08ffcb207768190a6d8032544b
parent6b5706678af6e7ecb52db5cdb798a4365e4fee7c (diff)
downloadaur-17609bf0c1364f895113cb74c34ae118495294ab.tar.gz
Add missing gtk4 dependency
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e233a90f1c56..bfc0fd16555a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
_pkgname=efiboots
pkgname="$_pkgname-git"
pkgver=1.0.r0.ga127150
-pkgrel=1
+pkgrel=2
pkgdesc="Manage EFI boot loader entries with this simple GUI"
url="https://github.com/Elinvention/efiboots"
license=('GPL3')
arch=('any')
-depends=('python-gobject' 'efibootmgr' 'python3')
+depends=('python-gobject' 'efibootmgr' 'python3' 'gtk4')
makedepends=('git' 'python-setuptools')
optdepends=()
provides=("$_pkgname")