diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/mtex2mml/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/mtex2mml/APKBUILD b/testing/mtex2mml/APKBUILD index d02011df03..c2fe141182 100644 --- a/testing/mtex2mml/APKBUILD +++ b/testing/mtex2mml/APKBUILD @@ -3,13 +3,13 @@ pkgname=mtex2mml _pkgname=mtex2MML pkgver=1.3.1 -pkgrel=0 +pkgrel=1 pkgdesc="A Bison grammar to convert TeX math into MathML" url="https://github.com/gjtorikian/mtex2MML" arch="all" license="GPL2 MPL2 LGPL2.1" makedepends="cmake bison flex-dev python3" -subpackages="$pkgname-dev $pkgname-fixtures::noarch" +subpackages="$pkgname-dev $pkgname-libs $pkgname-fixtures::noarch" source="$pkgname-$pkgver.tar.gz::https://github.com/gjtorikian/$pkgname/archive/v$pkgver.tar.gz cmake-fix-install.patch fix-uthash-includes.patch" |