summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorDavid Runge2017-10-24 23:34:27 +0200
committerDavid Runge2017-10-24 23:34:27 +0200
commit1e176a1388307769926229aefafab66c6da9a3e7 (patch)
tree2f2794f426661ce99d2ac017eac3859cbfcf2e43 /.SRCINFO
parent2ea6e26ea1e1e6deccad6b5089f9d803ef9adf9a (diff)
downloadaur-1e176a1388307769926229aefafab66c6da9a3e7.tar.gz
PKGBUILD: Properly quoting variables. Ordering of fields. Switching to https for cloning of repository and url. Setting arch field properly.
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO18
1 files changed, 11 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 01b69651fe71..7cb1dab75c8d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,22 @@
# Generated by mksrcinfo v8
-# Fri Feb 24 14:52:13 UTC 2017
+# Tue Oct 24 21:32:09 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 = 4
- url = http://github.com/x37v/jackcpp
- arch = any
+ pkgrel = 5
+ url = https://github.com/x37v/jackcpp
+ arch = i686
+ arch = x86_64
+ arch = armv6h
+ arch = armv7h
license = GPL3
makedepends = git
+ makedepends = doxygen
depends = jack
depends = swig
- depends = doxygen
- source = jackcpp::git://github.com/x37v/jackcpp.git
- sha256sums = SKIP
+ provides = jackcpp
+ source = git+https://github.com/x37v/jackcpp.git
+ sha512sums = SKIP
pkgname = jackcpp-git