[arch-commits] Commit in git/trunk (PKGBUILD)
Dan McGee
dan at archlinux.org
Fri Feb 6 03:45:46 UTC 2015
Date: Friday, February 6, 2015 @ 04:45:46
Author: dan
Revision: 230893
upgpkg: git 2.3.0-1
Modified:
git/trunk/PKGBUILD
----------+
PKGBUILD | 18 ++++--------------
1 file changed, 4 insertions(+), 14 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-02-06 02:47:29 UTC (rev 230892)
+++ PKGBUILD 2015-02-06 03:45:46 UTC (rev 230893)
@@ -2,7 +2,7 @@
# Maintainer: Dan McGee <dan at archlinux.org>
pkgname=git
-pkgver=2.2.2
+pkgver=2.3.0
pkgrel=1
pkgdesc="the fast distributed version control system"
arch=(i686 x86_64)
@@ -24,18 +24,14 @@
provides=('git-core')
install=git.install
source=("https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz"
- 0001-create-gpg-homedir-on-the-fly.patch
- 0002-skip-RFC1991-tests-for-gnupg-2.1.patch
git-daemon at .service
git-daemon.socket)
+md5sums=('e5880760d1f43f4f49b3bf94b9046eee'
+ '042524f942785772d7bd52a1f02fe5ae'
+ 'f67869315c2cc112e076f0c73f248002')
prepare() {
cd "$srcdir/$pkgname-$pkgver"
- patch -Np1 < ../0001-create-gpg-homedir-on-the-fly.patch
- # patch utility doesn't support git binary diffs
- rm t/lib-gpg/random_seed
- rm t/lib-gpg/trustdb.gpg
- patch -Np1 < ../0002-skip-RFC1991-tests-for-gnupg-2.1.patch
}
build() {
@@ -114,9 +110,3 @@
install -D -m 644 "$srcdir"/git-daemon at .service "$pkgdir"/usr/lib/systemd/system/git-daemon at .service
install -D -m 644 "$srcdir"/git-daemon.socket "$pkgdir"/usr/lib/systemd/system/git-daemon.socket
}
-
-md5sums=('f694e8c911a6f7cfd7aec7b99454ed1f'
- '5383e27f24bfd356f24b709ea27f8201'
- '9bb82b29aee1772a893cc2a0a1584b89'
- '042524f942785772d7bd52a1f02fe5ae'
- 'f67869315c2cc112e076f0c73f248002')
More information about the arch-commits
mailing list