summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b984ddf7337..f0b584cfd3b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gn-git
pkgdesc = Meta-build system which generates Ninja build files
pkgver = r1438.8ce4e49a
- pkgrel = 1
+ pkgrel = 2
url = https://gn.googlesource.com/gn
arch = x86_64
arch = i686
@@ -9,7 +9,6 @@ pkgbase = gn-git
makedepends = python2
makedepends = ninja
makedepends = clang
- depends = glibc
depends = gcc-libs
provides = gn
conflicts = gn-bin
diff --git a/PKGBUILD b/PKGBUILD
index dfa301c684e1..4a26caf4dcc6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Adrián Pérez de Castro <aperez@igalia.com>
# Maintainer: Alexandre Macabies <web+oss@zopieux.com>
#
-pkgname='gn-git'
+pkgname=gn-git
pkgdesc='Meta-build system which generates Ninja build files'
pkgver=r1438.8ce4e49a
-pkgrel=1
+pkgrel=2
license=('BSD')
arch=('x86_64' 'i686')
conflicts=('gn-bin')
provides=('gn')
-depends=('glibc' 'gcc-libs')
+depends=('gcc-libs')
makedepends=('python2' 'ninja' 'clang')
url='https://gn.googlesource.com/gn'
source=("gn::git+${url}")