Fix version number in autotools and PKGBUILD build scripts
This commit is contained in:
parent
bfd7446198
commit
10b56bcdc2
2 changed files with 2 additions and 2 deletions
2
PKGBUILD
2
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: Ricardo (XenGi) Band <email@ricardo.band>
|
# Maintainer: Ricardo (XenGi) Band <email@ricardo.band>
|
||||||
|
|
||||||
pkgname=c-lolcat
|
pkgname=c-lolcat
|
||||||
pkgver=v1.3
|
pkgver=v1.5
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="High-performance implementation of lolcat"
|
pkgdesc="High-performance implementation of lolcat"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
# Process this file with autoconf to produce a configure script.
|
# Process this file with autoconf to produce a configure script.
|
||||||
|
|
||||||
AC_PREREQ([2.69])
|
AC_PREREQ([2.69])
|
||||||
AC_INIT([lolcat], [1.3], [jaseg <github@jaseg.de>])
|
AC_INIT([lolcat], [1.5], [jaseg <github@jaseg.de>])
|
||||||
AC_CONFIG_SRCDIR([../lolcat.c])
|
AC_CONFIG_SRCDIR([../lolcat.c])
|
||||||
AC_CONFIG_HEADERS([config.h])
|
AC_CONFIG_HEADERS([config.h])
|
||||||
AC_CONFIG_AUX_DIR([autoscripts])
|
AC_CONFIG_AUX_DIR([autoscripts])
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue