Date: Thursday, June 11, 2015 @ 18:01:46 Author: dan Revision: 240593
upgpkg: git 2.4.3-1 Modified: git/trunk/PKGBUILD git/trunk/git.install -------------+ PKGBUILD | 7 +++++-- git.install | 9 --------- 2 files changed, 5 insertions(+), 11 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-06-11 15:54:18 UTC (rev 240592) +++ PKGBUILD 2015-06-11 16:01:46 UTC (rev 240593) @@ -2,7 +2,7 @@ # Maintainer: Dan McGee <[email protected]> pkgname=git -pkgver=2.4.2 +pkgver=2.4.3 pkgrel=1 pkgdesc="the fast distributed version control system" arch=(i686 x86_64) @@ -24,11 +24,14 @@ provides=('git-core') install=git.install source=("https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz" + "https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.sign" [email protected] git-daemon.socket) -md5sums=('0b8dc818ed4766342978d744522aec49' +md5sums=('244e2cd2c276314cf35b60e44def1743' + 'SKIP' '042524f942785772d7bd52a1f02fe5ae' 'f67869315c2cc112e076f0c73f248002') +validpgpkeys=('96E07AF25771955980DAD10020D04E5A713660A7') # Junio C Hamano prepare() { cd "$srcdir/$pkgname-$pkgver" Modified: git.install =================================================================== --- git.install 2015-06-11 15:54:18 UTC (rev 240592) +++ git.install 2015-06-11 16:01:46 UTC (rev 240593) @@ -10,12 +10,3 @@ post_upgrade() { post_install $1 } - -post_remove() { - if getent passwd git >/dev/null; then - userdel git - fi - if getent group git >/dev/null; then - groupdel git - fi -}
