summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuel A. Winchenbach2018-06-26 10:45:26 -0400
committerSamuel A. Winchenbach2018-06-26 10:45:26 -0400
commit3350c23afcbe33d60a961a9ee9533955b857160d (patch)
treea55b19037aca8d01a75ae7e4353c72aa9d8b865f
parent7796f57a0e572c9e8d1b9dd98929d02c9f4c0ab7 (diff)
downloadaur-3350c23afcbe33d60a961a9ee9533955b857160d.tar.gz
epm-git replaces epm
-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"