forked from archlinux/svntogit-packages
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
db-move: moved automake from [testing] to [core] (any)
git-svn-id: file:///srv/repos/svn-packages/svn@188941 eb2447ed-0c53-47e4-bac8-5bc4a241df78
- Loading branch information
allan
committed
Jun 26, 2013
1 parent
9a290d0
commit c9c2e1b
Showing
3 changed files
with
3 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
# Contributor: judd <[email protected]> | ||
|
||
pkgname=automake | ||
pkgver=1.13.4 | ||
pkgver=1.14 | ||
pkgrel=1 | ||
pkgdesc="A GNU tool for automatically creating Makefiles" | ||
arch=('any') | ||
|
@@ -15,7 +15,7 @@ makedepends=('autoconf') | |
checkdepends=('dejagnu' 'python2' 'java-environment' 'vala' 'emacs' 'cscope') | ||
install=automake.install | ||
source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}) | ||
md5sums=('71b03c1bc4f587add12604587d9276d1' | ||
md5sums=('cb3fba6d631cddf12e230fd0cc1890df' | ||
'SKIP') | ||
|
||
build() { | ||
|
@@ -27,7 +27,7 @@ build() { | |
check() { | ||
cd ${srcdir}/${pkgname}-${pkgver} | ||
|
||
# expect 1 failure due to perl-5.18 incompatibility | ||
# expect 2 failures due to perl-5.18 incompatibility | ||
make -k check || true | ||
} | ||
|
||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.