summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan PONIN2015-10-13 17:04:48 +0200
committerJohan PONIN2015-10-13 17:16:44 +0200
commitfabf71fe67d5f7270f79b76d7a54682c377eefbb (patch)
tree458c2055edd5a100db32503fe10e4c429cceb3ca
parent6c401faea06a31e65ceb63e97d53b553cc224151 (diff)
downloadaur-fabf71fe67d5f7270f79b76d7a54682c377eefbb.tar.gz
forgot to list yasm in PKGBUILD depends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6252c666c56b..5d0aca2340c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,7 @@ pkgbase = libbpg
depends = libpng
depends = libjpeg-turbo
depends = sdl_image
+ depends = yasm
options = staticlibs
source = http://bellard.org/bpg/libbpg-0.9.6.tar.gz
md5sums = 5f2aefff34342df327196019314d785b
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')