summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Rümpelein2016-09-21 18:44:25 +0200
committerOliver Rümpelein2016-09-21 18:44:25 +0200
commit225ab790e17b176712b8f2ba0df3975df907d998 (patch)
tree7c92e19cc50585dade856e3b30377275ca8bd402
parent552a589e5ff846c6bb85959afccbc67903518b41 (diff)
downloadaur-225ab790e17b176712b8f2ba0df3975df907d998.tar.gz
Emergenyc-fix of missing '
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD2
2 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 549b6b668c06..adf0df05b7cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,12 @@ pkgbase = x32edit
arch = i686
arch = x86_64
license = custom:MUSIC Group End User License Agreement
- depends = lib32-libxext lib32-alsa-lib lib32-freetype2 lib32-pcre lib32-mesa lib32-mesa-libgl
+ depends = lib32-libxext
+ depends = lib32-alsa-lib
+ depends = lib32-freetype2
+ depends = lib32-pcre
+ depends = lib32-mesa
+ depends = lib32-mesa-libgl
source = http://downloads.music-group.com/software/behringer/X32/X32-Edit_LINUX_3.0.tar.gz
source = http://www.music-group.com/eurocom/assets/EULA_2012-09-12.pdf
sha512sums = 14792284c669d2d872df75d7b7de3dba516aa79446691ae9245191caa3d6b92c774dd0d20b5ff7360e9c9c78874f9c28ef8b38db0fc89f2688fb2a879fed27ba
diff --git a/PKGBUILD b/PKGBUILD
index 85ef28499b09..062588a9be45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url="http://www.behringer.com/EN/products/X32.aspx"
license=('custom:MUSIC Group End User License Agreement')
install=x32edit.install
depends_i686=('libxext' 'alsa-lib' 'freetype2' 'mesa' 'mesa-libgl')
-depends_x86_64=(lib32-libxext' 'lib32-alsa-lib' 'lib32-freetype2' 'lib32-pcre' 'lib32-mesa' 'lib32-mesa-libgl)
+depends_x86_64=('lib32-libxext' 'lib32-alsa-lib' 'lib32-freetype2' 'lib32-pcre' 'lib32-mesa' 'lib32-mesa-libgl')
source=("http://downloads.music-group.com/software/behringer/X32/X32-Edit_LINUX_3.0.tar.gz"
"http://www.music-group.com/eurocom/assets/EULA_2012-09-12.pdf")
sha512sums=('14792284c669d2d872df75d7b7de3dba516aa79446691ae9245191caa3d6b92c774dd0d20b5ff7360e9c9c78874f9c28ef8b38db0fc89f2688fb2a879fed27ba'