summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMihai Bişog2018-06-01 17:45:40 +0300
committerMihai Bişog2018-06-01 17:45:40 +0300
commit0779729bb88ea5e70904f685cfacbd70f89f0be6 (patch)
treeb99f325626daa22051c2157d3dc4967fa640d287
parentb691d7a733d046d60e51a874de672e9896a37cf8 (diff)
downloadaur-0779729bb88ea5e70904f685cfacbd70f89f0be6.tar.gz
:zap: Bumped to version v5.0.0
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b6367b5d0396..1f4fbd01ff4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mihai Bişog <mihai.bisog at [gmail] d0t com>
pkgname=fmt
-pkgver=4.1.0
-pkgrel=3
+pkgver=5.0.0
+pkgrel=1
pkgdesc="Open-source formatting library for C++."
arch=("i686" "x86_64")
url="http://fmtlib.net"
@@ -9,7 +9,7 @@ license=("BSD")
makedepends=("cmake")
source=("https://github.com/fmtlib/fmt/archive/$pkgver.tar.gz")
-md5sums=('057d1fc49f6d3114e29e8cc72cf70e08')
+md5sums=('4c33de20d7ed4a4d8040328200f685f8')
build() {
cd "$pkgname-$pkgver"