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

Message: 0.4.0 - add support for updates, fix package removal, improve CLI and add status file

Diff


diff --git a/PKGBUILD b/PKGBUILD
index 398b09c..036a358 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
 # Maintainer: Rudra Saraswat <rs2009@ubuntu.com>
 pkgname=una-bin
-pkgver=0.3.0
+pkgver=0.4.0
 pkgrel=1
 url='https://github.com/AFK-OS/una'
 pkgdesc='Una is a simple MPR helper.'
 arch=('any')
-depends=('bash' 'ncurses-bin' 'python3' 'git' 'wget')
+depends=('bash' 'ncurses-bin' 'python3' 'git' 'wget' 'python3-requests')
 provides=('una')
 
 source=('https://github.com/AFK-OS/una/raw/main/una')