From 1c4b2676d5eb305c6e649180d3aae5e0808f09d7 Mon Sep 17 00:00:00 2001 From: DarkFeather Date: Tue, 30 Apr 2019 16:02:32 -0500 Subject: [PATCH] Renaming from generic SharedLibaries to long-term Uniglot --- PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index aabe4de..d72b9c2 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,16 +6,16 @@ pkgver() { } pkgrel=1 epoch= -pkgdesc="AniNIX::Foundation/SharedLibraries \\\\ Shared code libraries that all the AniNIX projects should use -- this should reduce error and code duplication" +pkgdesc="AniNIX::Uniglot \\\\ Shared code libraries that all the AniNIX projects should use -- this should reduce error and code duplication" arch=("x86_64") -url="https://aninix.net/foundation/SharedLibraries" +url="https://aninix.net/foundation/Uniglot" license=('custom') groups=() depends=('mono>=5.0.0' 'curl' 'grep' 'bash>=4.4' 'git>=2.13') makedepends=('make>=4.2') checkdepends=() optdepends=() -provides=('aninix-shared-libraries') +provides=('uniglot') conflicts=() replaces=() backup=()