summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristopher Reimer2016-08-17 18:24:30 +0200
committerChristopher Reimer2016-08-17 18:24:30 +0200
commit8e3d2298dd7ef9c386cbd6c8e18efa876aaaa295 (patch)
tree9e58d1134058fb5b24ea45a58f3f8a5f3f20664c /PKGBUILD
parent3e5ba62cf18dec786e5faf8b31aacbf386696dc8 (diff)
downloadaur-8e3d2298dd7ef9c386cbd6c8e18efa876aaaa295.tar.gz
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/72b7532bfc71360e6d4f8a4064f2a4766ac51259)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f2a2a8b40089..91bf4611c4cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@
# Contributor: Ole Ernst <olebowle[at]gmx[dot]com
pkgbase=vdr-streamdev
pkgname=(vdr-streamdev-{client,server})
-pkgver=0.6.1_24_g7b17f77
+pkgver=0.6.1.r24.g7b17f77
_gitver=7b17f7725cd3bd97dd3921d96575c50a86e3fac2
_vdrapi=2.2.0
-pkgrel=3
+pkgrel=1
pkgdesc="implementation of the VTP (Video Transfer Protocol)"
url="http://projects.vdr-developer.org/projects/show/plg-streamdev"
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h')
@@ -48,7 +48,7 @@ prepare() {
build() {
cd "${srcdir}/vdr-plugin-$_plugname"
- make
+ make -j1
}
package_vdr-streamdev-client() {