summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohnathan Jenkins2017-06-29 19:56:59 -0700
committerJohnathan Jenkins2017-06-29 19:56:59 -0700
commitd001b2816fcd067ccc0079b17cf08459e3323a70 (patch)
tree07513d7b73001da04ca63c3d7d8d2880e30db23d
parentb3bfc130b369a59f532143bf6257a4fb5a673134 (diff)
downloadaur-d001b2816fcd067ccc0079b17cf08459e3323a70.tar.gz
1.6 release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 002881332653..281b3ff06d75 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Mon Apr 10 14:49:50 UTC 2017
+# Fri Jun 30 02:56:34 UTC 2017
pkgbase = bcal
pkgdesc = Byte CALculator. The engineer's utility for storage conversions and calculations.
- pkgver = 1.5
+ pkgver = 1.6
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.5.tar.gz
- md5sums = 8c107c15265fadbe21761bd9a9a19911
+ source = https://github.com/jarun/bcal/archive/v1.6.tar.gz
+ md5sums = a19de8d329a2b34a5ff3f3cfaa8c6a19
pkgname = bcal
diff --git a/PKGBUILD b/PKGBUILD
index 1aa2e625759b..fc4bb1ae3849 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: John Jenkins <twodopeshaggy@gmail.com>
pkgname=bcal
-pkgver=1.5
+pkgver=1.6
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=('8c107c15265fadbe21761bd9a9a19911')
+md5sums=('a19de8d329a2b34a5ff3f3cfaa8c6a19')
conflicts=('bcal-git')
provides=('bcal')