summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBarazok2020-12-10 12:24:11 +0100
committerBarazok2020-12-10 12:24:11 +0100
commit6a4d3b02186fa442cdc04a740bd53f7835e5788f (patch)
tree2f4d6d457af8f8cc32c68ee9c6b8b3ddab73d38a
parent5e9d300f82e539ddd984142e52f5aea4daad2c45 (diff)
downloadaur-6a4d3b02186fa442cdc04a740bd53f7835e5788f.tar.gz
Remove useless compile deps
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a42b64e0bc7..abc63a19e678 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,10 @@
pkgbase = mlv
pkgdesc = The MLV library is a simplified multimedia library. This library is ideal for students who are new to C programming and want to add graphic and sound effects to their programs.
pkgver = 2.0.2
- pkgrel = 4
+ pkgrel = 5
url = http://www-igm.univ-mlv.fr/~boussica/mlv/api/French/html/index.html
arch = any
license = GPL
- depends = gcc
- depends = libtool
- depends = make
- depends = autoconf
- depends = doxygen
depends = sdl
depends = sdl_gfx
depends = sdl_mixer
diff --git a/PKGBUILD b/PKGBUILD
index aec1676768e4..b371160747a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Barazok <barazok.blackrocks@gmail.com>
pkgname=mlv
pkgver=2.0.2
-pkgrel=4
+pkgrel=5
pkgdesc="The MLV library is a simplified multimedia library. This library is ideal for students who are new to C programming and want to add graphic and sound effects to their programs."
arch=('any')
url="http://www-igm.univ-mlv.fr/~boussica/mlv/api/French/html/index.html"
license=('GPL')
groups=()
-depends=('gcc' 'libtool' 'make' 'autoconf' 'doxygen' 'sdl' 'sdl_gfx' 'sdl_mixer' 'sdl_ttf' 'glib2' 'libxml2' 'sdl_image')
+depends=('sdl' 'sdl_gfx' 'sdl_mixer' 'sdl_ttf' 'glib2' 'libxml2' 'sdl_image')
makedepends=()
optdepends=()
provides=()