generated from archlinux/template
Replace dependency harfbuzz-icu with harfbuzz
This commit is contained in:
parent
2a4321b4e0
commit
0a3859dc23
4
.SRCINFO
4
.SRCINFO
@ -1,7 +1,7 @@
|
||||
pkgbase = aseprite
|
||||
pkgdesc = Create animated sprites and pixel art
|
||||
pkgver = 1.2.17
|
||||
pkgrel = 2
|
||||
pkgrel = 3
|
||||
url = http://www.aseprite.org/
|
||||
arch = x86_64
|
||||
license = custom
|
||||
@ -18,7 +18,7 @@ pkgbase = aseprite
|
||||
depends = libpng
|
||||
depends = tinyxml
|
||||
depends = freetype2
|
||||
depends = harfbuzz
|
||||
depends = harfbuzz-icu
|
||||
depends = nettle
|
||||
depends = fontconfig
|
||||
depends = libxcursor
|
||||
|
4
PKGBUILD
4
PKGBUILD
@ -8,13 +8,13 @@
|
||||
|
||||
pkgname=aseprite
|
||||
pkgver=1.2.17
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc='Create animated sprites and pixel art'
|
||||
arch=('x86_64')
|
||||
url="http://www.aseprite.org/"
|
||||
license=('custom')
|
||||
depends=('cmark' 'curl' 'giflib' 'zlib' 'libpng' 'tinyxml' 'freetype2'
|
||||
'harfbuzz' 'nettle' 'fontconfig' 'libxcursor' 'hicolor-icon-theme')
|
||||
'harfbuzz-icu' 'nettle' 'fontconfig' 'libxcursor' 'hicolor-icon-theme')
|
||||
makedepends=('cmake' 'ninja' 'git' 'python2' 'freeglut' 'xorgproto')
|
||||
conflicts=("aseprite-git" "aseprite-gpl" "skia-git")
|
||||
source=("https://github.com/${pkgname}/${pkgname}/releases/download/v${pkgver}/${pkgname^}-\
|
||||
|
Loading…
x
Reference in New Issue
Block a user