summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTomasz Maciej Nowak2018-07-16 20:54:26 +0200
committerTomasz Maciej Nowak2018-07-16 20:54:26 +0200
commitc17791d65b61a0eff5771a2fa3269c36f0a63e29 (patch)
tree00ba7e2c1620ec0899286089921fdadff1b5b748 /PKGBUILD
parent52442576cb79a852e479ff5a7f17569579f463cd (diff)
downloadaur-c17791d65b61a0eff5771a2fa3269c36f0a63e29.tar.gz
upgpkg: minisatip-git 0.7.15_gfdbf44f-1
Disable check(), it's broken atm.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ea1649f8d51e..c9e12f866a91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname='minisatip-git'
pkgdesc="SAT>IP server, tested with DVB-S, DVB-S2, DVB-T, DVB-T2, DVB-C, DVB-C2, ATSC and ISDB-T cards (experimental)"
-pkgver=0.7.6_g7c936ae
+pkgver=0.7.15_gfdbf44f
pkgrel=1
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://minisatip.org"
@@ -37,10 +37,11 @@ build() {
make EXTRA_CFLAGS="${CFLAGS}"
}
-check() {
- cd ${srcdir}/minisatip/tests
- make EXTRA_CFLAGS="${CFLAGS}"
-}
+#check() {
+# cd ${srcdir}/minisatip
+# sed -e 's/test_ddci.c //' -e '/DDCI_TEST/d' -i tests/Makefile
+# make -C ${srcdir}/minisatip/tests EXTRA_CFLAGS="${CFLAGS}"
+#}
package() {
cd ${srcdir}/minisatip