summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorShengyu Zhang2016-12-27 17:59:31 +0800
committerShengyu Zhang2016-12-27 17:59:31 +0800
commitef37370146348af4dd01cb1c52389740ef87b567 (patch)
treec9f172d5285c44f147364e615480ec5b10de6d3f /PKGBUILD
parentc77a0908b5511dd0f3556e9f611487f36885a5d3 (diff)
downloadaur-cinclude2dot.tar.gz
Fix package source
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7469c93cf399..76991f54f185 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=cinclude2dot
pkgver=1.1
-pkgrel=1
+pkgrel=2
pkgdesc="a perl script which analyses C/C++ code and produces a #include dependency graph."
url="https://www.flourish.org/cinclude2dot/"
arch=('any')
license=('GPL')
depends=('perl')
optdepends=('graphviz: convert dot file to png file.')
-source="https://www.flourish.org/cinclude2dot/cinclude2dot"
+source=('https://www.flourish.org/cinclude2dot/cinclude2dot')
sha256sums=('78f2e60d49882c7d0969a2ac396238234d7b8d16eef83cc2910e6556fd6b990c')
package() {