summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Runge2016-11-16 16:40:58 +0100
committerDavid Runge2016-11-16 16:40:58 +0100
commitc3de3317e09f1e620c7b137f339f42a1e7d905ff (patch)
tree9b62fdbbc76027cb4aab5806b0a91a49cc6eb492
parent084b2cd9501d5fd694fdef998eb84397e6be3c30 (diff)
downloadaur-c3de3317e09f1e620c7b137f339f42a1e7d905ff.tar.gz
PKGBUILD: Updating the upstream link to be Github.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2bf4839aa54..771bbb67879c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
# Generated by mksrcinfo v8
-# Mon Oct 24 19:35:27 UTC 2016
+# Wed Nov 16 15:40:03 UTC 2016
pkgbase = jackcpp-git
pkgdesc = Some c++ classes which wrap the Jack audio io api and lock-free ring buffer.
pkgver = r23.488554c
- pkgrel = 2
- url = http://x37v.info/jack_cpp/
+ pkgrel = 3
+ url = http://github.com/x37v/jackcpp
arch = i686
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 45ca9d09c6d3..5ced4868c027 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
pkgname=jackcpp-git
_basename=jackcpp
pkgver=r23.488554c
-pkgrel=2
+pkgrel=3
pkgdesc="Some c++ classes which wrap the Jack audio io api and lock-free ring buffer."
arch=('i686' 'x86_64')
-url="http://x37v.info/jack_cpp/"
+url="http://github.com/x37v/jackcpp"
depends=('jack' 'swig' 'doxygen')
makedepends=('git')
sha256sums=('SKIP')