diff options
-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" |