summaryrefslogtreecommitdiff
path: root/pcr
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2019-02-21 17:14:58 +0100
committerAndreas Grapentin <andreas@grapentin.org>2019-02-21 17:14:58 +0100
commite0e29b610c028963a9354160124f5a319bb2172b (patch)
tree0aa58b4f5d8f58b7efec0f12538eb8f068674857 /pcr
parentca7f5d08b7ea28c5d53c8edd9f3480aefac30dc2 (diff)
pcr/shocco: rebuilt
Diffstat (limited to 'pcr')
-rw-r--r--pcr/shocco/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/pcr/shocco/PKGBUILD b/pcr/shocco/PKGBUILD
index 22c84cb64..f19b9d575 100644
--- a/pcr/shocco/PKGBUILD
+++ b/pcr/shocco/PKGBUILD
@@ -2,7 +2,7 @@
pkgname="shocco"
pkgver=1.0
-pkgrel=1.1
+pkgrel=1.2
pkgdesc="Docco-like documentation generator for POSIX shell"
arch=('any')
url="http://rtomayko.github.com/shocco/"
@@ -11,7 +11,7 @@ depends=('markdown' 'pygmentize')
optdepends=('ronn: builds man pages')
source=("https://github.com/rtomayko/shocco/archive/$pkgver.tar.gz")
-md5sums=('a2833b69b22d406d47e0826083c3960d')
+sha256sums=('b3454ca818329955043b166a9808847368fd48dbe94c4b819a9f0c02cf57ce2e')
build() {
cd "$srcdir/$pkgname-$pkgver"