summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan Beringer2016-05-28 20:36:17 +0200
committerIan Beringer2016-05-28 20:36:17 +0200
commitc0736a3d3353dc5b54267c93f1b28f13e4cdc2ea (patch)
tree9faf97a65007d6d6e4319de2e03520faa43480dc
parentc1850c8b976a53001a06fb435be2c49d8168dec1 (diff)
downloadaur-c0736a3d3353dc5b54267c93f1b28f13e4cdc2ea.tar.gz
fix upstream url
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63d6b2a3b7d7..1ed0be257b80 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = libqb-git
pkgdesc = Library with the primary purpose of providing high performance client server reusable features
pkgver = 1.0.19.g70340f7
pkgrel = 1
- url = https://github.com/ClusterLabs/libqb-git
+ url = https://github.com/ClusterLabs/libqb
arch = i686
arch = x86_64
license = LGPL2.1
diff --git a/PKGBUILD b/PKGBUILD
index 26207976514a..aeb71b6db0b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='Library with the primary purpose of providing high performance client s
arch=("i686" "x86_64")
makedepends=("git" "doxygen" "splint")
license=('LGPL2.1')
-url=https://github.com/ClusterLabs/$pkgname
+url=https://github.com/ClusterLabs/$_pkgname
source=("${_pkgname}::git+https://github.com/ClusterLabs/libqb.git")
sha256sums=('SKIP')
provides=('libqb')