diff options
Diffstat (limited to 'pcr/shocco/PKGBUILD')
-rw-r--r-- | pcr/shocco/PKGBUILD | 4 |
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" |