summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTharre2016-08-18 21:45:18 +0200
committerTharre2016-08-18 23:23:57 +0200
commit1c29756e2ae5be35b072316a9cd4ff6e78ba0d8e (patch)
tree461914a32cdf104b2a096ac84f5a213b811f4247 /PKGBUILD
parent47b8f0eb046137df4df1b3747135afe533a28b24 (diff)
downloadaur-1c29756e2ae5be35b072316a9cd4ff6e78ba0d8e.tar.gz
Fix typo in depends_i686
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 211c037e4db3..e92ffe45851a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ url="http://papersplea.se"
license=('custom:commercial')
depends=('hicolor-icon-theme')
depends_x86_64=('lib32-libgl')
-depends_i386=('libgl')
+depends_i686=('libgl')
options=(!strip)
source=("$pkgname.desktop"
"launch-$pkgname.sh"