summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin T. H. Sandsmark2020-09-21 19:31:12 +0200
committerMartin T. H. Sandsmark2020-09-21 19:31:12 +0200
commitd50eab7698143addc15accc003d89b24a1781934 (patch)
tree1bfac1d64987e19569890f817afb5417958b8322
parentf8ddaf01c2f479fe68ee284b60cceb90ca4b1213 (diff)
downloadaur-d50eab7698143addc15accc003d89b24a1781934.tar.gz
bump ver
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index acef508ad960..bdb508407759 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bincalc
pkgdesc = Command line calculator for bit fiddling (showing bits, showing as floats, etc.)
- pkgver = 3
+ pkgver = 4
pkgrel = 1
url = https://github.com/sandsmark/bincalc
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = bincalc
license = GPL2
makedepends = gcc
depends = gmp
- source = https://github.com/sandsmark/bincalc/archive/3.tar.gz
- sha256sums = e85a7434183c9c996c2b6442a8322fd6f2288cf2d927b996652e2565a916b61e
+ source = https://github.com/sandsmark/bincalc/archive/4.tar.gz
+ sha256sums = cf3ddb4ba420475dc95587b5b3c729159b1a7a6d2f8cbe41b9dc09d921f64876
pkgname = bincalc
diff --git a/PKGBUILD b/PKGBUILD
index 71563092d6f6..855df6626b09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=bincalc
-pkgver=3
+pkgver=4
pkgrel=1
pkgdesc='Command line calculator for bit fiddling (showing bits, showing as floats, etc.)'
url='https://github.com/sandsmark/bincalc'
@@ -8,7 +8,7 @@ license=('GPL2')
makedepends=(gcc)
depends=(gmp)
source=("https://github.com/sandsmark/bincalc/archive/${pkgver}.tar.gz")
-sha256sums=('e85a7434183c9c996c2b6442a8322fd6f2288cf2d927b996652e2565a916b61e')
+sha256sums=('cf3ddb4ba420475dc95587b5b3c729159b1a7a6d2f8cbe41b9dc09d921f64876')
build() {
cd bincalc-${pkgver}