summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDino Morelli2016-10-28 09:18:34 -0400
committerDino Morelli2016-10-28 09:18:34 -0400
commitc922a52231c88a99fa849fee25d74e6bf39cb307 (patch)
tree825cb3d40f7d574b4287f3cac6d630ddb3a87a39 /PKGBUILD
parente5a77f93f9de733c5a239fbd1b1bf4aafa46a165 (diff)
downloadaur-c922a52231c88a99fa849fee25d74e6bf39cb307.tar.gz
Fixed problem with building on systems without any ghc
Added ghc as a build dependency.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 91cbbe3dc42f..64709645bb4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=photoname
pkgver=3.2
-pkgrel=1
+pkgrel=2
pkgdesc='Rename JPEG photo files based on shoot date'
arch=('i686' 'x86_64')
url="http://hub.darcs.net/dino/photoname"
license=('BSD3')
depends=('gmp' 'libexif' 'libffi')
-makedepends=('stack')
+makedepends=('ghc' 'stack')
source=("http://hackage.haskell.org/package/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz")
sha256sums=('6a4ee3e631d005b6904444d025ec1ccd9aa4dd0e841f4068806567998e86fcf9')