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: dacc3483e8f12d3c36ee7cf3766493cec6d951e7

Message: v1.1.2 - implement direct cloning of repos

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 68a50a7..52a7fb9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ generated-by = makedeb-makepkg
 
 pkgbase = una-bin
 	pkgdesc = Una is a simple MPR helper.
-	pkgver = 1.1.1
+	pkgver = 1.1.2
 	pkgrel = 1
 	url = https://github.com/AFK-OS/una
 	arch = any
@@ -19,6 +19,7 @@ pkgbase = una-bin
 	depends = jq
 	depends = gzip
 	depends = zenity
+	depends = git
 	provides = una
 	source = https://github.com/AFK-OS/una/raw/main/una
 	source = https://github.com/AFK-OS/una/raw/main/una-completion
diff --git a/PKGBUILD b/PKGBUILD
index 17e6eaf..3fe98f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
 # Maintainer: Rudra Saraswat <rs2009@ubuntu.com>
 pkgname=una-bin
-pkgver=1.1.1
+pkgver=1.1.2
 pkgrel=1
 url='https://github.com/AFK-OS/una'
 pkgdesc='Una is a simple MPR helper.'
 arch=('any')
-depends=('bash' 'bash-completion' 'ncurses-bin' 'python3' 'git' 'wget' 'python3-requests' 'curl' 'coreutils' 'sudo' 'jq' 'gzip' 'zenity')
+depends=('bash' 'bash-completion' 'ncurses-bin' 'python3' 'git' 'wget' 'python3-requests' 'curl' 'coreutils' 'sudo' 'jq' 'gzip' 'zenity' 'git')
 provides=('una')
 
 source=('https://github.com/AFK-OS/una/raw/main/una' 'https://github.com/AFK-OS/una/raw/main/una-completion' \