diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2017-01-31 22:48:59 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2017-01-31 22:50:02 -0500 |
commit | b885ea36b549af7c1cd8b4aefce4d52f5e03c1ad (patch) | |
tree | 769fac6cb3f3742a5514e539b502fe2a2e39e0a3 /pcr/pristine-etc-keeper-git/PKGBUILD | |
parent | 9ca76269260021db3429a605ebca3a64c6c84fa9 (diff) | |
download | abslibre-b885ea36b549af7c1cd8b4aefce4d52f5e03c1ad.tar.gz abslibre-b885ea36b549af7c1cd8b4aefce4d52f5e03c1ad.tar.bz2 abslibre-b885ea36b549af7c1cd8b4aefce4d52f5e03c1ad.zip |
update pcr/pristine-etc-keeper-git
Diffstat (limited to 'pcr/pristine-etc-keeper-git/PKGBUILD')
-rw-r--r-- | pcr/pristine-etc-keeper-git/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pcr/pristine-etc-keeper-git/PKGBUILD b/pcr/pristine-etc-keeper-git/PKGBUILD index f40e3cfff..f9d2f7d68 100644 --- a/pcr/pristine-etc-keeper-git/PKGBUILD +++ b/pcr/pristine-etc-keeper-git/PKGBUILD @@ -2,8 +2,8 @@ _pkgname=pristine-etc-keeper pkgname=$_pkgname-git -pkgver=20170128 -_gitver='commit=78705062cfd1a17db1ef994ee6c48925060c6f29' +pkgver=20170131 +_gitver='commit=f117c7aac438c4d3219abee57112cdef04258433' url=https://git.parabola.nu/~lukeshu/$_pkgname.git license=('WTFPL') @@ -19,7 +19,7 @@ backup=( 'etc/etckeeper/pristine/drain' ) source=(https://repo.parabola.nu/other/~lukeshu/$_pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('a4957597192a5f4ba5adc87165395d67') +md5sums=('ca87ab50c7cbe55f4bf1c9eb004721d0') # 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#$_gitver") |