summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ef7f35c8c453..c4e68b44b223 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = soapysdr-git
pkgdesc = Vendor and platform neutral SDR support library
pkgver = 0.8.1.r14.g6f97389
- pkgrel = 2
+ pkgrel = 3
epoch = 3
url = https://github.com/pothosware/SoapySDR
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index f5adee1f348c..18387d5305f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
_pkgname=SoapySDR
pkgname=soapysdr-git
pkgver=0.8.1.r14.g6f97389
-pkgrel=2
+pkgrel=3
epoch=3
pkgdesc='Vendor and platform neutral SDR support library'
arch=('x86_64' 'i686' 'arm' 'armv6h' 'armv7h' 'aarch64')
@@ -43,6 +43,10 @@ build() {
make -C build
}
+check() {
+ make -C build test
+}
+
package() {
make -C build DESTDIR="$pkgdir" install