summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohnathan Jenkins2017-10-07 10:55:05 -0700
committerJohnathan Jenkins2017-10-07 10:55:05 -0700
commita5d11dd851fbdfd73dda2a4369096152fbc342ed (patch)
tree926390a0fdf64c9128564e712a5dcceab7d85c8e
parentd001b2816fcd067ccc0079b17cf08459e3323a70 (diff)
downloadaur-a5d11dd851fbdfd73dda2a4369096152fbc342ed.tar.gz
1.7 release
-rwxr-xr-x[-rw-r--r--].SRCINFO10
-rwxr-xr-x[-rw-r--r--]PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 281b3ff06d75..9cffce1e9a95 100644..100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Fri Jun 30 02:56:34 UTC 2017
+# Sat Oct 7 17:54:53 UTC 2017
pkgbase = bcal
- pkgdesc = Byte CALculator. The engineer's utility for storage conversions and calculations.
- pkgver = 1.6
+ pkgdesc = Byte CALculator for storage conversions and calculations.
+ pkgver = 1.7
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.6.tar.gz
- md5sums = a19de8d329a2b34a5ff3f3cfaa8c6a19
+ source = https://github.com/jarun/bcal/archive/v1.7.tar.gz
+ md5sums = ec28d56c935a3c0c3180ae40e6b62c58
pkgname = bcal
diff --git a/PKGBUILD b/PKGBUILD
index fc4bb1ae3849..5d0148128eac 100644..100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: John Jenkins <twodopeshaggy@gmail.com>
pkgname=bcal
-pkgver=1.6
+pkgver=1.7
pkgrel=1
-pkgdesc="Byte CALculator. The engineer's utility for storage conversions and calculations."
+pkgdesc="Byte CALculator 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=('a19de8d329a2b34a5ff3f3cfaa8c6a19')
+md5sums=('ec28d56c935a3c0c3180ae40e6b62c58')
conflicts=('bcal-git')
provides=('bcal')