summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJohnathan Jenkins2016-10-20 07:27:34 -0700
committerJohnathan Jenkins2016-10-20 07:27:34 -0700
commitd8625151515040cd468820d6f1e630fafc7b9337 (patch)
treeccc4ca840959d0f68a32bdf7174c0daa9113623c /PKGBUILD
parent38db8a12291b39a28804b651309a021194e8ad51 (diff)
downloadaur-d8625151515040cd468820d6f1e630fafc7b9337.tar.gz
disable 32bit arch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5a52e842cf5b..7f0956f80a5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
pkgname=bcal
pkgver=1.4
-pkgrel=0
+pkgrel=1
pkgdesc="Byte CALculator. The engineer's utility for storage conversions and calculations."
-arch=("i686" "x86_64")
+arch=("x86_64")
url="https://github.com/jarun/bcal"
license=('GPL3')
source=("https://github.com/jarun/bcal/archive/v${pkgver//_/-}.tar.gz")