summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohnathan Jenkins2016-10-17 20:47:27 -0700
committerJohnathan Jenkins2016-10-17 20:47:27 -0700
commit38db8a12291b39a28804b651309a021194e8ad51 (patch)
treebe69b4b103a1c333c87fcbdb3e6d594c122d968a
parent6d0873d05a373e690a7642350febf842b9a3182b (diff)
downloadaur-38db8a12291b39a28804b651309a021194e8ad51.tar.gz
update to 1.4 release
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c36936887a0..ca1d0c6ae280 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Tue Oct 4 20:45:54 UTC 2016
+# Tue Oct 18 03:47:18 UTC 2016
pkgbase = bcal
pkgdesc = Byte CALculator. The engineer's utility for storage conversions and calculations.
- pkgver = 1.1
- pkgrel = 1
+ pkgver = 1.4
+ pkgrel = 0
url = https://github.com/jarun/bcal
arch = i686
arch = x86_64
license = GPL3
provides = bcal
conflicts = bcal-git
- source = https://github.com/jarun/bcal/archive/v1.1.tar.gz
- md5sums = 17e712057d9ee202cb4f538903c82110
+ source = https://github.com/jarun/bcal/archive/v1.4.tar.gz
+ md5sums = fc2833f3176e64d3dffa03b76c3985e0
pkgname = bcal
diff --git a/PKGBUILD b/PKGBUILD
index 0b2efd9b67d3..5a52e842cf5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: John Jenkins <twodopeshaggy@gmail.com>
pkgname=bcal
-pkgver=1.1
-pkgrel=1
+pkgver=1.4
+pkgrel=0
pkgdesc="Byte CALculator. The engineer's utility for storage conversions and calculations."
arch=("i686" "x86_64")
url="https://github.com/jarun/bcal"
license=('GPL3')
source=("https://github.com/jarun/bcal/archive/v${pkgver//_/-}.tar.gz")
-md5sums=('17e712057d9ee202cb4f538903c82110')
+md5sums=('fc2833f3176e64d3dffa03b76c3985e0')
conflicts=('bcal-git')
provides=('bcal')