summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThenujan2022-04-14 17:36:41 +0530
committerThenujan2022-04-14 17:36:41 +0530
commitb8fe847ed589bdc91004fc135acf4a32fc81cfd1 (patch)
treef8befdc8f69d0a2cabb01e4a741fdfe44a0f8206
parent9c2013a12f58164d45bfb41db8ebb4e1a815eaea (diff)
downloadaur-b8fe847ed589bdc91004fc135acf4a32fc81cfd1.tar.gz
added python-pyzmq dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f16a9b4a7de..aa41e57fa0f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = grub-editor
license = GPL3
makedepends = make
depends = python>=3.8
+ depends = python-pyzmq
source = https://github.com/Thenujan-0/grub-editor/archive/refs/tags/v0.95.tar.gz
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index f6b86506f920..bcd71788281d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('any')
url="https://github.com/Thenujan-0/grub-editor"
license=('GPL3')
groups=()
-depends=('python>=3.8')
+depends=('python>=3.8' 'python-pyzmq')
makedepends=('make')
checkdepends=()
optdepends=()