summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Runge2017-02-24 15:52:31 +0100
committerDavid Runge2017-02-24 15:52:31 +0100
commit2ea6e26ea1e1e6deccad6b5089f9d803ef9adf9a (patch)
tree315592156f82e4a7f0510adb9250bd7ac5cd064b
parentc3de3317e09f1e620c7b137f339f42a1e7d905ff (diff)
downloadaur-2ea6e26ea1e1e6deccad6b5089f9d803ef9adf9a.tar.gz
PKGBUILD: Setting arch to any.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 771bbb67879c..01b69651fe71 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
# Generated by mksrcinfo v8
-# Wed Nov 16 15:40:03 UTC 2016
+# Fri Feb 24 14:52:13 UTC 2017
pkgbase = jackcpp-git
pkgdesc = Some c++ classes which wrap the Jack audio io api and lock-free ring buffer.
pkgver = r23.488554c
- pkgrel = 3
+ pkgrel = 4
url = http://github.com/x37v/jackcpp
- arch = i686
- arch = x86_64
+ arch = any
license = GPL3
makedepends = git
depends = jack
diff --git a/PKGBUILD b/PKGBUILD
index 5ced4868c027..3818e24112fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
pkgname=jackcpp-git
_basename=jackcpp
pkgver=r23.488554c
-pkgrel=3
+pkgrel=4
pkgdesc="Some c++ classes which wrap the Jack audio io api and lock-free ring buffer."
-arch=('i686' 'x86_64')
+arch=('any')
url="http://github.com/x37v/jackcpp"
depends=('jack' 'swig' 'doxygen')
makedepends=('git')