Date: Tuesday, June 23, 2015 @ 18:57:27 Author: schuay Revision: 135766
angband: add manual generation Modified: angband/trunk/PKGBUILD ----------+ PKGBUILD | 1 + 1 file changed, 1 insertion(+) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-06-23 16:39:12 UTC (rev 135765) +++ PKGBUILD 2015-06-23 16:57:27 UTC (rev 135766) @@ -15,6 +15,7 @@ url="http://rephial.org/" license=('GPL2' 'custom') depends=('sdl_image' 'sdl_ttf' 'sdl_mixer' 'ncurses') +makedepends=('python-docutils') source=("http://rephial.org/downloads/${pkgver:0:3}/${pkgname}-v${pkgver}.tar.gz") build() {
