summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3551c9147507..b62e7f9f956e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Jan Max Meyer <codepilot@phorward.info>
pkgname=phorward
-pkgver=0.21.0
+pkgver=0.22.0
pkgrel=1
epoch=
-pkgdesc="A free C library for parser development, lexical analysis, regular expressions and more."
-arch=('i686' 'x86_64' 'armv6h')
+pkgdesc="Versatile C library for parsing, lexing, regular expressions and more."
+arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
url="https://phorward.info"
license=('BSD')
makedepends=()
@@ -12,7 +12,7 @@ checkdepends=()
optdepends=('txt2tags: Documentation generator')
#changelog=CHANGELOG
source=("https://phorward.info/download/phorward/$pkgname-$pkgver.tar.gz")
-md5sums=('0a584b69b01c2ada9249eb6b34da92a0')
+md5sums=('71f6b634aee491f6a574de42c223a84b')
build() {
cd "$pkgname-$pkgver"