summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5867cf22da4..7318ef9b196b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = packcc
pkgdesc = A parser generator for C
- pkgver = 2.0.0
+ pkgver = 2.0.2
pkgrel = 1
url = https://arithy.github.io/packcc/
arch = x86_64
license = MIT
depends = glibc
- source = packcc-2.0.0.tar.gz::https://github.com/arithy/packcc/archive/refs/tags/v2.0.0.tar.gz
- sha256sums = c436d0a733dc2d1763b364ff87bf528a52981e51b2f730442868c706dd8cbf65
+ source = packcc-2.0.2.tar.gz::https://github.com/arithy/packcc/archive/refs/tags/v2.0.2.tar.gz
+ sha256sums = b9bea7b2dee2a9bbc4d513a912b52d646556161a4f97e1074c9c9a509f2cc343
pkgname = packcc
diff --git a/PKGBUILD b/PKGBUILD
index 946b82ba898f..5c40d6642f76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: rpkak <rpkak@users.noreply.github.com>
pkgname='packcc'
-pkgver=2.0.0
+pkgver=2.0.2
pkgrel=1
epoch=
pkgdesc="A parser generator for C"
@@ -20,7 +20,7 @@ options=()
install=
changelog=
source=("$pkgname-$pkgver.tar.gz::https://github.com/arithy/$pkgname/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('c436d0a733dc2d1763b364ff87bf528a52981e51b2f730442868c706dd8cbf65')
+sha256sums=('b9bea7b2dee2a9bbc4d513a912b52d646556161a4f97e1074c9c9a509f2cc343')
validpgpkeys=()
build() {