makedeb
Una is a simple MPR helper.
Click here to go back to the commit logs for una-bin.
Hash: a654074d164314581be29419505490177644f6e6
Message: v3.0.0: major ui overhaul, ask which source to install from and fix updater
diff --git a/.SRCINFO b/.SRCINFO
index ac2b305..a7f657e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ generated-by = makedeb-makepkg
pkgbase = una-bin
pkgdesc = Una is a simple MPR helper.
- pkgver = 2.0.0
+ pkgver = 3.0.0
pkgrel = 1
url = https://github.com/AFK-OS/una
arch = any
@@ -21,6 +21,7 @@ pkgbase = una-bin
depends = zenity
depends = git
depends = sed
+ depends = sensible-utils
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 e7d6a84..c8fa258 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
# Maintainer: Rudra Saraswat <rs2009@ubuntu.com>
pkgname=una-bin
-pkgver=2.0.0
+pkgver=3.0.0
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' 'git' 'sed')
+depends=('bash' 'bash-completion' 'ncurses-bin' 'python3' 'git' 'wget' 'python3-requests' 'curl' 'coreutils' 'sudo' 'jq' 'gzip' 'zenity' 'git' 'sed' 'sensible-utils')
+keywords=('makedeb' 'mpr-helper' 'bash')
provides=('una')
source=('https://github.com/AFK-OS/una/raw/main/una' 'https://github.com/AFK-OS/una/raw/main/una-completion' \