Removed git from makedepends, and git command to fix error in build()

This commit is contained in:
Wilson E. Alvarez 2017-03-03 01:27:56 -04:00
parent c8db098087
commit 9ec2eda088
2 changed files with 4 additions and 6 deletions

View File

@ -1,15 +1,14 @@
# Generated by mksrcinfo v8 # Generated by mksrcinfo v8
# Thu Mar 2 06:25:25 UTC 2017 # Fri Mar 3 05:26:25 UTC 2017
pkgbase = aseprite pkgbase = aseprite
pkgdesc = Create animated sprites and pixel art pkgdesc = Create animated sprites and pixel art
pkgver = 1.1.13 pkgver = 1.1.13
pkgrel = 1 pkgrel = 2
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

View File

@ -5,13 +5,13 @@
pkgname=aseprite pkgname=aseprite
pkgver=1.1.13 pkgver=1.1.13
pkgrel=1 pkgrel=2
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' 'git') makedepends=('cmake')
conflicts=("aseprite-git" "aseprite-gpl") conflicts=("aseprite-git" "aseprite-gpl")
source=("https://github.com/${pkgname}/${pkgname}/releases/download/v1.1.13/Aseprite-v1.1.13-Source.zip" source=("https://github.com/${pkgname}/${pkgname}/releases/download/v1.1.13/Aseprite-v1.1.13-Source.zip"
"${pkgname}.desktop") "${pkgname}.desktop")
@ -29,7 +29,6 @@ build() {
fi fi
mkdir -p build && cd build mkdir -p build && cd build
git submodule update --init --recursive
cmake -DUSE_SHARED_PIXMAN=ON \ cmake -DUSE_SHARED_PIXMAN=ON \
-DWITH_WEBP_SUPPORT=ON \ -DWITH_WEBP_SUPPORT=ON \
-DUSE_SHARED_LIBWEBP=ON \ -DUSE_SHARED_LIBWEBP=ON \