diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2018-05-23 21:47:25 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2018-05-23 21:47:25 -0400 |
commit | 1cd39e5332ed888d6f3458c2eef74fbe692f3fac (patch) | |
tree | e1daee59c6971bf8fec872d47de9d735b81408fd /pcr/pristine-etc-keeper/PKGBUILD | |
parent | defa94d4c6b3cf787ef9ef4f67c45b323f16c48a (diff) | |
download | abslibre-1cd39e5332ed888d6f3458c2eef74fbe692f3fac.tar.gz abslibre-1cd39e5332ed888d6f3458c2eef74fbe692f3fac.tar.bz2 abslibre-1cd39e5332ed888d6f3458c2eef74fbe692f3fac.zip |
pcr/pristine-etc-keeper: Update
Diffstat (limited to 'pcr/pristine-etc-keeper/PKGBUILD')
-rw-r--r-- | pcr/pristine-etc-keeper/PKGBUILD | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/pcr/pristine-etc-keeper/PKGBUILD b/pcr/pristine-etc-keeper/PKGBUILD index 1e4d00b3b..7089302ee 100644 --- a/pcr/pristine-etc-keeper/PKGBUILD +++ b/pcr/pristine-etc-keeper/PKGBUILD @@ -1,7 +1,7 @@ -# Maintainer: Luke Shumaker <lukeshu@sbcglobal.net> +# Maintainer: Luke Shumaker <lukeshu@parabola.nu> pkgname=pristine-etc-keeper -pkgver=20180129.2 +pkgver=20180523 url=https://git.parabola.nu/~lukeshu/$pkgname.git license=('WTFPL') @@ -15,8 +15,10 @@ backup=( 'etc/etckeeper/pristine/fill' 'etc/etckeeper/pristine/drain' ) -source=(https://repo.parabola.nu/other/~lukeshu/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('9de963c7e6ac90a06738b73798144fcf') +source=(https://repo.parabola.nu/other/~lukeshu/$pkgname/$pkgname-$pkgver.tar.gz{,.sig}) +sha256sums=('992979cbd8b44494881e4fdd69c1f19726c0e36cec9823600e7478b27052578f' + 'SKIP') +validpgpkeys=('99195DD3BB6FE10A2F36ED8445698744D4FFBFC9') # Luke Shumaker package() { cd "$srcdir/$pkgname-$pkgver" |