makedeb
Una is a simple MPR helper.
Click here to go back to the commit logs for una-bin.
Hash: 6704ad9af5549499f0d29cc272ef48075a0937ce
Message: v1.2.0: fix auto-updates, improve search, add spinner
diff --git a/.SRCINFO b/.SRCINFO
index c23077d..7899a52 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.9
+ pkgver = 1.2.0
pkgrel = 1
url = https://github.com/AFK-OS/una
arch = any
@@ -20,12 +20,11 @@ pkgbase = una-bin
depends = gzip
depends = zenity
depends = git
+ depends = sed
provides = una
source = https://github.com/AFK-OS/una/raw/main/una
source = https://github.com/AFK-OS/una/raw/main/una-completion
source = https://github.com/AFK-OS/una/raw/main/una-updater
- source = https://github.com/AFK-OS/una/raw/main/una-updater.desktop
- sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index dd237df..ed6b3cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,20 @@
# Maintainer: Rudra Saraswat <rs2009@ubuntu.com>
pkgname=una-bin
-pkgver=1.1.9
+pkgver=1.2.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')
+depends=('bash' 'bash-completion' 'ncurses-bin' 'python3' 'git' 'wget' 'python3-requests' 'curl' 'coreutils' 'sudo' 'jq' 'gzip' 'zenity' 'git' 'sed')
provides=('una')
source=('https://github.com/AFK-OS/una/raw/main/una' 'https://github.com/AFK-OS/una/raw/main/una-completion' \
- 'https://github.com/AFK-OS/una/raw/main/una-updater' 'https://github.com/AFK-OS/una/raw/main/una-updater.desktop')
-sha256sums=('SKIP' 'SKIP' 'SKIP' 'SKIP')
+ 'https://github.com/AFK-OS/una/raw/main/una-updater')
+sha256sums=('SKIP' 'SKIP' 'SKIP')
package() {
install -D -m755 una -t "${pkgdir}/usr/bin"
install -D -m755 una-updater -t "${pkgdir}/usr/bin"
- install -D -m644 una-updater.desktop -t "${pkgdir}/etc/xdg/autostart"
rm -f una && mv una-completion una
mkdir -p "${pkgdir}/usr/share/bash-completion/completions"
install -D -m755 una -t "${pkgdir}/usr/share/bash-completion/completions" && rm -f una