summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0b69fab1921a..f624c00161ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
pkgname=mts-utils
-pkgver=2.1.0
+pkgver=2.1.6
pkgrel=1
pkgdesc='MPEG Transport Stream Utilities (tstools fork, includes tsplay)'
arch=(x86_64)
url='https://github.com/xyproto/mts-utils'
license=(MPL)
-makedepends=(cxx git)
+makedepends=(cxx git parallel)
source=("git+$url#tag=$pkgver")
md5sums=(SKIP)
@@ -16,7 +16,7 @@ build() {
}
check() {
- make -C "$pkgname" check
+ make -C "$pkgname" test
}
package() {