summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Østergaard2016-03-11 22:33:56 +0100
committerNick Østergaard2016-03-11 22:34:12 +0100
commit4cd6129be843aa14c761bd505a7c07b9f88b3a9f (patch)
treee226da04164b491ada40c3717f3713e2c0bd454f
parent09270ef196cf6288121323d76e48459661a2b493 (diff)
downloadaur-4cd6129be843aa14c761bd505a7c07b9f88b3a9f.tar.gz
Fix arch
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 44d64dc6a7fd..4c08c3b6ba05 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,12 @@
+# Generated by mksrcinfo v8
+# Fri Mar 11 21:34:01 UTC 2016
pkgbase = slic3r
pkgdesc = Slic3r is an STL-to-GCODE translator for RepRap 3D printers, aiming to be a modern and fast alternative to Skeinforge.
pkgver = 1.2.9
- pkgrel = 2
+ pkgrel = 3
url = http://slic3r.org/
- arch = any
+ arch = i686
+ arch = x86_64
license = GPL
makedepends = git
makedepends = perl-module-build-withxspp
diff --git a/PKGBUILD b/PKGBUILD
index aa7b7a2ee2fd..793e3cd0246e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@
pkgname=slic3r
pkgver=1.2.9
-pkgrel=2
+pkgrel=3
pkgdesc="Slic3r is an STL-to-GCODE translator for RepRap 3D printers, aiming to be a modern and fast alternative to Skeinforge."
-arch=('any')
+arch=('i686' 'x86_64')
url="http://slic3r.org/"
license=('GPL')
depends=('perl' 'perl-moo'