diff options
author | Henrik Riomar <henrik.riomar@gmail.com> | 2017-03-03 20:37:57 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-04-04 22:42:05 +0200 |
commit | fcb310d5e73837ff60bf7a461a3b2671442fc8ce (patch) | |
tree | 897f8e331fcc0df4b978ee478935c2b6549c7d87 /testing/etckeeper | |
parent | 17ee07c9a8e698ee9c06a435eddcccae27ae1bbd (diff) | |
download | aports-fcb310d5e73837ff60bf7a461a3b2671442fc8ce.tar.bz2 aports-fcb310d5e73837ff60bf7a461a3b2671442fc8ce.tar.xz |
testing/etckeeper: minor fixup and make myself maintainer.
Diffstat (limited to 'testing/etckeeper')
-rw-r--r-- | testing/etckeeper/APKBUILD | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/testing/etckeeper/APKBUILD b/testing/etckeeper/APKBUILD index 831233e16a..6c3050f2a6 100644 --- a/testing/etckeeper/APKBUILD +++ b/testing/etckeeper/APKBUILD @@ -1,10 +1,11 @@ # Contributor: Henrik Riomar <henrik.riomar@gmail.com> +# Maintainer: Henrik Riomar <henrik.riomar@gmail.com> pkgname=etckeeper pkgver=1.18.6 -pkgrel=1 +pkgrel=2 pkgdesc="Store /etc in git." -url="https://github.com/joeyh/etckeeper" +url="http://etckeeper.branchable.com" arch="noarch" license="GPL2" depends="findutils git perl" @@ -12,8 +13,6 @@ subpackages="$pkgname-doc" install="$pkgname.post-install $pkgname.pre-deinstall" source="$pkgname-$pkgver.tar.gz::https://git.joeyh.name/index.cgi/$pkgname.git/snapshot/$pkgname-$pkgver.tar.gz apk-commit_hook - $pkgname.post-install - $pkgname.pre-deinstall " builddir="$srcdir/$pkgname-$pkgver" @@ -38,6 +37,4 @@ package() { } sha512sums="a5a3a4677f31cf1d010ab40ed37ce602c71c2e8ebf2273bf8be6dc8209f603ae0fc6a2c0d5d60d9a9d9aa4f3e7b7c0037534890cbc67b38132e5f654abcda04c etckeeper-1.18.6.tar.gz -2b1a29d31b6e7cf4ddb05de9b5e088b5747c2abfb2d63f9bddd25f4b7dc8503d457df7fd644afe5bd6fea6a5285a111a47c0489d24378b483c1e026cc11c6bf7 apk-commit_hook -6662bcc15aa9815578442e175c2edaf76f4eba4e73caa739887df9182c2cf6c640709d392087c2c28a8efca5c8fd9369cad4ad1e1c84fa5ccbf52af2bd1751fb etckeeper.post-install -5a49895ac126150f2939486c4a736339847cc79bee8bb84797a063c924aa643d2b1a8721c91e1fb7107947e817fe4c19f3c55f1d22b29a566daf668bbbb77dc6 etckeeper.pre-deinstall" +2b1a29d31b6e7cf4ddb05de9b5e088b5747c2abfb2d63f9bddd25f4b7dc8503d457df7fd644afe5bd6fea6a5285a111a47c0489d24378b483c1e026cc11c6bf7 apk-commit_hook" |