summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorConnor Etherington2022-03-24 01:57:36 +0200
committerConnor Etherington2022-03-24 01:57:36 +0200
commit786aa834800a10a1dc0ca7796a2559fab77d72a1 (patch)
tree1739d4f252d79c1af3f65bccab6fc4a99b19336e
parent59c7bd213feffe0b379f3e12cc7d4541cf3c6368 (diff)
downloadaur-786aa834800a10a1dc0ca7796a2559fab77d72a1.tar.gz
Update.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 175ef4a97751..898d085154d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = ez
- pkgdesc = Task simplificaltion aimed at increasing the speed and efficiency of common tasks
+ pkgdesc = Task simplificaltion scripts for increasing the speed and efficiency of common tasks
pkgver = 1.0.r1
pkgrel = 1
url = https://gitlab.com/qYp/EZ
@@ -11,6 +11,9 @@ pkgbase = ez
optdepends = git: To use ezgc for git cloning
optdepends = lf: To use eztsts lf file-management functionality
optdepends = paru: To use ezdl for downloading packages from the AUR
+ provides = ezdl
+ provides = ezgc
+ provides = eztst
source = https://gitlab.com/qYp/concise/-/raw/master/x86_64/ez-1.0.r1-1-x86_64.pkg.tar.zst
sha256sums = 661be8bd668269367de818ba01efc6fc8baa4c202a329925aa409f5082ed3b9f
diff --git a/PKGBUILD b/PKGBUILD
index f5e5fa92780c..124186c02735 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname=EZ
pkgname=ez
pkgver=1.0.r1
pkgrel=1
-pkgdesc='Task simplificaltion aimed at increasing the speed and efficiency of common tasks'
+pkgdesc='Task simplificaltion scripts for increasing the speed and efficiency of common tasks'
arch=(x86_64)
url="https://gitlab.com/qYp/${_pkgname}"
license=('MIT')
@@ -17,6 +17,7 @@ optdepends=(
'lf: To use 'eztst's lf file-management functionality'
'paru: To use 'ezdl' for downloading packages from the AUR'
)
+provides=(ezdl ezgc eztst)
source=("https://gitlab.com/qYp/concise/-/raw/master/x86_64/${pkgname}-${pkgver}-${pkgrel}-$arch.pkg.tar.zst")
sha256sums=('661be8bd668269367de818ba01efc6fc8baa4c202a329925aa409f5082ed3b9f')