summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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")