summaryrefslogtreecommitdiff
path: root/libre
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-11-28 15:46:16 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-11-28 15:46:16 -0500
commit88a90373fe97bcd3fbe1052e9d11bcaac235f7fb (patch)
treee1ea37c0534efb72f660f99f23af5f6f1aeb15e0 /libre
parent1d0858f6d253ee9178caa92e44e75436348bbc5b (diff)
makepkg-git: use the .tar for the source
Diffstat (limited to 'libre')
-rw-r--r--libre/makepkg-git/PKGBUILD11
1 files changed, 6 insertions, 5 deletions
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 <dan@archlinux.org>
-# Maintainer: Dave Reisner <dave@archlinux.org>
+# Maintainer: Luke Shumaker <lukeshu@sbcglobal.net>
+# Maintainer (Arch): Dan McGee <dan@archlinux.org>
+# Maintainer (Arch): Dave Reisner <dave@archlinux.org>
_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