Renaming in PKGBUILD

This commit is contained in:
DarkFeather
2019-05-06 02:50:28 -05:00
parent af99e73ac7
commit 7376f12a27
2 changed files with 60 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
# Maintainer: Shikoba Kage <darkfeather@aninix.net>
pkgname=aninix-helloworld
pkgname=helloworld
pkgver=0.1.4310ab732341ac3317c9aa706b3058b8e7162486
pkgver() {
printf "0.1.""$(git rev-parse HEAD)"
@@ -15,9 +15,9 @@ depends=('bash>=4.4')
makedepends=('make>=4.2' 'mono>5.0.0' 'php' 'perl' 'java-environment' 'python>=3.7' 'gcc')
checkdepends=()
optdepends=()
provides=('aninix-helloworld')
provides=('helloworld')
conflicts=()
replaces=()
replaces=('aninix-helloworld')
backup=()
options=()
install=