diff --git a/gyp-git/0001-msys-ize.patch b/gyp/0001-msys-ize.patch similarity index 100% rename from gyp-git/0001-msys-ize.patch rename to gyp/0001-msys-ize.patch diff --git a/gyp-git/PKGBUILD b/gyp/PKGBUILD similarity index 92% rename from gyp-git/PKGBUILD rename to gyp/PKGBUILD index 6aa7f06c..c8deefe3 100644 --- a/gyp-git/PKGBUILD +++ b/gyp/PKGBUILD @@ -2,15 +2,15 @@ # Maintainer: Ray Donnelly _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'