summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorClaire Charron2016-01-01 20:50:49 -0500
committerClaire Charron2016-01-01 20:51:05 -0500
commitb85af4551ded8fd9336863f4c60094ece5b2f1c5 (patch)
treecaa16fa91ecc0ecaa9b586220cb3768d576b1703
parent3b21a0dec480c5e807974a807d9a67dce463a306 (diff)
downloadaur-b85af4551ded8fd9336863f4c60094ece5b2f1c5.tar.gz
python2-setuptools.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2bba69a5021..e8aca761afc3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@
pkgbase = noto-fonts-emoji-git
pkgdesc = Google Noto emoji fonts
pkgver = r81.9417128
- pkgrel = 1
+ pkgrel = 3
url = https://www.google.com/get/noto/
install = noto-fonts-emoji.install
arch = any
@@ -12,7 +12,7 @@ pkgbase = noto-fonts-emoji-git
makedepends = git
makedepends = optipng
makedepends = python2-fonttools
- makedepends = python2-setuputils
+ makedepends = python2-setuptools
makedepends = nototools
makedepends = zopflipng-git
depends = fontconfig
diff --git a/PKGBUILD b/PKGBUILD
index b3916dea36d3..b3f8429ecb6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=noto-fonts-emoji
pkgname=$_pkgname-git
pkgver=r81.9417128
-pkgrel=2
+pkgrel=3
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 python2-setuputils nototools zopflipng-git)
+makedepends=(cairo git optipng python2-fonttools python2-setuptools nototools zopflipng-git)
install=$_pkgname.install
source=("$_pkgname::git+https://github.com/googlei18n/noto-emoji.git"
"$_pkgname.patch")