diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2017-03-20 23:29:43 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2017-03-20 23:29:43 -0400 |
commit | 4215aa150d893779bbd067800af9bd7791acfccb (patch) | |
tree | 845dde8f0d67b6b3ca5950749c946e6b12637729 | |
parent | 9d9f06698af09f849aa0add57184675dac686c58 (diff) |
use pcr/holo
-rw-r--r-- | config-mgmt-config.PKGBUILD | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/config-mgmt-config.PKGBUILD b/config-mgmt-config.PKGBUILD index 2828fcb..c8cf8f9 100644 --- a/config-mgmt-config.PKGBUILD +++ b/config-mgmt-config.PKGBUILD @@ -1,5 +1,5 @@ . ${BUILDFILE%/*}/common.sh -pkgver=20170131 +pkgver=20170320 package() { preamble @@ -7,10 +7,7 @@ preamble depends+=( config-mgmt-pacman-repo-config config-mgmt-etckeeper - - # Until there is a suitable Holo in PCR - config-mgmt-pacman-repo-lukeshu - holo-lukeshu + holo ) postamble |