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: 0d612d5f49ee44c096c31a6512aed5bffcef8003

Message: add url

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 8ef77dd..e2b23ac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,12 +4,14 @@ pkgbase = una-bin
 	pkgdesc = Una is a simple MPR helper.
 	pkgver = 0.3.0
 	pkgrel = 1
+	url = https://github.com/AFK-OS/una
 	arch = any
 	depends = bash
 	depends = ncurses-bin
 	depends = python3
 	depends = git
 	depends = wget
+	provides = una
 	source = https://github.com/AFK-OS/una/raw/main/una
 	sha256sums = SKIP
 
diff --git a/PKGBUILD b/PKGBUILD
index 1633756..398b09c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,11 @@
 pkgname=una-bin
 pkgver=0.3.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')
+provides=('una')
 
 source=('https://github.com/AFK-OS/una/raw/main/una')
 sha256sums=('SKIP')