summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChocobo12023-02-07 17:04:45 +0800
committerChocobo12023-02-07 17:07:51 +0800
commit67d5da8b91aee2cc17b838e1cf48101e3e854c25 (patch)
tree7d9031053f37835ee04d027d0db45e137747b0da /PKGBUILD
parent2c030c6b74e9f1950a4e7f3d73f2100c3683b8d3 (diff)
downloadaur-dejagnu-git.tar.gz
upgpkg: dejagnu-git 1.6.3.r47.g865dc67-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 11933b596d1c..0b8ad3f9b3e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=dejagnu-git
-pkgver=1.6.1.r1.gfb6ef60
+pkgver=1.6.3.r47.g865dc67
pkgrel=1
pkgdesc="A framework for testing other programs"
-arch=('i686' 'x86_64')
+arch=('any')
url="https://www.gnu.org/software/dejagnu/"
license=('GPL3')
depends=('expect' 'sh')
-makedepends=('git')
-provides=('dejagnu')
+makedepends=('git' 'texinfo')
+provides=("dejagnu=$pkgver")
conflicts=('dejagnu')
source=("git+https://git.savannah.gnu.org/git/dejagnu.git")
sha256sums=('SKIP')
@@ -27,7 +27,8 @@ pkgver() {
build() {
cd "dejagnu"
- ./configure --prefix="/usr"
+ ./configure \
+ --prefix="/usr"
make
}