summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Greenaae2016-05-14 15:45:13 -0700
committerGreg Greenaae2016-05-14 15:45:13 -0700
commit9934b69773eb775bb1c4918987643edded8c4cac (patch)
treeb7bb42b2f0d5a673f7167528b8e59cca525c8e36
parenta535d7dcdac08070dd45c136ee4a027a7def8b33 (diff)
downloadaur-9934b69773eb775bb1c4918987643edded8c4cac.tar.gz
Suports both i686 and x86_64
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD11
2 files changed, 11 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ea8d6c61b6e..ed27e07eded2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
pkgbase = beersmith2
- pkgdesc = BeerSmith2 features graphical recipe design, over a dozen standalone brewing tools, a beer style guide, inventory management, calendar and integrated shopping list.
+ pkgdesc = BeerSmith features graphical recipe design, over a dozen standalone brewing tools, a beer style guide, inventory management, calendar and integrated shopping list.
pkgver = 2.2.12
pkgrel = 1
url = http://www.beersmith.com
+ arch = i686
arch = x86_64
license = unknown
depends = libpng12
depends = 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_x86_64 = f23b2a4d64bed4e6edb2c9d33f605a85
pkgname = beersmith2
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..."