summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTharre2016-08-18 21:45:18 +0200
committerTharre2016-08-18 23:23:57 +0200
commit1c29756e2ae5be35b072316a9cd4ff6e78ba0d8e (patch)
tree461914a32cdf104b2a096ac84f5a213b811f4247
parent47b8f0eb046137df4df1b3747135afe533a28b24 (diff)
downloadaur-1c29756e2ae5be35b072316a9cd4ff6e78ba0d8e.tar.gz
Fix typo in depends_i686
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 38d401e23cfc..b8311a500c66 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,6 +17,7 @@ pkgbase = papersplease
sha256sums = e199745f2158fd04fd70ce463aa57452be3a5d8c9c390970e2cadbe7d2122dd4
sha256sums = e8aaf890dbfa6363f0197892ca2abd5ac4a45918787a8524cf8c99d785000823
sha256sums = 50562ad2b01cb7558147cd05de4dc37c02deb2e66fc5d3bff77994785f9551d7
+ depends_i686 = libgl
pkgname = papersplease
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"