summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKazuki Yamaguchi2023-12-09 19:56:23 +0900
committerKazuki Yamaguchi2023-12-09 19:56:23 +0900
commit690d622c39fc03196690514f975fa437ce91854a (patch)
tree1dcab5571675c2f59f3a7fea0f02806aadd5b06b /PKGBUILD
parente970ca6f78e6c7c2bffd2a54025d9b5f32c26dc2 (diff)
downloadaur-cproto.tar.gz
cproto 4.7u-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 08a0e010f1f6..c124fdbc5d01 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Kazuki Yamaguchi <k@rhe.jp>
pkgname=cproto
-pkgver=4.7u
+pkgver=4.7v
pkgrel=1
pkgdesc="A program that generates function prototypes and variable declarations from C source code."
arch=('i686' 'x86_64')
url="http://invisible-island.net/cproto/cproto.html"
license=('custom:public domain')
source=("https://invisible-island.net/archives/cproto/cproto-${pkgver}.tgz")
-sha256sums=('64ebbbcc5e0501aff296f431d06f9fb70863afe5b0ce66c3b3479072914fc51e')
+sha256sums=('f3dec3f6102770196976459c4b44ac27355f6120da76e5231ec1323e379d1511')
build() {
cd "$pkgname-$pkgver"