summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 43783866d5dd..6676e6260291 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andy Weidenbaum <archbaum@gmail.com>
pkgname=flatcc
-pkgver=0.3.5
+pkgver=0.4.0
pkgrel=1
pkgdesc="FlatBuffers Compiler and Library in C for C"
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ url="https://github.com/dvidelabs/flatcc"
license=('Apache')
options=('staticlibs')
source=($pkgname-$pkgver.tar.gz::https://codeload.github.com/dvidelabs/$pkgname/tar.gz/v$pkgver)
-sha256sums=('e43e6e669179c19c9a5716f6144974561a02619f331325758acf8a85d591e4ec')
+sha256sums=('6785435e47968e9e7e186821639b8479da911a66fd41dcb39cc9ad0c73f00db6')
build() {
cd "$srcdir/$pkgname-$pkgver"