makedeb
Una is a simple MPR helper.
Click here to go back to the commit logs for una-bin.
Hash: a5695d88ecce2829bb6b0e341734c239717b5116
Message: 1.0.1 - show search results from APT too
diff --git a/.gitignore b/.gitignore
index a3c8f5c..1783f7a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
pkg/
src/
+una-bin/
*.deb
una
diff --git a/PKGBUILD b/PKGBUILD
index 036a358..1e7d8c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Rudra Saraswat <rs2009@ubuntu.com>
pkgname=una-bin
-pkgver=0.4.0
+pkgver=1.0.1
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' 'python3-requests')
+depends=('bash' 'ncurses-bin' 'python3' 'git' 'wget' 'python3-requests' 'curl' 'coreutils' 'sudo')
provides=('una')
source=('https://github.com/AFK-OS/una/raw/main/una')