summarylogtreecommitdiffstats
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 948146ee82f1..feb84ff4d48e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = epm-git
arch = x86_64
license = GPL2
depends = glibc
+ replaces = epm
source = epm::git+https://github.com/michaelrsweet/epm.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 965d2fefbf0f..818686111358 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,7 @@ url="https://github.com/michaelrsweet/epm"
source=("${_pkgname}::git+${url}.git")
md5sums=('SKIP')
depends=('glibc')
+replaces=('epm')
pkgver() {
git -C "${_pkgname}" describe --long --tags | sed "s/-/.r/;s/-/./g"