Rename gyp-git to gyp

This commit is contained in:
Christoph Reiter
2023-05-07 16:30:47 +02:00
parent 8378d91b2e
commit 562de8bc2c
2 changed files with 5 additions and 5 deletions

View File

@@ -2,15 +2,15 @@
# Maintainer: Ray Donnelly <ray.donnelly@gmail.com>
_realname=gyp
pkgname=${_realname}-git
pkgname=${_realname}
pkgver=r2163.caa60026
pkgrel=7
pkgrel=8
pkgdesc="GYP can Generate Your Projects"
url="https://gyp.gsrc.io/"
arch=('i686' 'x86_64')
provides=("gyp")
conflicts=("gyp")
replaces=("gyp-svn")
provides=("gyp-git")
conflicts=("gyp-git")
replaces=("gyp-git")
makedepends=(
'git'
'gcc'