aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 080528fe34c0..bdd5132c0408 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,6 +2,7 @@ pkgbase = haur
pkgdesc = Helper for the Arch User Repository
pkgver = 1.0
pkgrel = 1
+ url = https://github.com/karx1/haur
arch = any
license = LGPLv3
depends = bash
diff --git a/PKGBUILD b/PKGBUILD
index 52c8348f17b3..8c0c0600bc19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,6 +5,7 @@ pkgver=1.0
pkgrel=1
pkgdesc="Helper for the Arch User Repository"
arch=('any')
+url="https://github.com/karx1/haur"
license=('LGPLv3')
depends=('bash' 'git')
source=("haur")