summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Kohlmeyer2018-03-22 16:24:05 +0100
committerSimon Kohlmeyer2018-03-22 16:24:05 +0100
commit4c8e9164d6892ef615bb73822551e72c5958a70e (patch)
treee5bbdc3129e0db8151c8c7435e109a4ce3c90052
parent9ece9150ac4c84deacc435b1481c1d7154b07c44 (diff)
downloadaur-4c8e9164d6892ef615bb73822551e72c5958a70e.tar.gz
Correct upstream url
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a4076b77d35..e4532973bc54 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
# Generated by mksrcinfo v8
-# Thu Mar 22 15:09:41 UTC 2018
+# Thu Mar 22 15:23:47 UTC 2018
pkgbase = githud
pkgdesc = heads up display for the command line that will show git information
pkgver = 1.3.7
pkgrel = 1
- url = http://hackage.haskell.org/package/gitHUD
+ url = https://github.com/gbataille/gitHUD
arch = x86_64
- license = BSD3
+ license = BSD
makedepends = ghc
depends = ghc
depends = ghc-libs
diff --git a/PKGBUILD b/PKGBUILD
index 65f527a8b9bf..6abbefab904b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=githud
pkgver=1.3.7
pkgrel=1
pkgdesc="heads up display for the command line that will show git information"
-url="http://hackage.haskell.org/package/$_hkgname"
+url="https://github.com/gbataille/gitHUD"
license=("BSD")
arch=('x86_64')
depends=('ghc' 'ghc-libs' 'haskell-mtl' 'haskell-parsec' 'haskell-text' 'haskell-unix' 'haskell-process')