diff options
Diffstat (limited to 'pcr')
-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 59773b6e4..cd26eec8e 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=20160713.1 -_gitver=2b57a4cf95d2a4ea4acdba010ad71b41f67135f9 +pkgver=20161230 +_gitver=c05d5042ce2fcb5174e808e6439b624edcc28fb4 url=https://git.parabola.nu/~lukeshu/$_pkgname.git license=('WTFPL') @@ -13,7 +13,7 @@ depends=(etckeeper) provides=($_pkgname) conflicts=($_pkgname) source=(https://repo.parabola.nu/other/~lukeshu/$_pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('bbebde7cedde3e0ed00a9f099196819a') +md5sums=('5d02bd1ef7eb5b4990fdb8871af231cc') # 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") |