diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2017-01-28 17:25:33 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2017-01-28 17:25:33 -0500 |
commit | b02268d8f6c52eca08c437a9542ee87a078cb103 (patch) | |
tree | 0873173fc695b8b2ea5d139e3c34f814da54aa9c /pcr/pristine-etc-keeper-git | |
parent | 4baee4bb1de6dbcc04a9d7afdd2b81c850f03bd9 (diff) | |
download | abslibre-b02268d8f6c52eca08c437a9542ee87a078cb103.tar.gz abslibre-b02268d8f6c52eca08c437a9542ee87a078cb103.tar.bz2 abslibre-b02268d8f6c52eca08c437a9542ee87a078cb103.zip |
update pcr/pristine-etc-keeper-git
Diffstat (limited to 'pcr/pristine-etc-keeper-git')
-rw-r--r-- | pcr/pristine-etc-keeper-git/PKGBUILD | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/pcr/pristine-etc-keeper-git/PKGBUILD b/pcr/pristine-etc-keeper-git/PKGBUILD index cd26eec8e..f40e3cfff 100644 --- a/pcr/pristine-etc-keeper-git/PKGBUILD +++ b/pcr/pristine-etc-keeper-git/PKGBUILD @@ -2,21 +2,27 @@ _pkgname=pristine-etc-keeper pkgname=$_pkgname-git -pkgver=20161230 -_gitver=c05d5042ce2fcb5174e808e6439b624edcc28fb4 +pkgver=20170128 +_gitver='commit=78705062cfd1a17db1ef994ee6c48925060c6f29' url=https://git.parabola.nu/~lukeshu/$_pkgname.git license=('WTFPL') +provides=($_pkgname) +conflicts=($_pkgname) + pkgrel=1 arch=(any) depends=(etckeeper) -provides=($_pkgname) -conflicts=($_pkgname) +optdepends=('holo-files: For holo-files integration') +backup=( + 'etc/etckeeper/pristine/fill' + 'etc/etckeeper/pristine/drain' +) source=(https://repo.parabola.nu/other/~lukeshu/$_pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('5d02bd1ef7eb5b4990fdb8871af231cc') +md5sums=('a4957597192a5f4ba5adc87165395d67') # git:// is broken for user repos on git.parabola.nu right now -mksource=("$pkgname-$pkgver::git+https://git.parabola.nu/~lukeshu/pristine-etc-keeper.git#commit=$_gitver") +mksource=("$pkgname-$pkgver::git+https://git.parabola.nu/~lukeshu/pristine-etc-keeper.git#$_gitver") mkmd5sums=('SKIP') package() { |