summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJan Max Meyer2019-05-28 13:16:16 +0200
committerJan Max Meyer2019-05-28 13:16:16 +0200
commit3ea3940b8fa6e9b941014eb0765d4bbed7ec5295 (patch)
tree9cc816e6dadf5a6b7b101dba96c431b161de2a06 /PKGBUILD
parent5d3afa37c79fdb76c6e9f70692ae7e2b518f49e8 (diff)
downloadaur-phorward.tar.gz
v0.24.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 12b9e19ecf7a..dc9d41e871b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Jan Max Meyer <codepilot@phorward.info>
pkgname=phorward
-pkgver=0.23.0
+pkgver=0.24.0
pkgrel=1
epoch=
-pkgdesc="C library for parsing, lexing, regular expressions and more."
+pkgdesc="C/C++ library and tools for dynamic data structures, regular expressions, etc."
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
url="https://phorward.info"
license=('BSD')
@@ -12,7 +12,7 @@ checkdepends=()
optdepends=('txt2tags: Documentation generator')
#changelog=CHANGELOG
source=("https://phorward.info/download/phorward/$pkgname-$pkgver.tar.gz")
-md5sums=('8ef64f742972962c85b5161627d6ed0c')
+sha256sums=('a571862d5feb759fee5e6695f8e8553d6d1a1ad3dd28a5f4037e398566c9e5c7')
build() {
cd "$pkgname-$pkgver"