summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohan PONIN2015-10-13 17:04:48 +0200
committerJohan PONIN2015-10-13 17:16:44 +0200
commitfabf71fe67d5f7270f79b76d7a54682c377eefbb (patch)
tree458c2055edd5a100db32503fe10e4c429cceb3ca /PKGBUILD
parent6c401faea06a31e65ceb63e97d53b553cc224151 (diff)
downloadaur-fabf71fe67d5f7270f79b76d7a54682c377eefbb.tar.gz
forgot to list yasm in PKGBUILD depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index afe264800867..111375205e84 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgdesc='BPG Image Encoder and Decoder'
arch=('x86_64' 'i686')
url='http://bellard.org/bpg/'
license=('BSD' 'LGPL')
-depends=('libpng' 'libjpeg-turbo' 'sdl_image')
+depends=('libpng' 'libjpeg-turbo' 'sdl_image' 'yasm')
source=("$url$pkgname-$pkgver.tar.gz")
options=('staticlibs')