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
|
# Generated by mksrcinfo v8
|
||||||
# Mon Dec 19 20:37:03 UTC 2016
|
# Tue Dec 20 12:44:19 UTC 2016
|
||||||
pkgbase = aseprite
|
pkgbase = aseprite
|
||||||
pkgdesc = Create animated sprites and pixel art
|
pkgdesc = Create animated sprites and pixel art
|
||||||
pkgver = 1.1.11
|
pkgver = 1.1.11
|
||||||
pkgrel = 2
|
pkgrel = 3
|
||||||
url = http://www.aseprite.org/
|
url = http://www.aseprite.org/
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
arch = i686
|
arch = i686
|
||||||
license = custom
|
license = custom
|
||||||
makedepends = cmake
|
makedepends = cmake
|
||||||
|
makedepends = git
|
||||||
depends = pixman
|
depends = pixman
|
||||||
depends = curl
|
depends = curl
|
||||||
depends = giflib
|
depends = giflib
|
||||||
|
4
PKGBUILD
4
PKGBUILD
@ -4,13 +4,13 @@
|
|||||||
|
|
||||||
pkgname=aseprite
|
pkgname=aseprite
|
||||||
pkgver=1.1.11
|
pkgver=1.1.11
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc='Create animated sprites and pixel art'
|
pkgdesc='Create animated sprites and pixel art'
|
||||||
arch=('x86_64' 'i686')
|
arch=('x86_64' 'i686')
|
||||||
url='http://www.aseprite.org/'
|
url='http://www.aseprite.org/'
|
||||||
license=('custom')
|
license=('custom')
|
||||||
depends=('pixman' 'curl' 'giflib' 'zlib' 'libpng' 'libjpeg-turbo' 'tinyxml' 'freetype2' 'libwebp')
|
depends=('pixman' 'curl' 'giflib' 'zlib' 'libpng' 'libjpeg-turbo' 'tinyxml' 'freetype2' 'libwebp')
|
||||||
makedepends=('cmake')
|
makedepends=('cmake' 'git')
|
||||||
conflicts=('aseprite-git' 'aseprite-gpl')
|
conflicts=('aseprite-git' 'aseprite-gpl')
|
||||||
source=("git+https://github.com/aseprite/aseprite.git#tag=v${pkgver}"
|
source=("git+https://github.com/aseprite/aseprite.git#tag=v${pkgver}"
|
||||||
"aseprite.desktop")
|
"aseprite.desktop")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user