summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan PONIN2015-10-13 17:04:48 +0200
committerJohan PONIN2015-10-13 17:04:48 +0200
commit882455d6a508a02686856bbbe0fb23bbddd2b828 (patch)
treeff0d60b2f200ea677668c7494acce72414fee0be
parent6c401faea06a31e65ceb63e97d53b553cc224151 (diff)
downloadaur-882455d6a508a02686856bbbe0fb23bbddd2b828.tar.gz
forgot to list yasm in PKGBUILD depends
-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')