summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohnathan Jenkins2016-10-20 07:27:34 -0700
committerJohnathan Jenkins2016-10-20 07:27:34 -0700
commitd8625151515040cd468820d6f1e630fafc7b9337 (patch)
treeccc4ca840959d0f68a32bdf7174c0daa9113623c
parent38db8a12291b39a28804b651309a021194e8ad51 (diff)
downloadaur-d8625151515040cd468820d6f1e630fafc7b9337.tar.gz
disable 32bit arch
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca1d0c6ae280..c88cf227d34a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Tue Oct 18 03:47:18 UTC 2016
+# Thu Oct 20 14:27:21 UTC 2016
pkgbase = bcal
pkgdesc = Byte CALculator. The engineer's utility for storage conversions and calculations.
pkgver = 1.4
- pkgrel = 0
+ pkgrel = 1
url = https://github.com/jarun/bcal
- arch = i686
arch = x86_64
license = GPL3
provides = bcal
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")