summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryochananmarqos2020-01-28 10:12:02 -0700
committeryochananmarqos2020-01-28 10:12:02 -0700
commit7abaef7d9c561e87cb687503ee114b280abd8851 (patch)
tree79374e578b04f5be279f70ea687fbc4054a8f811
parent1b1dc38a6edaa6a790a3057c38f5b2766b4649bf (diff)
downloadaur-7abaef7d9c561e87cb687503ee114b280abd8851.tar.gz
new source repo
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 01264129ee8c..a7ba3d0b1c3a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = gst-plugin-jamesdsp-git
pkgdesc = JamesDSP wrapper plugin for GStreamer
pkgver = r26.ccddd23
- pkgrel = 1
- url = https://github.com/ThePBone/gst-plugin-jamesdsp
+ pkgrel = 2
+ url = https://github.com/Audio4Linux/gst-plugin-jamesdsp
install = gst-plugin-jamesdsp.install
arch = x86_64
license = GPL2
@@ -15,7 +15,7 @@ pkgbase = gst-plugin-jamesdsp-git
conflicts = libgstjdspfx
conflicts = gst-plugin-viper4linux
conflicts = gst-plugin-viperfx
- source = git+https://github.com/ThePBone/gst-plugin-jamesdsp.git
+ source = git+https://github.com/Audio4Linux/gst-plugin-jamesdsp.git
sha256sums = SKIP
pkgname = gst-plugin-jamesdsp-git
diff --git a/PKGBUILD b/PKGBUILD
index d230b50a9b9a..1640e16b9053 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=gst-plugin-jamesdsp-git
pkgver=r26.ccddd23
-pkgrel=1
+pkgrel=2
pkgdesc="JamesDSP wrapper plugin for GStreamer"
arch=('x86_64')
-url="https://github.com/ThePBone/gst-plugin-jamesdsp"
+url="https://github.com/Audio4Linux/gst-plugin-jamesdsp"
license=('GPL2')
depends=('gst-plugins-base-libs' 'libsamplerate')
makedepends=('git')
provides=("${pkgname%-git}" 'libgstjdspfx')
conflicts=("${pkgname%-git}" 'libgstjdspfx' 'gst-plugin-viper4linux' 'gst-plugin-viperfx')
install="${pkgname%-git}.install"
-source=('git+https://github.com/ThePBone/gst-plugin-jamesdsp.git')
+source=('git+https://github.com/Audio4Linux/gst-plugin-jamesdsp.git')
sha256sums=('SKIP')
pkgver() {