summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Wojdyła2023-06-27 19:25:38 +0200
committerMichał Wojdyła2023-06-27 19:25:38 +0200
commit507262f9d45750c546f4f294a05963653fcc0f59 (patch)
tree884060c8f0a3191acba367d03124c3d305c6bf27
parentf67a1e0027aee33d0e996e5b161b4f23eb970b89 (diff)
downloadaur-haskell-aosd.tar.gz
fix deps
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD4
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3362f8b88e4b..836ad79faaa4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,14 +7,14 @@ pkgbase = haskell-aosd
arch = x86_64
license = custom:BSD3
makedepends = ghc
- makedepends = haskell-x11
- makedepends = haskell-bindings-dsl
- makedepends = haskell-cairo
- makedepends = haskell-colour
- makedepends = haskell-monad-control
- makedepends = haskell-pango
- makedepends = libaosd
depends = ghc-libs
+ depends = haskell-x11
+ depends = haskell-bindings-dsl
+ depends = haskell-cairo
+ depends = haskell-colour
+ depends = haskell-monad-control
+ depends = haskell-pango
+ depends = libaosd
options = strip
options = staticlibs
source = http://hackage.haskell.org/packages/archive/aosd/0.2.2/aosd-0.2.2.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 662f2765d225..f84302ecd10c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ pkgdesc="Bindings to libaosd, a library for Cairo-based on-screen displays"
url="http://hackage.haskell.org/package/${_hkgname}"
license=('custom:BSD3')
arch=('i686' 'x86_64')
-depends=('ghc-libs')
-makedepends=('ghc' 'haskell-x11' 'haskell-bindings-dsl' 'haskell-cairo' 'haskell-colour' 'haskell-monad-control' 'haskell-pango' 'libaosd')
+depends=('ghc-libs' 'haskell-x11' 'haskell-bindings-dsl' 'haskell-cairo' 'haskell-colour' 'haskell-monad-control' 'haskell-pango' 'libaosd')
+makedepends=('ghc')
options=('strip' 'staticlibs')
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
md5sums=('60d5c95bdd327e225d618e461bbde2d9')