add git dependency

This commit is contained in:
Benoit Favre 2016-12-20 13:44:34 +01:00
parent 09d3e38579
commit 3e04164a49
2 changed files with 5 additions and 4 deletions

View File

@ -1,14 +1,15 @@
# Generated by mksrcinfo v8
# Mon Dec 19 20:37:03 UTC 2016
# Tue Dec 20 12:44:19 UTC 2016
pkgbase = aseprite
pkgdesc = Create animated sprites and pixel art
pkgver = 1.1.11
pkgrel = 2
pkgrel = 3
url = http://www.aseprite.org/
arch = x86_64
arch = i686
license = custom
makedepends = cmake
makedepends = git
depends = pixman
depends = curl
depends = giflib

View File

@ -4,13 +4,13 @@
pkgname=aseprite
pkgver=1.1.11
pkgrel=2
pkgrel=3
pkgdesc='Create animated sprites and pixel art'
arch=('x86_64' 'i686')
url='http://www.aseprite.org/'
license=('custom')
depends=('pixman' 'curl' 'giflib' 'zlib' 'libpng' 'libjpeg-turbo' 'tinyxml' 'freetype2' 'libwebp')
makedepends=('cmake')
makedepends=('cmake' 'git')
conflicts=('aseprite-git' 'aseprite-gpl')
source=("git+https://github.com/aseprite/aseprite.git#tag=v${pkgver}"
"aseprite.desktop")