summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKazuki Yamaguchi2019-04-15 08:14:42 +0000
committerKazuki Yamaguchi2019-04-15 08:14:42 +0000
commit17375a2619b50e1d9767db82886e07d19553112c (patch)
treeaa7ecfab8755ee6d939b28625f8d6617e18176d8
parentb05a931c85507a16f4baf717e729f9f504df3ef5 (diff)
downloadaur-17375a2619b50e1d9767db82886e07d19553112c.tar.gz
cproto 4.7o-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 101dfbf4705c..6a517b55e1e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by mksrcinfo v8
-# Mon Sep 4 15:06:29 UTC 2017
pkgbase = cproto
pkgdesc = Cproto is a program that generates function prototypes and variable declarations from C source code.
pkgver = 4.7m
@@ -8,8 +6,8 @@ pkgbase = cproto
arch = i686
arch = x86_64
license = custom:public domain
- source = ftp://ftp.invisible-island.net/pub/cproto/cproto-4.7m.tgz
- sha256sums = 4b482e80f1b492e94f8dcda74d25a7bd0381c870eb500c18e7970ceacdc07c89
+ source = ftp://ftp.invisible-island.net/pub/cproto/cproto-4.7o.tgz
+ sha256sums = c76b0b72064e59709459bb7d75d6ec929f77ce5ae7f2610d169ba0fa20ccb44f
pkgname = cproto
diff --git a/PKGBUILD b/PKGBUILD
index e20f4306f283..4d67265a22ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,8 @@ url="http://invisible-island.net/cproto/cproto.html"
license=('custom:public domain')
depends=()
makedepends=()
-source=("ftp://ftp.invisible-island.net/pub/cproto/cproto-4.7m.tgz")
-sha256sums=('4b482e80f1b492e94f8dcda74d25a7bd0381c870eb500c18e7970ceacdc07c89')
+source=("ftp://ftp.invisible-island.net/pub/cproto/cproto-4.7o.tgz")
+sha256sums=('c76b0b72064e59709459bb7d75d6ec929f77ce5ae7f2610d169ba0fa20ccb44f')
build() {
cd "$pkgname-$pkgver"