summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy B2019-03-19 19:21:14 +0100
committerAndy B2019-03-19 19:21:14 +0100
commitd2983a80d7fe6ce30f68b57cd213d4e18c2c96a7 (patch)
tree46d84b8d07f642bc9cd5260683c1d07c50f1c654
parent574e649a57be775fa51979da3686920d9857b736 (diff)
downloadaur-d2983a80d7fe6ce30f68b57cd213d4e18c2c96a7.tar.gz
fixed url
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7dc9f398efed..c35c7075a437 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = haskell-alsa-mixer
pkgdesc = Provides bindings to the ALSA simple mixer API
pkgver = 0.3.0
pkgrel = 1
- url = https://hackage.haskell.org/package/alsa-core
+ url = https://hackage.haskell.org/package/alsa-mixer
arch = i686
arch = x86_64
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index b1b8018792cb..05e4779a83b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _hkgname=alsa-mixer
pkgver=0.3.0
pkgrel=1
pkgdesc="Provides bindings to the ALSA simple mixer API"
-url=https://hackage.haskell.org/package/alsa-core
+url=https://hackage.haskell.org/package/alsa-mixer
license=('BSD')
arch=('i686' 'x86_64')
depends=('ghc-libs' 'haskell-alsa-core' 'haskell-base' 'haskell-unix')