summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Lambiris2022-08-29 21:01:56 -0400
committerTony Lambiris2022-08-29 21:01:56 -0400
commit3d8c2b22675a390764986d42c6550b7450e98a03 (patch)
treee504217fa9654335c2978bd4fec9136a12bb2598
parent2b12ea191213d0babe44fae16249f660043ddcf6 (diff)
downloadaur-3d8c2b22675a390764986d42c6550b7450e98a03.tar.gz
Version bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 09dc8bf5eb6f..ecba4fb446b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = double-conversion-git
pkgdesc = Efficient binary-decimal and decimal-binary conversion routines for IEEE doubles.
- pkgver = 3.2.0.r6.ga109d7d
- pkgrel = 2
+ pkgver = 3.2.1.r0.gaf09fd6
+ pkgrel = 1
url = https://github.com/google/double-conversion
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index a8f5220a9951..c025d5fda1dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Tony Lambiris <tony@libpcap.net
pkgname=double-conversion-git
-pkgver=3.2.0.r6.ga109d7d
-pkgrel=2
+pkgver=3.2.1.r0.gaf09fd6
+pkgrel=1
pkgdesc='Efficient binary-decimal and decimal-binary conversion routines for IEEE doubles.'
arch=(i686 x86_64)
url='https://github.com/google/double-conversion'