summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b14b66a46f97..89cdea3ca294 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = parsergen
pkgdesc = LR1/GLR parser generator into Modern C++ code which must be built with bux library
pkgver = 1.5.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/buck-yeh/parsergen.git
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 8456740e0424..97b0f74c2c8a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
# Maintainer: Buck Yeh <buck.yeh at gmail dot com>
pkgname=parsergen
-pkgver=VERSION
-pkgrel=1
+pkgver=1.5.0
+pkgrel=2
epoch=
pkgdesc='LR1/GLR parser generator into Modern C++ code which must be built with bux library'
arch=('x86_64')