summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Arias2018-10-07 14:08:30 +0200
committerPablo Arias2018-10-07 14:08:30 +0200
commit7c29afae85157a334eed19dda3677b834f8cfc23 (patch)
tree686422be722829cb2979251aeaca4532bd936038
parent4a39f107a637342f768941a98c9d2c19f6e1367a (diff)
downloadaur-7c29afae85157a334eed19dda3677b834f8cfc23.tar.gz
Updated to version 2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index caf9088f33e7..7229e60a76d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bcal
pkgdesc = Storage conversion and expression calculator
- pkgver = 1.9
+ pkgver = 2.0
pkgrel = 1
url = https://github.com/jarun/bcal
arch = i686
@@ -8,8 +8,8 @@ pkgbase = bcal
license = GPL3
provides = bcal
conflicts = bcal-git
- source = https://github.com/jarun/bcal/archive/v1.9.tar.gz
- sha256sums = 5d075deaef087680ea4c153ed5f0696f8be149a59ce0e5aaeb3f5b1180b2ec81
+ source = https://github.com/jarun/bcal/archive/v2.0.tar.gz
+ sha256sums = 7120b25a74b2bec99d75238c235e440f5338d53ad64a4cfe4d05e65814ac91d2
pkgname = bcal
diff --git a/PKGBUILD b/PKGBUILD
index 4a4c033c8ee7..79139646ed06 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Contributor: John Jenkins <twodopeshaggy@gmail.com>
pkgname=bcal
-pkgver=1.9
+pkgver=2.0
pkgrel=1
pkgdesc="Storage conversion and expression calculator"
arch=("i686" "x86_64")
url="https://github.com/jarun/bcal"
license=('GPL3')
source=("https://github.com/jarun/bcal/archive/v${pkgver//_/-}.tar.gz")
-sha256sums=('5d075deaef087680ea4c153ed5f0696f8be149a59ce0e5aaeb3f5b1180b2ec81')
+sha256sums=('7120b25a74b2bec99d75238c235e440f5338d53ad64a4cfe4d05e65814ac91d2')
conflicts=('bcal-git')
provides=('bcal')