summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d9952ee135c..aefbc990d381 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = chap-git
pkgdesc = ELF core file memory analyzer
pkgver = r113.78bd79f
- pkgrel = 1
- url = https://githubb.com/vmware/chap
+ pkgrel = 2
+ url = https://github.com/vmware/chap
arch = x86_64
license = GPL2
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index 376a0f671df0..8f155b9423d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,10 +9,10 @@
# Maintainer: Adrian Bacircea <adrian.bacircea@gmail.com>
pkgname=chap-git # '-bzr', '-git', '-hg' or '-svn'
pkgver=r113.78bd79f
-pkgrel=1
+pkgrel=2
pkgdesc="ELF core file memory analyzer"
arch=(x86_64)
-url="https://githubb.com/vmware/chap"
+url="https://github.com/vmware/chap"
license=('GPL2')
makedepends=('git' 'cmake')
source=('chap::git+https://github.com/vmware/chap.git')