summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 04b5345f0719..8d45ad92b355 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,15 @@
pkgname=beersmith2
pkgver=2.2.12
pkgrel=1
-pkgdesc="BeerSmith2 features graphical recipe design, over a dozen
-standalone brewing tools, a beer style guide, inventory management, calendar and integrated shopping list."
-arch=(x86_64)
+pkgdesc="BeerSmith features graphical recipe design, over a dozen standalone brewing tools, a beer style guide, inventory management, calendar and integrated shopping list."
+arch=(i686 x86_64)
url="http://www.beersmith.com"
license=('unknown')
depends=(libpng12 webkitgtk2)
-source=("https://s3.amazonaws.com/BeerSmith2-2/BeerSmith-2.2.12_amd64.deb")
-md5sums=('f23b2a4d64bed4e6edb2c9d33f605a85')
+source_i686=("https://s3.amazonaws.com/BeerSmith2-2/BeerSmith-2.2.12.deb")
+source_x86_64=("https://s3.amazonaws.com/BeerSmith2-2/BeerSmith-2.2.12_amd64.deb")
+md5sums_i386=('94b3e36a264fb36b2547dfb85da1a3ad')
+md5sums_x86_64=('f23b2a4d64bed4e6edb2c9d33f605a85')
package() {
msg2 "Extracting the data.tar.gz..."