Renaming from generic SharedLibaries to long-term Uniglot

This commit is contained in:
DarkFeather 2019-04-30 16:02:32 -05:00
parent 4b383874b6
commit 1c4b2676d5
1 changed files with 3 additions and 3 deletions

View File

@ -6,16 +6,16 @@ pkgver() {
} }
pkgrel=1 pkgrel=1
epoch= 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") arch=("x86_64")
url="https://aninix.net/foundation/SharedLibraries" url="https://aninix.net/foundation/Uniglot"
license=('custom') license=('custom')
groups=() groups=()
depends=('mono>=5.0.0' 'curl' 'grep' 'bash>=4.4' 'git>=2.13') depends=('mono>=5.0.0' 'curl' 'grep' 'bash>=4.4' 'git>=2.13')
makedepends=('make>=4.2') makedepends=('make>=4.2')
checkdepends=() checkdepends=()
optdepends=() optdepends=()
provides=('aninix-shared-libraries') provides=('uniglot')
conflicts=() conflicts=()
replaces=() replaces=()
backup=() backup=()