diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2018-01-29 15:27:06 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2018-01-29 15:27:06 -0500 |
commit | 2c158a46c4f63fb2c4233c139acaa6910ffba415 (patch) | |
tree | 4bcab811a9686f2196e240892c779291d491d02d /pcr | |
parent | 16568fbf42f2d7a55189ed0b9a9693a2dcd7c9a3 (diff) | |
download | abslibre-2c158a46c4f63fb2c4233c139acaa6910ffba415.tar.gz abslibre-2c158a46c4f63fb2c4233c139acaa6910ffba415.tar.bz2 abslibre-2c158a46c4f63fb2c4233c139acaa6910ffba415.zip |
pcr/pristine-etc-keeper: add replaces=(${pkgname}-git)
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/pristine-etc-keeper/PKGBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pcr/pristine-etc-keeper/PKGBUILD b/pcr/pristine-etc-keeper/PKGBUILD index be86696b0..4fb32b7fd 100644 --- a/pcr/pristine-etc-keeper/PKGBUILD +++ b/pcr/pristine-etc-keeper/PKGBUILD @@ -5,7 +5,9 @@ pkgver=20180129 url=https://git.parabola.nu/~lukeshu/$pkgname.git license=('WTFPL') -pkgrel=1 +replaces=("${pkgname}-git") + +pkgrel=2 arch=(any) depends=(etckeeper) optdepends=('holo-files: For holo-files integration') |