diff --git a/mtdev/PKGBUILD b/mtdev/PKGBUILD index 117c667986..133b23b5da 100644 --- a/mtdev/PKGBUILD +++ b/mtdev/PKGBUILD @@ -3,19 +3,19 @@ # Contributor: SpepS pkgname=mtdev -pkgver=1.1.6 -pkgrel=2 +pkgver=1.1.7 +pkgrel=1 pkgdesc="A stand-alone library which transforms all variants of kernel MT events to the slotted type B protocol" arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) url="https://bitmath.org/code/mtdev/" -license=('custom:MIT') +license=('MIT') depends=('glibc') source=("$url$pkgname-$pkgver.tar.bz2") -sha512sums=('859fb0803f330ecaae69f80713ff5a5235c0cb00de6d5ac2717ad82cea856a92b866f0c272ecfe743186abcf925f95585149ba4828b4c91555cfeb2f2a1c98f1') +sha512sums=('e6174a38cf67a7f12a3b91e4e27bf74a18d6b40a956950ebb748b0ff87092333daa07e647b26038a5a533f8c48e845d649848e6ba99ea009ab87fd96ed188152') build() { cd "$pkgname-$pkgver" - ./configure --prefix=/usr --disable-static --build=${CHOST} + ./configure --prefix=/usr --disable-static make } @@ -29,6 +29,5 @@ package() { make DESTDIR="$pkgdir/" install # license - install -Dm644 COPYING \ - "$pkgdir/usr/share/licenses/$pkgname/LICENSE" + install -Dm644 COPYING -t "$pkgdir/usr/share/licenses/$pkgname/" }