summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKazuki Yamaguchi2022-12-16 17:49:19 +0900
committerKazuki Yamaguchi2022-12-16 17:49:19 +0900
commite970ca6f78e6c7c2bffd2a54025d9b5f32c26dc2 (patch)
tree1a400819c6ed0b05fac39265593a36d522604d7c /PKGBUILD
parent6d9a19e09b9bc0e717ce287348b9f80871719d2d (diff)
downloadaur-e970ca6f78e6c7c2bffd2a54025d9b5f32c26dc2.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 8af11b3f01c1..08a0e010f1f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Kazuki Yamaguchi <k@rhe.jp>
pkgname=cproto
-pkgver=4.7t
+pkgver=4.7u
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=('3cce82a71687b69e0a3e23489fe825ba72e693e559ccf193395208ac0eb96fe5')
+sha256sums=('64ebbbcc5e0501aff296f431d06f9fb70863afe5b0ce66c3b3479072914fc51e')
build() {
cd "$pkgname-$pkgver"