summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKazuki Yamaguchi2023-12-09 19:56:23 +0900
committerKazuki Yamaguchi2023-12-09 19:56:23 +0900
commit690d622c39fc03196690514f975fa437ce91854a (patch)
tree1dcab5571675c2f59f3a7fea0f02806aadd5b06b
parente970ca6f78e6c7c2bffd2a54025d9b5f32c26dc2 (diff)
downloadaur-cproto.tar.gz
cproto 4.7u-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d975b8c6081..b5d3d5cbe436 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = cproto
pkgdesc = A program that generates function prototypes and variable declarations from C source code.
- pkgver = 4.7u
+ pkgver = 4.7v
pkgrel = 1
url = http://invisible-island.net/cproto/cproto.html
arch = i686
arch = x86_64
license = custom:public domain
- source = https://invisible-island.net/archives/cproto/cproto-4.7u.tgz
- sha256sums = 64ebbbcc5e0501aff296f431d06f9fb70863afe5b0ce66c3b3479072914fc51e
+ source = https://invisible-island.net/archives/cproto/cproto-4.7v.tgz
+ sha256sums = f3dec3f6102770196976459c4b44ac27355f6120da76e5231ec1323e379d1511
pkgname = cproto
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"