summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Max Meyer2018-04-17 11:46:57 +0200
committerJan Max Meyer2018-04-17 11:46:57 +0200
commit5151ab35cbf732207668632c77bd9933d453440e (patch)
tree36eb4ef7a7c686c3a259ed2244c9fb6212994f4f
parentd221b1da57e5fce7b91ffb80e398e3d5231b7c17 (diff)
downloadaur-5151ab35cbf732207668632c77bd9933d453440e.tar.gz
Updating to v0.22.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ec82e5523fd..3a68c7320a28 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,17 @@
pkgbase = phorward
- pkgdesc = A free C library for parser development, lexical analysis, regular expressions and more.
- pkgver = 0.21.0
+ pkgdesc = Versatile C library for parsing, lexing, regular expressions and more.
+ pkgver = 0.22.0
pkgrel = 1
url = https://phorward.info
arch = i686
arch = x86_64
arch = armv6h
+ arch = armv7h
+ arch = aarch64
license = BSD
optdepends = txt2tags: Documentation generator
- source = https://phorward.info/download/phorward/phorward-0.21.0.tar.gz
- md5sums = 0a584b69b01c2ada9249eb6b34da92a0
+ source = https://phorward.info/download/phorward/phorward-0.22.0.tar.gz
+ md5sums = 71f6b634aee491f6a574de42c223a84b
pkgname = phorward
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"