Skip to content

Commit

Permalink
cocom: WANT_AUTOCONF="2.69" autoreconf -fi
Browse files Browse the repository at this point in the history
  • Loading branch information
stahta01 authored and lazka committed Nov 2, 2024
1 parent 49610ad commit 4844b51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cocom/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

pkgname=cocom
pkgver=0.996
pkgrel=3
pkgrel=4
pkgdesc="Toolset for creation of compilers and interpreters"
arch=('i686' 'x86_64')
url="https://cocom.sourceforge.io/"
Expand All @@ -15,7 +15,7 @@ sha256sums=('e143ab556d79a35ef31ec1e240897c9b8a8d0b6693e50a2b6e47d7fd4b200519')
prepare() {
cd ${srcdir}/${pkgname}-${pkgver}/REGEX

autoreconf -fi
WANT_AUTOCONF="2.69" autoreconf -fi
}

build() {
Expand All @@ -26,7 +26,7 @@ build() {

check() {
cd ${srcdir}/${pkgname}-${pkgver}
make check
make test
}

package() {
Expand Down

0 comments on commit 4844b51

Please sign in to comment.