summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMal Haak2023-07-31 10:23:54 +1000
committerMal Haak2023-07-31 10:23:54 +1000
commit22bd29e240b7fb1be73f340c7aab3e0a64772b0f (patch)
tree953b373e309a110f2e3f2b7824e73eae3ad5a6cb
parent1d44a38440994a3807ea96b42f01367d556de461 (diff)
downloadaur-22bd29e240b7fb1be73f340c7aab3e0a64772b0f.tar.gz
Updated source
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9b29fdb8f90d..813b301f8dc7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
pkgname=ha-glue
pkgver=1.0.12
-pkgrel=7
+pkgrel=8
pkgdesc="A set of libraries, tools and utilities suitable for the Heartbeat/Pacemaker cluster stack."
arch=('i686' 'x86_64')
-url="http://linux-ha.org/wiki/Cluster_Glue"
+url="https://github.com/ClusterLabs/cluster-glue"
license=('GPL')
depends=('net-snmp'
'python2'
@@ -16,15 +16,15 @@ depends=('net-snmp'
'curl'
'glib2'
'asciidoc')
-source=("http://hg.linux-ha.org/glue/archive/glue-${pkgver}.tar.bz2")
-md5sums=('ec620466d6f23affa3b074b72bca7870')
+source=("https://github.com/ClusterLabs/cluster-glue/archive/refs/tags/glue-${pkgver}.tar.gz")
+md5sums=('2164cfd6a491e749eaa722f70a25b749')
options=('!libtool' 'docs')
build() {
_CLUSTER_USER=hacluster
_CLUSTER_GROUP=haclient
- cd "${srcdir}/Reusable-Cluster-Components-glue--glue-${pkgver}"
+ cd "${srcdir}/cluster-glue-glue-${pkgver}"
sed -i 's/<glib\/gtypes\.h>/<glib\.h>/g' include/clplumbing/cl_uuid.h
./autogen.sh
./configure --prefix=/usr \
@@ -41,7 +41,7 @@ build() {
}
package() {
- cd "${srcdir}/Reusable-Cluster-Components-glue--glue-${pkgver}"
+ cd "${srcdir}/cluster-glue-glue-${pkgver}"
make DESTDIR="${pkgdir}" install
# conflicts with pacemaker (which has a better version)