summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2018-09-14 11:51:51 +0200
committerPhilip Goto2018-09-14 11:51:51 +0200
commit2f15ab0f6f4b781a51125981c5e12cfe07532aaa (patch)
tree274499f77e3a5570e12c8631c9f1d39277f0b09c
parentd63030f6b6b470783aec68f74108de21e771afbe (diff)
downloadaur-2f15ab0f6f4b781a51125981c5e12cfe07532aaa.tar.gz
Remove ninja dependency as it is part of meson
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a087cd36334..92c4c95f004f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,6 @@ pkgbase = libanimation
arch = armv7h
license = LGPL
makedepends = meson
- makedepends = ninja
depends = glib2
conflicts = libanimation-git
source = https://github.com/endlessm/libanimation/archive/Version_0.3.2.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 1400ba7971f5..4a0a60dc1225 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=(x86_64 i686 aarch64 armv7h)
url="https://github.com/endlessm/libanimation"
license=(LGPL)
depends=(glib2)
-makedepends=(meson ninja)
+makedepends=(meson)
conflicts=(libanimation-git)
source=("https://github.com/endlessm/libanimation/archive/Version_${pkgver}.tar.gz")
md5sums=(SKIP)