makedeb


una-bin 3.2.0-1


Una is a simple MPR helper.

Click here to go back to the commit logs for una-bin.

Commit:


Hash: ae80451dcdff091fd72132070d91b7ddf8f5feaa

Message: add jq to pkgdeps

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 8154459..3b94277 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ generated-by = makedeb-makepkg
 pkgbase = una-bin
 	pkgdesc = Una is a simple MPR helper.
 	pkgver = 1.0.2
-	pkgrel = 2
+	pkgrel = 3
 	url = https://github.com/AFK-OS/una
 	arch = any
 	depends = bash
@@ -15,6 +15,7 @@ pkgbase = una-bin
 	depends = curl
 	depends = coreutils
 	depends = sudo
+	depends = jq
 	provides = una
 	source = https://github.com/AFK-OS/una/raw/main/una
 	sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index ca569d3..1227fa1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
 # Maintainer: Rudra Saraswat <rs2009@ubuntu.com>
 pkgname=una-bin
 pkgver=1.0.2
-pkgrel=2
+pkgrel=3
 url='https://github.com/AFK-OS/una'
 pkgdesc='Una is a simple MPR helper.'
 arch=('any')
-depends=('bash' 'ncurses-bin' 'python3' 'git' 'wget' 'python3-requests' 'curl' 'coreutils' 'sudo')
+depends=('bash' 'ncurses-bin' 'python3' 'git' 'wget' 'python3-requests' 'curl' 'coreutils' 'sudo' 'jq')
 provides=('una')
 
 source=('https://github.com/AFK-OS/una/raw/main/una')