summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorClaire Charron2016-01-01 20:49:16 -0500
committerClaire Charron2016-01-01 20:49:16 -0500
commit3a196fa6352a1cc6438f01da6b82ab7ea4058931 (patch)
tree4cb75be4990c0fa2eca7852bcbb0914ba9d04e8d
parent21a7936d2185c0bc7952e89a5076f652d43e2428 (diff)
downloadaur-3a196fa6352a1cc6438f01da6b82ab7ea4058931.tar.gz
Add python2-setuputils.
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 387823ad3381..b3916dea36d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=noto-fonts-emoji
pkgname=$_pkgname-git
pkgver=r81.9417128
-pkgrel=1
+pkgrel=2
pkgdesc="Google Noto emoji fonts"
arch=(any)
url="https://www.google.com/get/noto/"
@@ -13,7 +13,7 @@ license=(Apache)
provides=($_pkgname)
conflicts=($_pkgname)
depends=(fontconfig)
-makedepends=(cairo git optipng python2-fonttools nototools zopflipng-git)
+makedepends=(cairo git optipng python2-fonttools python2-setuputils nototools zopflipng-git)
install=$_pkgname.install
source=("$_pkgname::git+https://github.com/googlei18n/noto-emoji.git"
"$_pkgname.patch")