aboutsummaryrefslogtreecommitdiffstats
path: root/libparser/PKGBUILD
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-04-19 11:35:16 +0200
committerMattias Andrée <maandree@kth.se>2021-04-19 11:35:16 +0200
commit5fcb4e1f8474445e4c1d14d2939c46fabcd8ebb1 (patch)
treef1e3ae43193912e218ccb461a37a1e9c5e7b02e3 /libparser/PKGBUILD
parentUpdate libparser (diff)
downloadaur-packages-5fcb4e1f8474445e4c1d14d2939c46fabcd8ebb1.tar.gz
aur-packages-5fcb4e1f8474445e4c1d14d2939c46fabcd8ebb1.tar.bz2
aur-packages-5fcb4e1f8474445e4c1d14d2939c46fabcd8ebb1.tar.xz
Update libparser
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'libparser/PKGBUILD')
-rw-r--r--libparser/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/libparser/PKGBUILD b/libparser/PKGBUILD
index 969481c..f430b67 100644
--- a/libparser/PKGBUILD
+++ b/libparser/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@kth.se>
pkgname=libparser
-pkgver=1.0.1
+pkgver=1.1
pkgrel=1
pkgdesc="Context-free grammar parsing library"
arch=(x86_64)
@@ -11,7 +11,7 @@ depends=()
checkdepends=()
makedepends=()
source=(libparser-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-sha256sums=(505722b67013a36f18eeb5ead3f2e7dda3cc6ae27305402c5aa4f987d1c61578)
+sha256sums=(308b2fbfbb5755d715bda5d4b20469f2b3dfc81bbc990adeae493fa3a043ff9c)
build() {
cd "$srcdir/$pkgname-$pkgver"