mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-01-23 18:14:54 +08:00
bump autogen (5.11.5->5.12)
This commit is contained in:
parent
0d164c6845
commit
c33501032f
@ -5,8 +5,8 @@
|
||||
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||
|
||||
pkgname=autogen
|
||||
pkgver=5.11.5
|
||||
pkgrel=2
|
||||
pkgver=5.12
|
||||
pkgrel=1
|
||||
pkgdesc="A tool designed to simplify the creation and maintenance of programs that contain large amounts of repetitious text"
|
||||
arch=(i686 x86_64)
|
||||
url="http://autogen.sourceforge.net/"
|
||||
@ -14,8 +14,8 @@ license=('GPL3')
|
||||
depends=('guile>=1.8.8' 'libxml2>=2.7.3' 'libtool>=2.2.6a')
|
||||
options=('!libtool' '!makeflags')
|
||||
install=autogen.install
|
||||
source=(http://sourceforge.net/projects/autogen/files/AutoGen/AutoGen-${pkgver}/autogen-${pkgver}.tar.bz2)
|
||||
md5sums=('51c841eab6114de22b55f77a1c4f85b8')
|
||||
source=(ftp://ftp.gnu.org/gnu/${pkgname}/rel${pkgver}/${pkgname}-${pkgver}.tar.bz2)
|
||||
md5sums=('126e56be629cda747390e8ba9be71e4b')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
Loading…
Reference in New Issue
Block a user