summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Arias2018-05-21 18:38:09 +0200
committerPablo Arias2018-05-21 18:38:09 +0200
commit4a39f107a637342f768941a98c9d2c19f6e1367a (patch)
tree9e10fc1aca6b6b3bc6765b2aeb779d6a2ef713aa
parent513e90cc555952a84a44cf547d7f405dec58baa2 (diff)
downloadaur-4a39f107a637342f768941a98c9d2c19f6e1367a.tar.gz
Bumped to version 1.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a267df4ae2e..caf9088f33e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bcal
pkgdesc = Storage conversion and expression calculator
- pkgver = 1.8
+ pkgver = 1.9
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.8.tar.gz
- sha256sums = 2bdf9057456e30e97ace3becbdbf7642bbc1689668e8aaad2ef6bfe9c4de9603
+ source = https://github.com/jarun/bcal/archive/v1.9.tar.gz
+ sha256sums = 5d075deaef087680ea4c153ed5f0696f8be149a59ce0e5aaeb3f5b1180b2ec81
pkgname = bcal
diff --git a/PKGBUILD b/PKGBUILD
index e7996c38c184..4a4c033c8ee7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Contributor: John Jenkins <twodopeshaggy@gmail.com>
pkgname=bcal
-pkgver=1.8
+pkgver=1.9
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=('2bdf9057456e30e97ace3becbdbf7642bbc1689668e8aaad2ef6bfe9c4de9603')
+sha256sums=('5d075deaef087680ea4c153ed5f0696f8be149a59ce0e5aaeb3f5b1180b2ec81')
conflicts=('bcal-git')
provides=('bcal')