summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4db41b69d971..79c23c78ef68 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Thu Mar 3 13:29:38 UTC 2016
pkgbase = gr-dsd-git
pkgdesc = GNU Radio block for Digital Speech Decoder (DSD)
- pkgver = r56.d2f0270
+ pkgver = r58.6a7e293
pkgrel = 1
url = https://github.com/argilo/gr-dsd
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 67c364dfb65e..686c0521e9d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Michal Krenek (Mikos) <m.krenek@gmail.com>
pkgname=gr-dsd-git
-pkgver=r56.d2f0270
+pkgver=r58.6a7e293
pkgrel=1
pkgdesc="GNU Radio block for Digital Speech Decoder (DSD)"
arch=('i686' 'x86_64')
@@ -23,7 +23,9 @@ build() {
cmake . \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DPYTHON_EXECUTABLE=/usr/bin/python2
+ -DPYTHON_EXECUTABLE=/usr/bin/python2 \
+ -DPYTHON_INCLUDE_DIR=/usr/include/python2.7 \
+ -DPYTHON_LIBRARY=/usr/lib/libpython2.7.so
make
}