summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7229e60a76d0..1c5232e76988 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bcal
pkgdesc = Storage conversion and expression calculator
- pkgver = 2.0
+ pkgver = 2.1
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/v2.0.tar.gz
- sha256sums = 7120b25a74b2bec99d75238c235e440f5338d53ad64a4cfe4d05e65814ac91d2
+ source = https://github.com/jarun/bcal/archive/v2.1.tar.gz
+ sha256sums = c0b6cb911a773abdd555e6a9e0eb8a25934ceca038156e6250e117fa451beaa6
pkgname = bcal
diff --git a/PKGBUILD b/PKGBUILD
index 79139646ed06..84a39b4fd01d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Contributor: John Jenkins <twodopeshaggy@gmail.com>
pkgname=bcal
-pkgver=2.0
+pkgver=2.1
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=('7120b25a74b2bec99d75238c235e440f5338d53ad64a4cfe4d05e65814ac91d2')
+sha256sums=('c0b6cb911a773abdd555e6a9e0eb8a25934ceca038156e6250e117fa451beaa6')
conflicts=('bcal-git')
provides=('bcal')