generated from archlinux/template
Removed git from makedepends, and git command to fix error in build()
This commit is contained in:
parent
c8db098087
commit
9ec2eda088
5
.SRCINFO
5
.SRCINFO
@ -1,15 +1,14 @@
|
||||
# Generated by mksrcinfo v8
|
||||
# Thu Mar 2 06:25:25 UTC 2017
|
||||
# Fri Mar 3 05:26:25 UTC 2017
|
||||
pkgbase = aseprite
|
||||
pkgdesc = Create animated sprites and pixel art
|
||||
pkgver = 1.1.13
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = http://www.aseprite.org/
|
||||
arch = x86_64
|
||||
arch = i686
|
||||
license = custom
|
||||
makedepends = cmake
|
||||
makedepends = git
|
||||
depends = pixman
|
||||
depends = curl
|
||||
depends = giflib
|
||||
|
5
PKGBUILD
5
PKGBUILD
@ -5,13 +5,13 @@
|
||||
|
||||
pkgname=aseprite
|
||||
pkgver=1.1.13
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
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' 'git')
|
||||
makedepends=('cmake')
|
||||
conflicts=("aseprite-git" "aseprite-gpl")
|
||||
source=("https://github.com/${pkgname}/${pkgname}/releases/download/v1.1.13/Aseprite-v1.1.13-Source.zip"
|
||||
"${pkgname}.desktop")
|
||||
@ -29,7 +29,6 @@ build() {
|
||||
fi
|
||||
|
||||
mkdir -p build && cd build
|
||||
git submodule update --init --recursive
|
||||
cmake -DUSE_SHARED_PIXMAN=ON \
|
||||
-DWITH_WEBP_SUPPORT=ON \
|
||||
-DUSE_SHARED_LIBWEBP=ON \
|
||||
|
Loading…
x
Reference in New Issue
Block a user