summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilson E. Alvarez2017-03-03 01:27:56 -0400
committerWilson E. Alvarez2017-03-03 01:27:56 -0400
commit9ec2eda0882129605e4a810c894e53eb7e0b303d (patch)
treea66df7e355fa9d2cee649ad43ae215c9da229c79
parentc8db0980870fdb1d58ac76d31d3004092471c0a0 (diff)
downloadaur-9ec2eda0882129605e4a810c894e53eb7e0b303d.tar.gz
Removed git from makedepends, and git command to fix error in build()
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac416966e430..e7fc02436525 100644
--- a/.SRCINFO
+++ b/.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
diff --git a/PKGBUILD b/PKGBUILD
index f55f4f8aead4..ed3d8cd910e3 100644
--- a/PKGBUILD
+++ b/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 \