summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesin2019-03-11 20:54:57 -0400
committerJesin2019-03-11 20:54:57 -0400
commit9c751d2ee49446bdb52649943491f65e2335c0ad (patch)
tree205edbf187dd5255486070f3b8389d8c908f4989
parentc189e39cbfa8dfc67c725d6cfad45fa82653e7ed (diff)
downloadaur-9c751d2ee49446bdb52649943491f65e2335c0ad.tar.gz
v0.98.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13d27753ce37..604ff48b861b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = libb2-git
pkgdesc = C library providing BLAKE2b, BLAKE2s, BLAKE2bp, BLAKE2sp hash functions
- pkgver = 0.98+7+g7feb2bb
+ pkgver = 0.98.1
pkgrel = 1
url = https://blake2.net/
arch = x86_64
license = custom:CC0
makedepends = git
- provides = libb2=0.98
+ provides = libb2=0.98.1
conflicts = libb2
source = git+https://github.com/BLAKE2/libb2
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index ff5c4d671c2c..ae619b1e1210 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jesin <Jesin00@gmail.com>
pkgname=libb2-git
_name="${pkgname%-git}"
-pkgver=0.98+7+g7feb2bb
+pkgver=0.98.1
pkgrel=1
arch=(x86_64)
pkgdesc='C library providing BLAKE2b, BLAKE2s, BLAKE2bp, BLAKE2sp hash functions'