summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin T. H. Sandsmark2021-03-08 23:54:24 +0100
committerMartin T. H. Sandsmark2021-03-08 23:54:24 +0100
commitee438aadfd540c472c49a5bc60e96a389bbfe263 (patch)
tree324a9b5615aa1d546dc09244e72ee2e36eb623ca
parentd50eab7698143addc15accc003d89b24a1781934 (diff)
downloadaur-ee438aadfd540c472c49a5bc60e96a389bbfe263.tar.gz
update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bdb508407759..c9f11cdc2d7e 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 = 4
+ pkgver = 5
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/4.tar.gz
- sha256sums = cf3ddb4ba420475dc95587b5b3c729159b1a7a6d2f8cbe41b9dc09d921f64876
+ source = https://github.com/sandsmark/bincalc/archive/5.tar.gz
+ sha256sums = dc3a11c19461d8313067dbbcca593cb85a92004500549a36ee3e4788b0d511b6
pkgname = bincalc
diff --git a/PKGBUILD b/PKGBUILD
index 855df6626b09..af888e490e84 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=bincalc
-pkgver=4
+pkgver=5
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=('cf3ddb4ba420475dc95587b5b3c729159b1a7a6d2f8cbe41b9dc09d921f64876')
+sha256sums=('dc3a11c19461d8313067dbbcca593cb85a92004500549a36ee3e4788b0d511b6')
build() {
cd bincalc-${pkgver}