generated from archlinux/template
add git dependency
This commit is contained in:
parent
09d3e38579
commit
3e04164a49
5
.SRCINFO
5
.SRCINFO
@ -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
|
||||
|
4
PKGBUILD
4
PKGBUILD
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user