summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohnathan Jenkins2017-04-10 07:49:59 -0700
committerJohnathan Jenkins2017-04-10 07:49:59 -0700
commitb3bfc130b369a59f532143bf6257a4fb5a673134 (patch)
tree809c0160a4f53003433d5e24023e6254321bec97
parentd8625151515040cd468820d6f1e630fafc7b9337 (diff)
downloadaur-b3bfc130b369a59f532143bf6257a4fb5a673134.tar.gz
1.5 release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c88cf227d34a..002881332653 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Thu Oct 20 14:27:21 UTC 2016
+# Mon Apr 10 14:49:50 UTC 2017
pkgbase = bcal
pkgdesc = Byte CALculator. The engineer's utility for storage conversions and calculations.
- pkgver = 1.4
+ pkgver = 1.5
pkgrel = 1
url = https://github.com/jarun/bcal
arch = x86_64
license = GPL3
provides = bcal
conflicts = bcal-git
- source = https://github.com/jarun/bcal/archive/v1.4.tar.gz
- md5sums = fc2833f3176e64d3dffa03b76c3985e0
+ source = https://github.com/jarun/bcal/archive/v1.5.tar.gz
+ md5sums = 8c107c15265fadbe21761bd9a9a19911
pkgname = bcal
diff --git a/PKGBUILD b/PKGBUILD
index 7f0956f80a5a..1aa2e625759b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: John Jenkins <twodopeshaggy@gmail.com>
pkgname=bcal
-pkgver=1.4
+pkgver=1.5
pkgrel=1
pkgdesc="Byte CALculator. The engineer's utility for storage conversions and calculations."
arch=("x86_64")
url="https://github.com/jarun/bcal"
license=('GPL3')
source=("https://github.com/jarun/bcal/archive/v${pkgver//_/-}.tar.gz")
-md5sums=('fc2833f3176e64d3dffa03b76c3985e0')
+md5sums=('8c107c15265fadbe21761bd9a9a19911')
conflicts=('bcal-git')
provides=('bcal')