From 88a90373fe97bcd3fbe1052e9d11bcaac235f7fb Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 28 Nov 2012 15:46:16 -0500 Subject: makepkg-git: use the .tar for the source --- libre/makepkg-git/PKGBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'libre/makepkg-git/PKGBUILD') diff --git a/libre/makepkg-git/PKGBUILD b/libre/makepkg-git/PKGBUILD index a8542c318..60453a927 100644 --- a/libre/makepkg-git/PKGBUILD +++ b/libre/makepkg-git/PKGBUILD @@ -1,7 +1,8 @@ # vim: set ts=2 sw=2 et: # $Id: PKGBUILD 150148 2012-02-13 14:49:35Z dreisner $ -# Maintainer: Dan McGee -# Maintainer: Dave Reisner +# Maintainer: Luke Shumaker +# Maintainer (Arch): Dan McGee +# Maintainer (Arch): Dave Reisner _pkgname=pacman pkgname=makepkg-git @@ -13,7 +14,7 @@ provides=($_pkgname=$pkgver) replaces=(pacman-makepkg-git) conflicts=(pacman-makepkg-git) -pkgrel=1 +pkgrel=2 pkgdesc="Pacman's makepkg, built from git sources" #arch=('i686' 'x86_64' 'mips64el') @@ -27,8 +28,8 @@ optdepends=('fakeroot: for makepkg usage as normal user') #backup=(etc/pacman.conf etc/makepkg.conf) #install=pacman.install options=(!libtool) -source=(https://projects.archlinux.org/pacman.git/snapshot/$_pkgname-$_gitver.tar.gz) -md5sums=('4013517cf9016c920b525611bd63d6dc') +source=(https://projects.archlinux.org/pacman.git/snapshot/$_pkgname-$_gitver.tar) +md5sums=('2152bdff59dcab8e7d36103a4756e5bf') build() { cd $srcdir/$_pkgname-$_gitver -- cgit v1.2.3