summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdrian Perez de Castro2018-07-12 23:42:39 +0300
committerAdrian Perez de Castro2018-07-12 23:42:39 +0300
commit8e707355b20e5e8b99295d04a68fddc5d02b1637 (patch)
treeb73bbccb5ef9730d21c64ed691909631f3e697f0 /PKGBUILD
parentdccbbcc6431dde7a7acfb800eaa15b3e81bba5d7 (diff)
downloadaur-8e707355b20e5e8b99295d04a68fddc5d02b1637.tar.gz
Do not explicitly depend on glibc
The dependency is pulled in transitively by gcc-libs.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}")