summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbuck-yeh2020-12-21 20:16:29 +0800
committerbuck-yeh2020-12-21 20:16:29 +0800
commitf37f37c94f36d9637adb6895f4073fbd2cc37f39 (patch)
treeb58752f12c74a2c5021165ecc52d37c07515b61f
parent7a90c611fbda8155aa745ed3af5ee7d4dff882c5 (diff)
downloadaur-f37f37c94f36d9637adb6895f4073fbd2cc37f39.tar.gz
1) [Change] Increment release number.
-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')