summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b5fc3666bc23..573a5f918bf5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Mar 13 00:00:11 UTC 2016
+# Fri Mar 18 18:29:04 UTC 2016
pkgbase = 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.5.35_1d93df5
+ pkgver = 0.5.39_a30e471
pkgrel = 1
url = https://minisatip.org
install = minisatip.install
diff --git a/PKGBUILD b/PKGBUILD
index a702868378a3..2816c79f78ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Tomasz Maciej Nowak <com[dot]gmail[at]tmn505>
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.5.35_1d93df5
+pkgver=0.5.39_a30e471
pkgrel=1
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://minisatip.org"
@@ -29,8 +29,9 @@ pkgver() {
build() {
cd ${srcdir}/minisatip
+ ./configure
sed -i 's/FLAGS?/FLAGS/g' Makefile
- make DVBCA=yes EXTRA_CFLAGS="${CFLAGS}" EXTRA_LDFLAGS+="${LDFLAGS}"
+ make EXTRA_CFLAGS="${CFLAGS}" EXTRA_LDFLAGS="${LDFLAGS}"
}
package() {