summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHusam Bilal2016-08-10 13:06:50 +0300
committerHusam Bilal2016-08-10 13:06:58 +0300
commit69a00a03c888d1e40b147eca72988f103eb1f85d (patch)
tree706b942431239d90881afcc82fbdaead8ccdadb1 /PKGBUILD
parent0659aa2a63991e67f9f6f9e768e0593820f3920f (diff)
downloadaur-69a00a03c888d1e40b147eca72988f103eb1f85d.tar.gz
Fixed for 32bit. Updated .SRCINFO depends and conflicts.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b286b16e82c1..58c5dd742073 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,8 +15,8 @@ conflicts=("museeks" "museeks-git")
md5sums=("9552e82aab69503588724fc1c1d33d40")
_platform="x64"
-if [ "$CARCH" = "ia32" ]; then
- _platform="32bit"
+if [ "$CARCH" = "i686" ]; then
+ _platform="ia32"
md5sums=("e3adb0d0819b0a46cc025990ebc3c380")
fi